Package jetbrains.buildServer.tools
Interface IgnoredParametersKeys
- 
- All Superinterfaces:
 ServerExtension,TeamCityExtension
public interface IgnoredParametersKeys extends ServerExtension
Registry for specifying parameters if using tools in values of these parameters are controlled by plugins for disabling auto-detecting usages by core system- Since:
 - 2019.1
 - Author:
 - Maxim Zaytsev (maxim.zaytsev@jetbrains.com)
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getIgnoredParametersKeys() 
 - 
 
- 
- 
Method Detail
- 
getIgnoredParametersKeys
@NotNull Collection<String> getIgnoredParametersKeys()
- Returns:
 - collection of parameters names which should be ignored by core implementation of tool usages detector
 
 
 - 
 
 -