Uses of Class
com.atlassian.bamboo.buildqueue.manager.AgentHeartBeatInfo
-
Packages that use AgentHeartBeatInfo Package Description com.atlassian.bamboo.buildqueue.manager -
-
Uses of AgentHeartBeatInfo in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager that return AgentHeartBeatInfo Modifier and Type Method Description AgentHeartBeatInfo
RemoteAgentManager. 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.AgentHeartBeatInfo
RemoteAgentManagerImpl. updateRemoteAgentStatus(@NotNull Long agentId, @Nullable UUID uuid, @NotNull AgentStatus newStatus, @NotNull SystemInfo systemInfo)
-