Class BambooClusterService

java.lang.Object
com.atlassian.bamboo.crowd.BambooClusterService
All Implemented Interfaces:
com.atlassian.crowd.service.cluster.ClusterService

public class BambooClusterService extends Object implements com.atlassian.crowd.service.cluster.ClusterService
  • Constructor Details

    • BambooClusterService

      public BambooClusterService()
  • Method Details

    • isAvailable

      public boolean isAvailable()
      Specified by:
      isAvailable in interface com.atlassian.crowd.service.cluster.ClusterService
    • getNodeId

      @NotNull public @NotNull String getNodeId()
      Specified by:
      getNodeId in interface com.atlassian.crowd.service.cluster.ClusterService
    • getInformation

      @NotNull public @NotNull com.atlassian.crowd.service.cluster.ClusterInformation getInformation()
      Specified by:
      getInformation in interface com.atlassian.crowd.service.cluster.ClusterService
    • getClusterNode

      public Optional<com.atlassian.crowd.service.cluster.ClusterNode> getClusterNode()
      Specified by:
      getClusterNode in interface com.atlassian.crowd.service.cluster.ClusterService