Package com.atlassian.bamboo.rest.model
Class RestKey
java.lang.Object
com.atlassian.bamboo.rest.model.RestKey
- All Implemented Interfaces:
DeploymentKey
,Key
,Serializable
Used to represent a Key object in rest. For soy etc we need to mimic the object structure of the actual
Key
e.g. the get the string from a key object in freemarker it would look like this: "myObject.key.key". So we cannot
convert it directly to a string.
For Deployments you can use this object directly, for PlanKeys you can use the PlanKeyRestKeyAdapter
.- See Also:
-
Constructor Summary
-
Method Summary