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 |
Modifier and Type | Method and Description |
---|---|
AgentHeartBeatInfo |
RemoteAgentManagerImpl.updateRemoteAgentStatus(Long agentId,
UUID uuid,
AgentStatus newStatus,
SystemInfo systemInfo) |
AgentHeartBeatInfo |
RemoteAgentManager.updateRemoteAgentStatus(Long agentId,
UUID uuid,
AgentStatus status,
SystemInfo systemInfo)
Updates the
BuildAgent 's status representing a remote agent on the local server. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAgentStatus
What the agent is doing?
|
class |
AbstractBuildAwareAgentStatus |
class |
AgentBuildingStatus |
class |
AgentCancellingStatus |
class |
AgentIdleStatus |
class |
AgentOfflineStatus |
Modifier and Type | Method and Description |
---|---|
AgentStatus |
DefaultBuildAgent.getAgentStatus() |
AgentStatus |
LocalBuildAgentImpl.getAgentStatus() |
AgentStatus |
BuildAgentImpl.getAgentStatus() |
AgentStatus |
ExecutableBuildAgent.getAgentStatus() |
AgentStatus |
BuildAgent.getAgentStatus() |
static AgentStatus |
AgentOfflineStatus.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
LocalBuildAgentImpl.setAgentStatus(AgentStatus newAgentStatus) |
void |
BuildAgentImpl.setAgentStatus(AgentStatus newAgentStatus) |
Constructor and Description |
---|
BuildAgentImpl(PipelineDefinition definition,
AgentStatus agentStatus) |
Constructor and Description |
---|
UpdateHeartbeatMessage(Long agentId,
AgentStatus status,
SystemInfo systemInfo,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
AgentStatus |
BuildAgentDecorator.getAgentStatus() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.