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.CheckoutTypeAgentBuildSettings. 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.CheckoutTypeAgentBuildSettingsImpl. getCheckoutType()AgentBuild.CheckoutTypeAgentBuildSettingsProxy. getCheckoutType() -
Uses of AgentBuild.CheckoutType in jetbrains.buildServer.agentServer
Methods in jetbrains.buildServer.agentServer that return AgentBuild.CheckoutType Modifier and Type Method Description AgentBuild.CheckoutTypeAgentBuild. getCheckoutType()static AgentBuild.CheckoutTypeAgentBuild.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 voidAgentBuild. setCheckoutType(AgentBuild.CheckoutType checkoutType)
-