Package com.atlassian.bamboo.deployments
Class DeploymentKeyImpl
java.lang.Object
com.atlassian.bamboo.deployments.DeploymentKeyImpl
- All Implemented Interfaces:
DeploymentKey
,DeploymentKeyWithIds
,Key
,Serializable
,Comparable<Key>
@Immutable
public class DeploymentKeyImpl
extends Object
implements DeploymentKeyWithIds, Comparable<Key>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
key
-
-
Constructor Details
-
DeploymentKeyImpl
-
-
Method Details
-
getDeploymentProjectId
public long getDeploymentProjectId()- Specified by:
getDeploymentProjectId
in interfaceDeploymentKeyWithIds
-
getEnvironmentId
public long getEnvironmentId()- Specified by:
getEnvironmentId
in interfaceDeploymentKeyWithIds
-
getKey
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Key>
-
toString
-