Package com.atlassian.bamboo.rest.model
Class RestKey
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.RestKey
-
- All Implemented Interfaces:
DeploymentKey
,Key
,Serializable
public class RestKey extends Object implements Key, DeploymentKey
Used to represent a Key object in rest. For soy etc we need to mimic the object structure of the actualKey
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 thePlanKeyRestKeyAdapter
.- See Also:
- Serialized Form