Package com.atlassian.bamboo
Interface Key
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DeploymentKey,DeploymentResultKey,ResultKey
- All Known Implementing Classes:
BuildKey,DeploymentKeyImpl,DeploymentResultKeyAsPlanResultKey,DeploymentResultKeyImpl,PlanKey,PlanResultKey,RestDeploymentResultKey,RestKey,RestResultKey
public interface Key extends Serializable
Generic interface for keys of many objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetKey()
-
-
-
Method Detail
-
getKey
@NotNull @NotNull String getKey()
-
-