Interface HasUuid

  • All Known Implementing Classes:
    BuildAgentImpl, LocalBuildAgentImpl

    public interface HasUuid
    An agent that is able to identify himself with an unique ID. Any instance of BuildAgent can potentially be an instance of this interface.
    Since:
    3.4
    • Method Detail

      • getUuid

        UUID getUuid()
        Get UUID of this agent
        Returns:
        UUID of this agent
      • hasUuid

        boolean hasUuid()
        Check whether this agent has already been assigned its UUID
        Returns:
        true, if this agent already has unique ID assigned