Package com.atlassian.bamboo
Interface Key
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DeploymentKey
,DeploymentKeyWithIds
,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 String
getKey()
-
-
-
Method Detail
-
getKey
@NotNull @NotNull String getKey()
-
-