Uses of Interface
com.atlassian.bamboo.v2.build.agent.AgentStatus
-
Packages that use AgentStatus Package Description com.atlassian.bamboo.buildqueue.manager com.atlassian.bamboo.v2.build.agent com.atlassian.bamboo.v2.build.agent.messages com.atlassian.bamboo.ww2.actions.agent -
-
Uses of AgentStatus in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentStatus Modifier and Type Method Description AgentHeartBeatInfoRemoteAgentManager. updateRemoteAgentStatus(@NotNull Long agentId, @Nullable UUID uuid, @NotNull AgentStatus status, @NotNull SystemInfo systemInfo)Updates theBuildAgent's status representing a remote agent on the local server.AgentHeartBeatInfoRemoteAgentManagerImpl. updateRemoteAgentStatus(@NotNull Long agentId, @Nullable UUID uuid, @NotNull AgentStatus newStatus, @NotNull SystemInfo systemInfo) -
Uses of AgentStatus in com.atlassian.bamboo.v2.build.agent
Classes in com.atlassian.bamboo.v2.build.agent that implement AgentStatus Modifier and Type Class Description classAbstractAgentStatusWhat the agent is doing?classAbstractBuildAwareAgentStatusclassAgentBuildingStatusclassAgentCancellingStatusclassAgentIdleStatusclassAgentOfflineStatusMethods in com.atlassian.bamboo.v2.build.agent that return AgentStatus Modifier and Type Method Description @NotNull AgentStatusBuildAgent. getAgentStatus()@NotNull AgentStatusBuildAgentImpl. getAgentStatus()AgentStatusDefaultBuildAgent. getAgentStatus()AgentStatusExecutableBuildAgent. getAgentStatus()@NotNull AgentStatusLocalBuildAgentImpl. getAgentStatus()static AgentStatusAgentOfflineStatus. getInstance()Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentStatus Modifier and Type Method Description voidBuildAgentImpl. setAgentStatus(@NotNull AgentStatus newAgentStatus)voidLocalBuildAgentImpl. setAgentStatus(@NotNull AgentStatus newAgentStatus)Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type AgentStatus Constructor Description BuildAgentImpl(@NotNull PipelineDefinition definition, @NotNull AgentStatus agentStatus) -
Uses of AgentStatus in com.atlassian.bamboo.v2.build.agent.messages
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type AgentStatus Constructor Description UpdateHeartbeatMessage(@NotNull Long agentId, @NotNull AgentStatus status, @NotNull SystemInfo systemInfo, @Nullable UUID uuid) -
Uses of AgentStatus in com.atlassian.bamboo.ww2.actions.agent
Methods in com.atlassian.bamboo.ww2.actions.agent that return AgentStatus Modifier and Type Method Description @NotNull AgentStatusBuildAgentDecorator. getAgentStatus()
-