Uses of Interface
com.atlassian.bamboo.v2.build.agent.AgentStatus
Packages that use AgentStatus
Package
Description
-
Uses of AgentStatus in com.atlassian.bamboo.buildqueue.manager
Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentStatusModifier and TypeMethodDescriptionRemoteAgentManager.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.RemoteAgentManagerImpl.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 AgentStatusModifier and TypeClassDescriptionclass
What the agent is doing?class
class
class
final class
final class
Methods in com.atlassian.bamboo.v2.build.agent that return AgentStatusModifier and TypeMethodDescription@NotNull AgentStatus
BuildAgent.getAgentStatus()
@NotNull AgentStatus
BuildAgentImpl.getAgentStatus()
DefaultBuildAgent.getAgentStatus()
ExecutableBuildAgent.getAgentStatus()
@NotNull AgentStatus
LocalBuildAgentImpl.getAgentStatus()
static AgentStatus
AgentOfflineStatus.getInstance()
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type AgentStatusModifier and TypeMethodDescriptionvoid
BuildAgentImpl.setAgentStatus
(@NotNull AgentStatus newAgentStatus) void
LocalBuildAgentImpl.setAgentStatus
(@NotNull AgentStatus newAgentStatus) Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type AgentStatusModifierConstructorDescriptionBuildAgentImpl
(@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 AgentStatusModifierConstructorDescriptionUpdateHeartbeatMessage
(@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