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.AgentRemovePolicyValueCloudConstants.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 voidCloudInstanceUserData. 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.AgentRemovePolicyValueAgentRemover. getRemovePolicy(SBuildAgent agent)CloudConstants.AgentRemovePolicyValueAgentRemoverImpl. getRemovePolicy(SBuildAgent agent)
-