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 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 Details

    • RestKey

      public RestKey(Key key)
    • RestKey

      public RestKey()
  • Method Details

    • getKey

      @NotNull public @NotNull String getKey()
      Specified by:
      getKey in interface Key