| Package | Description |
|---|---|
| com.offbytwo.jenkins | |
| com.offbytwo.jenkins.model.credentials |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Credential> |
JenkinsServer.listCredentials()
List the credentials from the Jenkins server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JenkinsServer.createCredential(Credential credential,
boolean crumbFlag)
Create the given credential
|
void |
JenkinsServer.updateCredential(String credentialId,
Credential credential,
boolean crumbFlag)
Update an existing credential
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppleDeveloperProfileCredential
Apple developer profile credential type.
|
class |
CertificateCredential
Certificate credential type.
|
class |
SecretTextCredential
Secret Text credential type.
|
class |
SSHKeyCredential
SSH Key Credential type.
|
class |
UsernamePasswordCredential
Username and password credential type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
CredentialManager.CredentialResponse.getCredentials() |
Map<String,Credential> |
CredentialManager.CredentialResponseV1.getCredentials() |
Map<String,Credential> |
CredentialManager.listCredentials()
Return the list of exsting credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialManager.createCredential(Credential credential,
Boolean crumbFlag)
Create a new credential
|
void |
CredentialManager.updateCredential(String credentialId,
Credential credential,
Boolean crumbFlag)
Update an existing credential.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialManager.CredentialResponse.setCredentials(List<Credential> credentials) |
void |
CredentialManager.CredentialResponseV1.setCredentials(Map<String,Credential> credentials) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.