Uses of Interface
jetbrains.buildServer.agent.AgentOperationMode
-
Packages that use AgentOperationMode Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.config jetbrains.buildServer.agent.impl.operationModes -
-
Uses of AgentOperationMode in jetbrains.buildServer.agent
Subinterfaces of AgentOperationMode in jetbrains.buildServer.agent Modifier and Type Interface Description interface
AgentOperationModeEx
Methods in jetbrains.buildServer.agent that return AgentOperationMode Modifier and Type Method Description default AgentOperationMode
BuildAgentConfiguration. getOperationMode()
Returns agent's current operation mode. -
Uses of AgentOperationMode in jetbrains.buildServer.agent.impl.config
Methods in jetbrains.buildServer.agent.impl.config that return AgentOperationMode Modifier and Type Method Description AgentOperationMode
BuildAgentConfigurationImpl. getOperationMode()
-
Uses of AgentOperationMode in jetbrains.buildServer.agent.impl.operationModes
Classes in jetbrains.buildServer.agent.impl.operationModes that implement AgentOperationMode 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.
-