Class BambooNodeStatusImpl

java.lang.Object
com.atlassian.bamboo.beehive.BambooNodeStatusImpl
All Implemented Interfaces:
BambooNodeInfo, BambooNodeStatus

public class BambooNodeStatusImpl extends Object implements BambooNodeStatus
  • Constructor Details

    • BambooNodeStatusImpl

      public BambooNodeStatusImpl(@NotNull @NotNull String nodeId, @NotNull @NotNull String nodeName, @Nullable @Nullable Date lastHeartbeat, @Nullable @Nullable String hostname, int internalCommunicationPort)
    • BambooNodeStatusImpl

      @Deprecated(since="9.4.0") public BambooNodeStatusImpl(@NotNull @NotNull String nodeId, @NotNull @NotNull String nodeName, @Nullable @Nullable Date lastHeartbeat, boolean primary)
      Deprecated.
    • BambooNodeStatusImpl

      public BambooNodeStatusImpl(@NotNull @NotNull BambooNodeInfo other, boolean primary, boolean alive)
    • BambooNodeStatusImpl

      public BambooNodeStatusImpl(@NotNull @NotNull String nodeId, @NotNull @NotNull String nodeName, @Nullable @Nullable Date lastHeartbeat, @Nullable @Nullable String hostname, int internalCommunicationPort, boolean primary, boolean alive)
  • Method Details