Package jetbrains.buildServer.agent.impl.operationModes
-
Interface Summary Interface Description AgentOperationModeFactory Factories for building the new operation modes. -
Class Summary Class Description AgentOperationModeHolder Holds the current operation mode.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.BaseExecutorModeFactory 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.ExecutorRunnerMode An operation mode which helps isolate the execution of theRunAllBuildStepsStage
into a separate runner container during an Executor Mode build.ExecutorRunnerModeFactory 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.ExecutorStartModeFactory ProbeMode The agent will probe all the configuration snapshots provided by plugins (seeAgentParametersSupplier
), and store them inside the agent.ProbeModeFactory ServiceMode The agent will try to register on the TeamCity Server and will be ready to receive a build from the server.ServiceModeFactory -
Exception Summary Exception Description CantDeserializeBuildException