Interface BambooTrustedApplication
- All Superinterfaces:
BambooIdProvider
,BambooObject
,Comparable<BambooTrustedApplication>
,NameProvider
,Serializable
- All Known Implementing Classes:
BambooTrustedApplicationImpl
public interface BambooTrustedApplication
extends Comparable<BambooTrustedApplication>, BambooObject, Serializable, NameProvider
Bamboo entity to persist trusted apps data.
-
Method Summary
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getApplicationId
-
getPublicKey
Get the trusted application's public key which is shared with this Bamboo instance. -
getName
- Specified by:
getName
in interfaceNameProvider
-
getTimeout
-
getUrlPatterns
Get URL patterns allowed for this application. -
getIpPatterns
Get IP patterns allowed for this application.
-