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 AgentOperationModeEx
AgentCommandlineArguments. 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 class
BaseExecutorMode
An 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.class
ExecutorFinishMode
An operation mode which helps isolate the execution of allBuildFinishStage
s into a separate container that runs after the lastExecutorRunnerMode
container has finished running during an Executor Mode build.class
ExecutorRunnerMode
An operation mode which helps isolate the execution of theRunAllBuildStepsStage
into a separate runner container during an Executor Mode build.class
ExecutorStartMode
Without 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.class
ProbeMode
The agent will probe all the configuration snapshots provided by plugins (seeAgentParametersSupplier
), and store them inside the agent.class
ServiceMode
The 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 AgentOperationModeEx
AgentOperationModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
BaseExecutorModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
ExecutorRunnerModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
ExecutorStartModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
ProbeModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
ServiceModeFactory. buildOperationMode(ExtensionHolder extensionHolder)
AgentOperationModeEx
AgentOperationModeHolder. getOperationMode()
Returns the current operation mode.Methods in jetbrains.buildServer.agent.impl.operationModes with parameters of type AgentOperationModeEx Modifier and Type Method Description void
AgentOperationModeHolder. setOperationMode(AgentOperationModeEx agentOperationMode)
-