Package com.atlassian.bamboo.agent
Interface PerAgentToken
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
PerAgentTokenImpl
public interface PerAgentToken extends BambooObject
Entity holding per agent token data.- Since:
- 9.3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Timestamp
getCreationTimestamp()
@NotNull String
getResultKey()
@NotNull String
getToken()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-