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
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
-
Constructor Summary
Constructors Constructor Description RestSharedCredential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getAttributes()
Long
getId()
String
getName()
String
getProjectKey()
void
setAttributes(Map<String,String> configuration)
void
setId(Long id)
void
setName(String name)
void
setProjectKey(String projectKey)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
-