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 AgentCheckoutModeAgentRunningBuild. getEffectiveCheckoutMode()Get checkout mode that is used for this build.static AgentCheckoutModeAgentCheckoutMode. 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 voidAgentLifeCycleAdapter. checkoutModeResolved(AgentCheckoutMode agentCheckoutMode)voidAgentLifeCycleListener. checkoutModeResolved(AgentCheckoutMode agentCheckoutMode)Called when effective checkout mode is resolved for the build.StringAgentBuildSettings. 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.voidAgentRunningBuildEx. setDefaultCheckoutDirectory(AgentCheckoutMode checkoutMode)Set default checkout directory based on checkout mode that will be used in this build.voidAgentRunningBuildEx. 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 AgentCheckoutModeAgentRunningBuildImpl. getEffectiveCheckoutMode()Methods in jetbrains.buildServer.agent.impl with parameters of type AgentCheckoutMode Modifier and Type Method Description StringAgentBuildSettingsImpl. getVcsSettingsHashForCheckoutMode(AgentCheckoutMode agentCheckoutMode)StringAgentBuildSettingsProxy. getVcsSettingsHashForCheckoutMode(AgentCheckoutMode agentCheckoutMode)voidAgentRunningBuildImpl. setDefaultCheckoutDirectory(AgentCheckoutMode checkoutMode)voidAgentRunningBuildImpl. 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 AgentCheckoutModeAgentBuildCheckoutTypeResolver. resolve(AgentRunningBuildEx build) -
Uses of AgentCheckoutMode in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return AgentCheckoutMode Modifier and Type Method Description AgentCheckoutModeAutoCheckoutModeDecision. getResolvedCheckoutMode()
-