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 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.Fields in jetbrains.buildServer.agent.impl.operationModes with type parameters of type BaseExecutorMode Modifier and Type Field Description protected Class<? extends BaseExecutorMode>BaseExecutorModeFactory. myExecutorModeClassprotected Class<? extends BaseExecutorMode>ExecutorStartModeFactory. myExecutorModeClassConstructor 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)
-