@Immutable public class DeploymentKeyImpl extends Object implements DeploymentKeyWithIds, Comparable<Key>
Constructor and Description |
---|
DeploymentKeyImpl(String key) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Key key) |
boolean |
equals(Object o) |
long |
getDeploymentProjectId() |
long |
getEnvironmentId() |
@NotNull String |
getKey() |
int |
hashCode() |
String |
toString() |
protected final String key
public DeploymentKeyImpl(String key)
public long getDeploymentProjectId()
getDeploymentProjectId
in interface DeploymentKeyWithIds
public long getEnvironmentId()
getEnvironmentId
in interface DeploymentKeyWithIds
public int compareTo(Key key)
compareTo
in interface Comparable<Key>
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.