| 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(@NotNull Long agentId,
@Nullable UUID uuid,
@NotNull AgentStatus newStatus,
@NotNull SystemInfo systemInfo) |
AgentHeartBeatInfo |
RemoteAgentManager.updateRemoteAgentStatus(@NotNull Long agentId,
@Nullable UUID uuid,
@NotNull AgentStatus status,
@NotNull 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() |
@NotNull AgentStatus |
BuildAgentImpl.getAgentStatus() |
@NotNull AgentStatus |
LocalBuildAgentImpl.getAgentStatus() |
AgentStatus |
ExecutableBuildAgent.getAgentStatus() |
@NotNull AgentStatus |
BuildAgent.getAgentStatus() |
static AgentStatus |
AgentOfflineStatus.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildAgentImpl.setAgentStatus(@NotNull AgentStatus newAgentStatus) |
void |
LocalBuildAgentImpl.setAgentStatus(@NotNull AgentStatus newAgentStatus) |
| Constructor and Description |
|---|
BuildAgentImpl(@NotNull PipelineDefinition definition,
@NotNull AgentStatus agentStatus) |
| Constructor and Description |
|---|
UpdateHeartbeatMessage(@NotNull Long agentId,
@NotNull AgentStatus status,
@NotNull SystemInfo systemInfo,
@Nullable UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull AgentStatus |
BuildAgentDecorator.getAgentStatus() |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.