com.atlassian.bamboo.deployments
Class DeploymentKeyImpl
java.lang.Object
com.atlassian.bamboo.deployments.DeploymentKeyImpl
- All Implemented Interfaces:
- DeploymentKey, Key, Serializable, Comparable<Key>
@Immutable
public class DeploymentKeyImpl
- extends Object
- implements DeploymentKey, Comparable<Key>
- See Also:
- Serialized Form
key
protected final String key
DeploymentKeyImpl
public DeploymentKeyImpl(String key)
getKey
@NotNull
public String getKey()
- Specified by:
getKey
in interface Key
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(Key key)
- Specified by:
compareTo
in interface Comparable<Key>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.