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 interfaceAgentOperationModeExMethods in jetbrains.buildServer.agent that return AgentOperationMode Modifier and Type Method Description default AgentOperationModeBuildAgentConfiguration. 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 AgentOperationModeBuildAgentConfigurationImpl. 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 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.
-