Uses of Class
jetbrains.buildServer.agent.CleanCheckoutStatus
-
Packages that use CleanCheckoutStatus Package Description jetbrains.buildServer.agent -
-
Uses of CleanCheckoutStatus in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return CleanCheckoutStatus Modifier and Type Method Description static CleanCheckoutStatus
CleanCheckoutStatus. fromBuild(AgentRunningBuild build)
static CleanCheckoutStatus
CleanCheckoutStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static CleanCheckoutStatus[]
CleanCheckoutStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-