Uses of Class
jetbrains.buildServer.clouds.CloudConstants.AgentRemovePolicyValue
-
Packages that use CloudConstants.AgentRemovePolicyValue Package Description jetbrains.buildServer.clouds jetbrains.buildServer.clouds.server.instances.terminate -
-
Uses of CloudConstants.AgentRemovePolicyValue in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds that return CloudConstants.AgentRemovePolicyValue Modifier and Type Method Description static CloudConstants.AgentRemovePolicyValue
CloudConstants.AgentRemovePolicyValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudConstants.AgentRemovePolicyValue[]
CloudConstants.AgentRemovePolicyValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.clouds with parameters of type CloudConstants.AgentRemovePolicyValue Modifier and Type Method Description void
CloudInstanceUserData. setAgentRemovePolicy(CloudConstants.AgentRemovePolicyValue policy)
Allows to set agent parameter for removal policy. -
Uses of CloudConstants.AgentRemovePolicyValue in jetbrains.buildServer.clouds.server.instances.terminate
Methods in jetbrains.buildServer.clouds.server.instances.terminate that return CloudConstants.AgentRemovePolicyValue Modifier and Type Method Description CloudConstants.AgentRemovePolicyValue
AgentRemover. getRemovePolicy(SBuildAgent agent)
CloudConstants.AgentRemovePolicyValue
AgentRemoverImpl. getRemovePolicy(SBuildAgent agent)
-