Package com.atlassian.bamboo.security
Interface TrustedKey
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
TrustedKeyDTO
,TrustedKeyImpl
,TrustedKeysPage.TrustedKeyImpl
public interface TrustedKey extends BambooObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHost()
String
getKey()
boolean
isApproved()
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
-