com.atlassian.bamboo.v2.build.agent
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 Summary
 java.util.UUID getUuid()
          Get UUID of this agent
 boolean hasUuid()
          Check whether this agent has already been assigned its UUID
 

Method Detail

getUuid

java.util.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


Copyright © 2012 Atlassian. All Rights Reserved.