public class UpdateHeartbeatMessage extends AbstractBambooAgentMessage
Constructor and Description |
---|
UpdateHeartbeatMessage(Long agentId,
AgentStatus status,
SystemInfo systemInfo,
UUID uuid) |
Modifier and Type | Method and Description |
---|---|
Object |
deliver()
Delivers the message to the appropriate object in the local virtual machine.
|
boolean |
shouldBeSentDuringHeartAttack()
Value of true indicates that the message send should be attempted even if the agent is in "heart attack" state.
|
getComponent
public UpdateHeartbeatMessage(@NotNull Long agentId, @NotNull AgentStatus status, @NotNull SystemInfo systemInfo, @Nullable UUID uuid)
public Object deliver()
BambooAgentMessage
public boolean shouldBeSentDuringHeartAttack()
BambooAgentMessage
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.