Uses of Class
jetbrains.buildServer.agentServer.AgentBuild.CheckoutType
-
Packages that use AgentBuild.CheckoutType Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl jetbrains.buildServer.agentServer -
-
Uses of AgentBuild.CheckoutType in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return AgentBuild.CheckoutType Modifier and Type Method Description AgentBuild.CheckoutType
AgentBuildSettings. getCheckoutType()
Returns Checkout Type that was sent by server in the settings of the build. -
Uses of AgentBuild.CheckoutType in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentBuild.CheckoutType Modifier and Type Method Description AgentBuild.CheckoutType
AgentBuildSettingsImpl. getCheckoutType()
AgentBuild.CheckoutType
AgentBuildSettingsProxy. getCheckoutType()
-
Uses of AgentBuild.CheckoutType in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return AgentBuild.CheckoutType Modifier and Type Method Description AgentBuild.CheckoutType
AgentBuild. getCheckoutType()
static AgentBuild.CheckoutType
AgentBuild.CheckoutType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentBuild.CheckoutType[]
AgentBuild.CheckoutType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.agentServer with parameters of type AgentBuild.CheckoutType Modifier and Type Method Description void
AgentBuild. setCheckoutType(AgentBuild.CheckoutType checkoutType)
-