Class RestSharedCredential
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.sharedcredentials.RestSharedCredential
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
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setAttributes
(Map<String, String> configuration) void
void
void
setProjectKey
(String projectKey) Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestSharedCredential
public RestSharedCredential()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getAttributes
-
setAttributes
-
getProjectKey
-
setProjectKey
-