|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteAgentAuthenticationEntity
Represents entity with authentication data of a remote agent.
Method Summary | |
---|---|
java.lang.String |
getUuidAsString()
UUID converted to String |
void |
setApproved(boolean isApproved)
Set whether this authentication has been approved. |
void |
setIp(java.lang.String ip)
Set IP address of this authentication. |
void |
setUuid(java.util.UUID uuid)
Set unique ID of this authentication |
void |
setUuidAsString(java.lang.String uuidAsString)
Set value of UUID from String. |
Methods inherited from interface com.atlassian.bamboo.buildqueue.RemoteAgentAuthentication |
---|
getIp, getIpPatterns, getUuid, isApproved |
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
setId |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void setIp(java.lang.String ip)
ip
- IP addressvoid setUuid(java.util.UUID uuid)
uuid
- UUIDvoid setApproved(boolean isApproved)
isApproved
- true
, if this authentication has been approved@Nullable java.lang.String getUuidAsString()
void setUuidAsString(@Nullable java.lang.String uuidAsString)
uuidAsString
- string representation of uuid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |