Package jetbrains.buildServer.agent
Interface AgentOperationMode
-
- All Known Subinterfaces:
AgentOperationModeEx
- All Known Implementing Classes:
BaseExecutorMode
,ExecutorFinishMode
,ExecutorRunnerMode
,ExecutorStartMode
,ProbeMode
,ServiceMode
public interface AgentOperationMode
Agent's current operation mode. Defines how the agent is going to operate and if it will execute builds, and how
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRegistrationOnServerSupported()
Returns true if the agent should register on the server.
-