Class RestSharedCredential

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.sharedcredentials.RestSharedCredential

public class RestSharedCredential extends AbstractRestModel
Rest model for a shared credential. Each credential has the same field id and name, the other configurations varies depending on the implementation. Those attributes are stored in a map.
Since:
5.10
  • Constructor Details

    • RestSharedCredential

      public RestSharedCredential()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAttributes

      public Map<String,String> getAttributes()
    • setAttributes

      public void setAttributes(Map<String,String> configuration)
    • getProjectKey

      public String getProjectKey()
    • setProjectKey

      public void setProjectKey(String projectKey)