Package | Description |
---|---|
com.cloudbees.plugins.credentials | |
com.cloudbees.plugins.credentials.common | |
com.cloudbees.plugins.credentials.impl |
Modifier and Type | Method and Description |
---|---|
static <C extends IdCredentials> |
CredentialsProvider.findCredentialById(String id,
Class<C> type,
hudson.model.Run<?,?> run,
DomainRequirement... domainRequirements)
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
|
static <C extends IdCredentials> |
CredentialsProvider.findCredentialById(String id,
Class<C> type,
hudson.model.Run<?,?> run,
List<DomainRequirement> domainRequirements)
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
|
<C extends IdCredentials> |
CredentialsParameterValue.lookupCredentials(Class<C> type,
hudson.model.Run run,
DomainRequirement... domainRequirements) |
<C extends IdCredentials> |
CredentialsParameterValue.lookupCredentials(Class<C> type,
hudson.model.Run run,
List<DomainRequirement> domainRequirements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdCredentialsListBoxModel<T extends AbstractIdCredentialsListBoxModel<T,C>,C extends IdCredentials>
ListBoxModel with support for credentials. |
Modifier and Type | Interface and Description |
---|---|
interface |
StandardCertificateCredentials
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
|
interface |
StandardCredentials
Credentials that have a description to help the user differentiate the specific credential from a collection of
Credentials and an ID to help Jenkins locate the
specific credential from a collection of Credentials . |
interface |
StandardUsernameCredentials
Credentials that have an ID, description and username.
|
interface |
StandardUsernamePasswordCredentials
The credential interface that standard username password based credentials should aim to implement.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
IdCredentials.Helpers.equals(IdCredentials self,
Object o)
Standard
Object.equals(Object) implementation. |
static int |
IdCredentials.Helpers.hashCode(IdCredentials self)
The standard
Object.hashCode() implementation. |
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withAll(C... credentials)
Adds supplied credentials to the model.
|
AbstractIdCredentialsListBoxModel<T,C> |
AbstractIdCredentialsListBoxModel.withMatching(CredentialsMatcher matcher,
C... credentials)
Adds the matching subset of suppled credentials to the model.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStandardCredentials
Base class for
StandardCredentials . |
class |
CertificateCredentialsImpl |
class |
UsernamePasswordCredentialsImpl
Concrete implementation of
StandardUsernamePasswordCredentials . |
Copyright © 2014. All rights reserved.