Uses of Class
jetbrains.buildServer.tools.available.FetchToolsPolicy
-
Packages that use FetchToolsPolicy Package Description jetbrains.buildServer.tools.available -
-
Uses of FetchToolsPolicy in jetbrains.buildServer.tools.available
Methods in jetbrains.buildServer.tools.available that return FetchToolsPolicy Modifier and Type Method Description static FetchToolsPolicy
FetchToolsPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static FetchToolsPolicy[]
FetchToolsPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.tools.available with parameters of type FetchToolsPolicy Modifier and Type Method Description FetchAvailableToolsResult
AvailableToolsState. getAvailable(FetchToolsPolicy policy)
FetchAvailableToolsResult
AvailableToolsStateImpl. getAvailable(FetchToolsPolicy policy)
-