Class BambooClusterNodeProperties

    • Field Detail

      • DEFAULT_NODE_INTERNAL_COMMUNICATION_PORT

        public static final int DEFAULT_NODE_INTERNAL_COMMUNICATION_PORT
        See Also:
        Constant Field Values
    • Constructor Detail

      • BambooClusterNodeProperties

        @Inject
        public BambooClusterNodeProperties​(BambooHomeLocator homeLocator)
    • Method Detail

      • getHostname

        @NotNull
        public @NotNull String getHostname()
        Description copied from interface: ClusterNodeProperties
        Returns the IP/hostname configured to be used for this Bamboo Cluster. If none is configured, localhost is returned.
        Specified by:
        getHostname in interface ClusterNodeProperties
        Returns:
        The IP/hostname configured to be used for this Bamboo Cluster.
      • getInternalCommunicationPort

        @NotNull
        public @NotNull Integer getInternalCommunicationPort()
        Description copied from interface: ClusterNodeProperties
        Returns the port used for internal Bamboo Cluster communication. Bamboo node is listening for requests from other nodes on this port.
        Specified by:
        getInternalCommunicationPort in interface ClusterNodeProperties
        Returns:
        the port used for internal cluster communication