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 |
SystemInfoImpl
POJO for presenting the system runtime information.
|
Modifier and Type | Method and Description |
---|---|
SystemInfo |
SystemInfoAction.getSystemInfo()
Provide the GUI with the system info
|
SystemInfo |
SystemInfoFactory.getSystemInfo() |
Modifier and Type | Method and Description |
---|---|
void |
SystemInfoAction.setSystemInfo(SystemInfo systemInfo) |
Modifier and Type | Method and Description |
---|---|
SystemInfo |
ViewAgent.getSystemInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ViewAgent.setSystemInfo(SystemInfo systemInfo) |
Modifier and Type | Method and Description |
---|---|
SystemInfo |
HasSystemInfo.getSystemInfo()
Gets the system info, which may be
null if not yet initialized. |
SystemInfo |
BuildAgentImpl.getSystemInfo() |
static SystemInfo |
BuildAgentFunctions.getSystemInfo(BuildAgent agent) |
Modifier and Type | Method and Description |
---|---|
void |
BuildAgentImpl.setSystemInfo(SystemInfo systemInfo) |
Constructor and Description |
---|
UpdateHeartbeatMessage(Long agentId,
AgentStatus status,
SystemInfo systemInfo,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
void |
AgentHeartBeatJob.setSystemInfo(SystemInfo systemInfo) |
Modifier and Type | Method and Description |
---|---|
SystemInfo |
SetupAdminUserAction.getSystemInfo() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.