public interface BambooTrustedApplication extends Comparable<BambooTrustedApplication>, BambooObject, Serializable, NameProvider
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId() |
Set<String> |
getIpPatterns()
Get IP patterns allowed for this application.
|
String |
getName() |
String |
getPublicKey()
Get the trusted application's public key which is shared with this Bamboo instance.
|
Long |
getTimeout() |
Set<String> |
getUrlPatterns()
Get URL patterns allowed for this application.
|
compareTo
setId
getId
@NotNull String getApplicationId()
@NotNull String getPublicKey()
@Nullable String getName()
getName
in interface NameProvider
@NotNull Long getTimeout()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.