Class BambooCurrentApplication
java.lang.Object
com.atlassian.bamboo.security.trustedapplications.BambooCurrentApplication
- All Implemented Interfaces:
Serializable
,Comparable<BambooCurrentApplication>
public final class BambooCurrentApplication
extends Object
implements Comparable<BambooCurrentApplication>, Serializable
Represents the current Bamboo instance's application for trusted apps. Only one instance of
this class should exist per Bamboo.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Deprecated.Deprecated.since 5.9, usegetKeyPair()
insteadint
hashCode()
-
Constructor Details
-
BambooCurrentApplication
-
-
Method Details
-
getApplicationId
-
getKeyPair
-
getPublicKey
Deprecated.since 5.9, usegetKeyPair()
instead -
getPrivateKey
Deprecated.since 5.9, usegetKeyPair()
instead -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BambooCurrentApplication>
-
getKeyPair()
instead