Package | Description |
---|---|
com.atlassian.bamboo.plugins.rest.admin.sharedcredentials |
Modifier and Type | Field and Description |
---|---|
static RestListModel<RestSharedCredential> |
SharedCredentialResource.PASSWORD_SHARED_CREDENTIALS |
static RestListModel<RestSharedCredential> |
SharedCredentialResource.SSH_SHARED_CREDENTIALS |
Modifier and Type | Method and Description |
---|---|
RestListModel<RestSharedCredential> |
SharedCredentialResource.getPasswordSharedCredentials(javax.ws.rs.core.UriInfo uriInfo,
Expansion expansion)
Rest endpoint to retrieve all username/password shared credentials.
|
RestListModel<RestSharedCredential> |
SharedCredentialResource.getSshSharedCredentials(javax.ws.rs.core.UriInfo uriInfo,
Expansion expansion)
Rest endpoint to retrieve all ssh shared credentials.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.