Uses of Class
jetbrains.buildServer.agent.impl.operationModes.BaseExecutorMode
-
Packages that use BaseExecutorMode Package Description jetbrains.buildServer.agent.impl.operationModes -
-
Uses of BaseExecutorMode in jetbrains.buildServer.agent.impl.operationModes
Subclasses of BaseExecutorMode in jetbrains.buildServer.agent.impl.operationModes Modifier and Type Class Description 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.Fields in jetbrains.buildServer.agent.impl.operationModes with type parameters of type BaseExecutorMode Modifier and Type Field Description protected Class<? extends BaseExecutorMode>
BaseExecutorModeFactory. myExecutorModeClass
protected Class<? extends BaseExecutorMode>
ExecutorStartModeFactory. myExecutorModeClass
Constructor parameters in jetbrains.buildServer.agent.impl.operationModes with type arguments of type BaseExecutorMode Constructor Description BaseExecutorModeFactory(Class<? extends BaseExecutorMode> executorModeClass)
ExecutorStartModeFactory(Class<? extends BaseExecutorMode> executorModeClass)
-