Uses of Interface
jetbrains.buildServer.agent.AgentOperationModeEx
-
Packages that use AgentOperationModeEx Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.operationModes -
-
Uses of AgentOperationModeEx in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return AgentOperationModeEx Modifier and Type Method Description AgentOperationModeExAgentCommandlineArguments. buildOperationMode(ExtensionHolder agentExtensions) -
Uses of AgentOperationModeEx in jetbrains.buildServer.agent.impl.operationModes
Classes in jetbrains.buildServer.agent.impl.operationModes that implement AgentOperationModeEx Modifier and Type Class Description classBaseExecutorModeAn abstract parent class for a family of agent operation mode subclasses which collectively take care of executing all build stages during an Executor Mode build.classExecutorFinishModeAn operation mode which helps isolate the execution of allBuildFinishStages into a separate container that runs after the lastExecutorRunnerModecontainer has finished running during an Executor Mode build.classExecutorRunnerModeAn operation mode which helps isolate the execution of theRunAllBuildStepsStageinto a separate runner container during an Executor Mode build.classExecutorStartModeWithout registering on the server, the agent will execute all the stages that preceed the execution of individual build steps After the completion of the execution of these stages the agent will exit.classProbeModeThe agent will probe all the configuration snapshots provided by plugins (seeAgentParametersSupplier), and store them inside the agent.classServiceModeThe agent will try to register on the TeamCity Server and will be ready to receive a build from the server.Methods in jetbrains.buildServer.agent.impl.operationModes that return AgentOperationModeEx Modifier and Type Method Description AgentOperationModeExAgentOperationModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExBaseExecutorModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExExecutorRunnerModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExExecutorStartModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExProbeModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExServiceModeFactory. buildOperationMode(ExtensionHolder extensionHolder)AgentOperationModeExAgentOperationModeHolder. getOperationMode()Returns the current operation mode.Methods in jetbrains.buildServer.agent.impl.operationModes with parameters of type AgentOperationModeEx Modifier and Type Method Description voidAgentOperationModeHolder. setOperationMode(AgentOperationModeEx agentOperationMode)
-