Uses of Class
jetbrains.buildServer.agent.AgentCheckoutMode
-
Packages that use AgentCheckoutMode Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.vcs -
-
Uses of AgentCheckoutMode in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return AgentCheckoutMode Modifier and Type Method Description AgentCheckoutMode
AgentRunningBuild. getEffectiveCheckoutMode()
Get checkout mode that is used for this build.static AgentCheckoutMode
AgentCheckoutMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentCheckoutMode[]
AgentCheckoutMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.agent with parameters of type AgentCheckoutMode Modifier and Type Method Description void
AgentLifeCycleAdapter. checkoutModeResolved(AgentCheckoutMode agentCheckoutMode)
void
AgentLifeCycleListener. checkoutModeResolved(AgentCheckoutMode agentCheckoutMode)
Called when effective checkout mode is resolved for the build.String
AgentBuildSettings. getVcsSettingsHashForCheckoutMode(AgentCheckoutMode agentCheckoutMode)
Returns vcs settings hash for the specified checkout mode, seeAgentRunningBuild.getEffectiveCheckoutMode()
This hash is used as a default checkout directory name if explicit checkout directory is not defined.void
AgentRunningBuildEx. setDefaultCheckoutDirectory(AgentCheckoutMode checkoutMode)
Set default checkout directory based on checkout mode that will be used in this build.void
AgentRunningBuildEx. setResolvedCheckoutMode(AgentCheckoutMode resolvedCheckoutMode)
Set checkout method that will be used in this build. -
Uses of AgentCheckoutMode in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentCheckoutMode Modifier and Type Method Description AgentCheckoutMode
AgentRunningBuildImpl. getEffectiveCheckoutMode()
Methods in jetbrains.buildServer.agent.impl with parameters of type AgentCheckoutMode Modifier and Type Method Description String
AgentBuildSettingsImpl. getVcsSettingsHashForCheckoutMode(AgentCheckoutMode agentCheckoutMode)
String
AgentBuildSettingsProxy. getVcsSettingsHashForCheckoutMode(AgentCheckoutMode agentCheckoutMode)
void
AgentRunningBuildImpl. setDefaultCheckoutDirectory(AgentCheckoutMode checkoutMode)
void
AgentRunningBuildImpl. setResolvedCheckoutMode(AgentCheckoutMode resolvedCheckoutMode)
-
Uses of AgentCheckoutMode in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that return AgentCheckoutMode Modifier and Type Method Description AgentCheckoutMode
AgentBuildCheckoutTypeResolver. resolve(AgentRunningBuildEx build)
-
Uses of AgentCheckoutMode in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return AgentCheckoutMode Modifier and Type Method Description AgentCheckoutMode
AutoCheckoutModeDecision. getResolvedCheckoutMode()
-