public final class BambooCurrentApplication extends Object implements Comparable<BambooCurrentApplication>, Serializable
| Constructor and Description |
|---|
BambooCurrentApplication(String applicationId,
KeyPair keyPair) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BambooCurrentApplication o) |
boolean |
equals(Object o) |
String |
getApplicationId() |
KeyPair |
getKeyPair() |
String |
getPrivateKey()
Deprecated.
since 5.9, use
getKeyPair() instead |
String |
getPublicKey()
Deprecated.
since 5.9, use
getKeyPair() instead |
int |
hashCode() |
public String getApplicationId()
public KeyPair getKeyPair()
@Deprecated public String getPublicKey()
getKeyPair() instead@Deprecated public String getPrivateKey()
getKeyPair() insteadpublic int compareTo(BambooCurrentApplication o)
compareTo in interface Comparable<BambooCurrentApplication>Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.