- CertificateCredentials - Interface in com.cloudbees.plugins.credentials.common
-
Client Credentials stored in a KeyStore.
- CertificateCredentialsImpl - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl(CredentialsScope, String, String, String, CertificateCredentialsImpl.KeyStoreSource) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
-
- CertificateCredentialsImpl.CredentialsSnapshotTakerImpl - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl.FileOnMasterKeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
-
Let the user reference a file on the disk.
- CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
- CertificateCredentialsImpl.KeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl.KeyStoreSourceDescriptor - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl.UploadedKeyStoreSource - Class in com.cloudbees.plugins.credentials.impl
-
Let the user reference a file on the disk.
- CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl - Class in com.cloudbees.plugins.credentials.impl
- CertificateCredentialsImpl.UploadedKeyStoreSource.Upload - Class in com.cloudbees.plugins.credentials.impl
-
- CertificateCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.DisplayName
: Certificate
.
- CertificateCredentialsImpl_EmptyKeystore() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.EmptyKeystore
: Empty
keystore
.
- CertificateCredentialsImpl_FileOnMasterKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.FileOnMasterKeyStoreSourceDisplayName
:
From a PKCS#12 file on Jenkins master
.
- CertificateCredentialsImpl_KeyStoreFileDoesNotExist(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileDoesNotExist
:
The file "{0}" does not exist
.
- CertificateCredentialsImpl_KeyStoreFileUnreadable(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileUnreadable
: Could not read file "{0}"
.
- CertificateCredentialsImpl_KeyStoreFileUnspecified() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileUnspecified
: You must specify the file path
.
- CertificateCredentialsImpl_LoadKeyFailed(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeyFailed
: Could
retrieve key "{0}"
.
- CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
: Could retrieve key "{0}".
- CertificateCredentialsImpl_LoadKeystoreFailed() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeystoreFailed
: Could not load keystore
.
- CertificateCredentialsImpl_NoCertificateUploaded() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.NoCertificateUploaded
: No certificate uploaded
.
- CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
: Upload PKCS#12 certificate
.
- checkPermission(Permission) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
-
Checks if the current security principal has this permission.
- com.cloudbees.plugins.credentials - package com.cloudbees.plugins.credentials
-
- com.cloudbees.plugins.credentials.common - package com.cloudbees.plugins.credentials.common
-
- com.cloudbees.plugins.credentials.domains - package com.cloudbees.plugins.credentials.domains
-
- com.cloudbees.plugins.credentials.impl - package com.cloudbees.plugins.credentials.impl
-
- com.cloudbees.plugins.credentials.matchers - package com.cloudbees.plugins.credentials.matchers
-
- ConstantMatcher - Class in com.cloudbees.plugins.credentials.matchers
-
Matches credentials based on a constant result.
- ConstantMatcher(boolean) - Constructor for class com.cloudbees.plugins.credentials.matchers.ConstantMatcher
-
Constructs a new instance.
- copyWithDefaultValue(ParameterValue) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
-
- CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
-
- CREATE - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- create() - Static method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Creates an empty builder.
- createFor(User) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.TransientUserActionFactoryImpl
-
- createValue(String) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- createValue(StaplerRequest, JSONObject) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- createVariableResolver(AbstractBuild<?, ?>) - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
-
- Credentials - Interface in com.cloudbees.plugins.credentials
-
A generic type of credentials.
- CredentialsDescriptor - Class in com.cloudbees.plugins.credentials
-
Descriptor for credentials.
- CredentialsDescriptor(Class<? extends Credentials>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsDescriptor
-
Constructor.
- CredentialsDescriptor() - Constructor for class com.cloudbees.plugins.credentials.CredentialsDescriptor
-
Infers the type of the corresponding
Credentials
from the outer class.
- CredentialsId - Annotation Type in com.cloudbees.plugins.credentials.common
-
- CredentialsMatcher - Interface in com.cloudbees.plugins.credentials
-
Something that matches credentials.
- CredentialsMatchers - Class in com.cloudbees.plugins.credentials
-
Some standard matchers and filtering utility methods.
- CredentialsNameProvider<C extends Credentials> - Class in com.cloudbees.plugins.credentials
-
Provides names for credentials.
- CredentialsNameProvider() - Constructor for class com.cloudbees.plugins.credentials.CredentialsNameProvider
-
- CredentialsParameterDefinition - Class in com.cloudbees.plugins.credentials
-
- CredentialsParameterDefinition(String, String, String, String, boolean) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- CredentialsParameterDefinition.DescriptorImpl - Class in com.cloudbees.plugins.credentials
-
- CredentialsParameterDefinition_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsParameterDefinition.DisplayName
: Credentials Parameter
.
- CredentialsParameterValue - Class in com.cloudbees.plugins.credentials
-
- CredentialsParameterValue(String, String, String) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterValue
-
- CredentialsParameterValue(String, String, String, boolean) - Constructor for class com.cloudbees.plugins.credentials.CredentialsParameterValue
-
- CredentialsParameterValue_NotAvailableToCurrentUser() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsParameterValue.NotAvailableToCurrentUser
:
Not available to current user
.
- CredentialsProvider - Class in com.cloudbees.plugins.credentials
-
- CredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.CredentialsProvider
-
- CredentialsProvider_CreatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.CreatePermissionDescription
: The create permission is necessary to add credentials to a credentials
provider.
.
- CredentialsProvider_DeletePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.DeletePermissionDescription
: The delete permission is necessary to remove credentials stored in a
credentials provider.
.
- CredentialsProvider_ManageDomainsPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.ManageDomainsPermissionDescription
:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).
.
- CredentialsProvider_PermissionGroupTitle() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.PermissionGroupTitle
: Credentials
.
- CredentialsProvider_UpdatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UpdatePermissionDescription
: The update permission is necessary to modify credentials in a
credentials provider.
.
- CredentialsProvider_UseItemPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UseItemPermissionDescription
: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job.
- CredentialsProvider_UseOwnPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UseOwnPermissionDescription
: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store.
- CredentialsProvider_ViewPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.ViewPermissionDescription
: The
view permission is necessary to view the credentials stored in a
credentials provider.
.
- CredentialsResolver<F extends Credentials,T extends Credentials> - Class in com.cloudbees.plugins.credentials
-
- CredentialsResolver(Class<F>, Class<T>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsResolver
-
Constructor.
- CredentialsResolver(Class<F>) - Constructor for class com.cloudbees.plugins.credentials.CredentialsResolver
-
Infers the to type of the corresponding
Credentials
from the outer class.
- CredentialsScope - Enum in com.cloudbees.plugins.credentials
-
The scope of credentials.
- CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.GlobalDisplayName
: Global
(Jenkins, nodes, items, all child items, etc)
.
- CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.SystemDisplayName
: System (Jenkins
and nodes only)
.
- CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.UserDisplayName
: User
.
- CredentialsSelectHelper - Class in com.cloudbees.plugins.credentials
-
A descriptor used to assist the c:select tag with allowing in-place addition of credentials.
- CredentialsSelectHelper() - Constructor for class com.cloudbees.plugins.credentials.CredentialsSelectHelper
- CredentialsSelectHelper_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsSelectHelper.DisplayName
: Credentials
Selection Helper
.
- CredentialsSnapshotTaker<C extends Credentials> - Class in com.cloudbees.plugins.credentials
-
Some credential types can store some of the credential details in a file outside of Jenkins.
- CredentialsSnapshotTaker() - Constructor for class com.cloudbees.plugins.credentials.CredentialsSnapshotTaker
-
- CredentialsSnapshotTakerImpl() - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.CredentialsSnapshotTakerImpl
-
- CredentialsStore - Class in com.cloudbees.plugins.credentials
-
- CredentialsStore() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStore
-
- CredentialsStoreAction - Class in com.cloudbees.plugins.credentials
-
- CredentialsStoreAction() - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- CredentialsStoreAction.CredentialsWrapper - Class in com.cloudbees.plugins.credentials
-
- CredentialsStoreAction.CredentialsWrapper.DescriptorImpl - Class in com.cloudbees.plugins.credentials
-
- CredentialsStoreAction.DomainWrapper - Class in com.cloudbees.plugins.credentials
-
- CredentialsStoreAction.DomainWrapper.DescriptorImpl - Class in com.cloudbees.plugins.credentials
-
- CredentialsStoreAction_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.DisplayName
: Credentials
.
- CredentialsStoreAction_DuplicateDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.DuplicateDomainNameMessage
: A domain with that name already exists
.
- CredentialsStoreAction_EmptyDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.EmptyDomainNameMessage
: You
must provide a name for the domain
.
- CredentialsStoreAction_GlobalDomainDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.GlobalDomainDescription
: Credentials that should be available irrespective of domain
specification to requirements matching.
.
- CredentialsStoreAction_GlobalDomainDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.GlobalDomainDisplayName
: Global credentials (unrestricted)
.
- CredentialsStoreAction_UserDisplayName(Object) - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.UserDisplayName
: User: {0}
.
- CredentialsTagLib - Interface in lib
-
- CredentialsWrapper(CredentialsStoreAction.DomainWrapper, Credentials, String) - Constructor for class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- FileOnMasterKeyStoreSource(String) - Constructor for class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
-
- filter(Collection<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters credentials using the supplied matcher.
- filter(Set<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters credentials using the supplied matcher.
- filter(List<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters credentials using the supplied matcher.
- filter(Iterable<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters credentials using the supplied matcher.
- filterKeys(Map<C, V>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters a map keyed by credentials using the supplied matcher.
- filterValues(Map<K, C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Filters a map based on credential values using the supplied matcher.
- findCredentialById(String, Class<C>, Run<?, ?>, DomainRequirement...) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
- findCredentialById(String, Class<C>, Run<?, ?>, List<DomainRequirement>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
A common requirement for plugins is to resolve a specific credential by id in the context of a specific run.
- firstOrDefault(Iterable<C>, CredentialsMatcher, C) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Returns the first credential from a collection that matches the supplied matcher or if none match then the
specified default.
- firstOrNull(Iterable<C>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
Returns the first credential from a collection that matches the supplied matcher or null
if none match.
- fixEmptyId(String) - Static method in class com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
-
Returns either the id or a generated new id if the supplied id is missing.
- fixList(List<DomainCredentials>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
-
Helper method used by the domainCredentials.jelly
taglib to ensure the list is valid.
- fromUri(String) - Static method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Creates a new builder using the supplied URI.
- getACL() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
- getACL() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
-
- getACL() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
-
- getApi() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getApi() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getApi() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.UserFacingAction
-
- getApi() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserFacingAction
-
- getConfigFile() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
- getContext() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
-
Returns the context within which this store operates.
- getContext() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
-
Returns the context within which this store operates.
- getContext() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
-
- getCredential(String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getCredentialDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl
-
- getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Gets all the credentials descriptors.
- getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
-
Gets all the credentials descriptors.
- getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
- getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
and are appropriate for the specified .plugins.credentials.domains.DomainRequirement
s.
- getCredentials(Class<C>, Item, Authentication) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for the specified Item
- getCredentials(Class<C>, Item, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified Item
and are appropriate for the specified .credentials.domains.DomainRequirement
s.
- getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.CredentialsStore
-
Returns an unmodifiable list of credentials for the specified domain.
- getCredentials() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getCredentials() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getCredentials(Map<Domain, List<Credentials>>, Class<C>, List<DomainRequirement>, CredentialsMatcher) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
-
Helper to assist retrieving credentials from the map based store.
- getCredentials() - Method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
-
Returns the credentials.
- getCredentials() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
- getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
- getCredentials(Class<C>, Item, Authentication) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
Returns the credentials provided by this provider which are available to the specified Authentication
for the specified Item
- getCredentials(Class<C>, Item, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified Item
and are appropriate for the specified .credentials.domains.DomainRequirement
s.
- getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
and are appropriate for the specified .plugins.credentials.domains.DomainRequirement
s.
- getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
-
Returns an unmodifiable list of credentials for the specified domain.
- getCredentials(Class<C>, ItemGroup, Authentication) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
- getCredentials(Class<C>, ItemGroup, Authentication, List<DomainRequirement>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
-
Returns the credentials provided by this provider which are available to the specified Authentication
for items in the specified ItemGroup
and are appropriate for the specified .plugins.credentials.domains.DomainRequirement
s.
- getCredentials(Domain) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
-
Returns an unmodifiable list of credentials for the specified domain.
- getCredentials(Class<C>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
-
Helper method.
- getCredentials() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
-
Gets all the user's credentials.
- getCredentialsDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
-
- getCredentialsPage() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
-
Returns the config page for the credentials.
- getCredentialType() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- getDefaultParameterValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- getDefaultValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition
-
- getDescription() - Method in interface com.cloudbees.plugins.credentials.common.StandardCredentials
-
Returns the Description.
- getDescription() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getDescription() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getDescription() - Method in class com.cloudbees.plugins.credentials.domains.Domain
-
Returns the description of this domain.
- getDescription() - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
-
Returns the Description.
- getDescription() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- getDescriptor() - Method in class com.cloudbees.plugins.credentials.BaseCredentials
- getDescriptor() - Method in interface com.cloudbees.plugins.credentials.Credentials
- getDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
- getDescriptor() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterDefinition.DescriptorImpl
-
- getDisplayName() - Method in enum com.cloudbees.plugins.credentials.CredentialsScope
-
Gets the display name for the credentials.
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper.DescriptorImpl
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper.DescriptorImpl
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.domains.SchemeSpecification.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
-
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- getDisplayName() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
- getDivId() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
-
- getDomain() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getDomain() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getDomain(String) - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getDomain() - Method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
-
Returns the domain.
- getDomainCredentials() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Get all the credentials.
- getDomainCredentials() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
-
- getDomainCredentialsMap() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Get all the credentials.
- getDomainCredentialsMap() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
-
The Map of domain credentials.
- getDomainDescriptor() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getDomains() - Method in class com.cloudbees.plugins.credentials.CredentialsStore
-
Returns all the
Domain
s that this credential provider has.
- getDomains() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getDomains() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
-
Returns all the
Domain
s that this credential provider has.
- getDomains() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.StoreImpl
-
Returns all the
Domain
s that this credential provider has.
- getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
-
Returns the hostname and port combinations to explicitly not match.
- getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification
-
Returns the hostnames to explicitly not match.
- getExcludes() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
-
Returns the paths to explicitly not match.
- getFromClass() - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
-
Returns the class to resolve from.
- getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getFullDisplayName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getFullName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getHostname() - Method in class com.cloudbees.plugins.credentials.domains.HostnameRequirement
-
Returns the hostname.
- getIconFileName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getIconFileName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- getId() - Method in interface com.cloudbees.plugins.credentials.common.IdCredentials
-
Returns the ID.
- getId() - Method in class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
-
Returns the ID.
- getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortSpecification
-
Returns the hostname and port combinations to match.
- getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.HostnameSpecification
-
Returns the hostnames to match.
- getIncludes() - Method in class com.cloudbees.plugins.credentials.domains.PathSpecification
-
Returns the paths to match.
- getInstance() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Gets the singleton instance.
- getKeyStore() - Method in interface com.cloudbees.plugins.credentials.common.CertificateCredentials
-
- getKeyStore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
-
- getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
- getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
-
- getKeyStoreBytes() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
- getKeyStoreFile() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
-
Returns the private key file name.
- getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.FileOnMasterKeyStoreSource
- getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.KeyStoreSource
-
- getKeyStoreLastModified() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
-
- getKeyStoreSource() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
-
- getKeyStoreSources() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.DescriptorImpl
-
- getName(StandardCertificateCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardCertificateCredentials.NameProvider
-
Name the credential.
- getName(StandardCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
-
Name the credential.
- getName(StandardUsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
-
Name the credential.
- getName(StandardUsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider
-
Name the credential.
- getName(UsernameCredentials) - Method in class com.cloudbees.plugins.credentials.common.UsernameCredentials.NameProvider
-
Name the credential.
- getName(UsernamePasswordCredentials) - Method in class com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials.NameProvider
-
Name the credential.
- getName(C) - Method in class com.cloudbees.plugins.credentials.CredentialsNameProvider
-
Name the credential.
- getName() - Method in class com.cloudbees.plugins.credentials.domains.Domain
-
Returns the name of the domain.
- getParent() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getParent() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getPassword() - Method in interface com.cloudbees.plugins.credentials.common.PasswordCredentials
-
Returns the Password.
- getPassword() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl
-
- getPassword() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
-
Returns the Password.
- getPath() - Method in class com.cloudbees.plugins.credentials.domains.PathRequirement
-
Returns the path.
- getPort() - Method in class com.cloudbees.plugins.credentials.domains.HostnamePortRequirement
-
Returns the required port.
- getResolver(Class<C>) - Static method in class com.cloudbees.plugins.credentials.CredentialsResolver
-
- getScheme() - Method in class com.cloudbees.plugins.credentials.domains.SchemeRequirement
-
Returns the scheme.
- getSchemes() - Method in class com.cloudbees.plugins.credentials.domains.SchemeSpecification
-
Returns the comma separated list of URI schemes that this specification matches.
- getScope() - Method in class com.cloudbees.plugins.credentials.BaseCredentials
-
Gets the scope of the credential.
- getScope() - Method in interface com.cloudbees.plugins.credentials.Credentials
-
Gets the scope of the credential.
- getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Returns the scopes allowed for credentials stored within the specified object or null
if the
object is not relevant for scopes and the object's container should be considered instead.
- getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
Returns the scopes allowed for credentials stored within the specified object or null
if the
object is not relevant for scopes and the object's container should be considered instead.
- getScopes(ModelObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
-
Returns the scopes allowed for credentials stored within the specified object or null
if the
object is not relevant for scopes and the object's container should be considered instead.
- getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
- getSpecificationDescriptors() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
-
- getSpecifications() - Method in class com.cloudbees.plugins.credentials.domains.Domain
-
- getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
- getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getStore() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
-
- getStore() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider.UserFacingAction
-
- getStore(ModelObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider
-
- getStore() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserFacingAction
-
- getSubjectDN(KeyStore) - Static method in class com.cloudbees.plugins.credentials.common.StandardCertificateCredentials.NameProvider
-
Returns the Subject DN of the first key with an x509 certificate in its certificate chain.
- getTarget() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Only sysadmin can access this page.
- getToClass() - Method in class com.cloudbees.plugins.credentials.CredentialsResolver
-
Returns the class to resolve to.
- getTypeName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getUpload(String) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.DescriptorImpl
-
- getUploadedKeystore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource
-
Returns the private key file name.
- getUploadedKeystore() - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.UploadedKeyStoreSource.Upload
-
- getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.CredentialsWrapper
-
- getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
- getUrlName() - Method in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- getUrlName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- getUsername() - Method in interface com.cloudbees.plugins.credentials.common.UsernameCredentials
-
Returns the username.
- getUsername() - Method in class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
-
Returns the username.
- getValue() - Method in class com.cloudbees.plugins.credentials.CredentialsParameterValue
-
- getWrapper() - Method in class com.cloudbees.plugins.credentials.CredentialsSelectHelper
-
- global() - Static method in class com.cloudbees.plugins.credentials.domains.Domain
-
Returns the special "global" domain.
- GROUP - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
-
The permission group for credentials.
- MANAGE_DOMAINS - Static variable in class com.cloudbees.plugins.credentials.CredentialsProvider
-
- MANAGE_DOMAINS - Static variable in class com.cloudbees.plugins.credentials.CredentialsStoreAction
-
- matches(Credentials) - Method in interface com.cloudbees.plugins.credentials.CredentialsMatcher
-
Evaluates the matcher for the specified credentials.
- matches(List<DomainRequirement>) - Method in interface com.cloudbees.plugins.credentials.domains.DomainRestrictedCredentials
-
Determine whether these
Credentials
are applicable for
the given requirements.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.AllOfMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.AnyOfMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.ConstantMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.IdMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.InstanceOfMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.NotMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
-
Evaluates the matcher for the specified credentials.
- matches(Credentials) - Method in class com.cloudbees.plugins.credentials.matchers.UsernameMatcher
-
Evaluates the matcher for the specified credentials.
- Messages - Class in com.cloudbees.plugins.credentials.common
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.plugins.credentials.common.Messages
-
- Messages - Class in com.cloudbees.plugins.credentials.domains
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.plugins.credentials.domains.Messages
-
- Messages - Class in com.cloudbees.plugins.credentials.impl
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.plugins.credentials.impl.Messages
-
- Messages - Class in com.cloudbees.plugins.credentials
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.plugins.credentials.Messages
-
- migrateListToMap(Map<Domain, List<Credentials>>, List<Credentials>) - Static method in class com.cloudbees.plugins.credentials.domains.DomainCredentials
-
Handle migration of standard storage method for pre-domain data into domain segmented data.
- save() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
- SchemeRequirement - Class in com.cloudbees.plugins.credentials.domains
-
A requirement for a specific URI scheme, for example http
or smtp
- SchemeRequirement(String) - Constructor for class com.cloudbees.plugins.credentials.domains.SchemeRequirement
-
Constructs a requirement for the specified scheme.
- SchemeSpecification - Class in com.cloudbees.plugins.credentials.domains
-
- SchemeSpecification(String) - Constructor for class com.cloudbees.plugins.credentials.domains.SchemeSpecification
-
Constructor for stapler.
- SchemeSpecification.DescriptorImpl - Class in com.cloudbees.plugins.credentials.domains
-
Our Descriptor
.
- SchemeSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
-
Key SchemeSpecification.DisplayName
: URI scheme
.
- ScopeMatcher - Class in com.cloudbees.plugins.credentials.matchers
-
- ScopeMatcher(CredentialsScope) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
-
Constructs a new instance.
- ScopeMatcher(CredentialsScope...) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
-
Constructs a new instance.
- ScopeMatcher(Collection<CredentialsScope>) - Constructor for class com.cloudbees.plugins.credentials.matchers.ScopeMatcher
-
Constructs a new instance.
- select(Map, Closure) - Method in interface lib.CredentialsTagLib
-
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
- select(Closure) - Method in interface lib.CredentialsTagLib
-
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
- select(Map) - Method in interface lib.CredentialsTagLib
-
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
- select() - Method in interface lib.CredentialsTagLib
-
A <select> control that supports the data binding and AJAX updates with support for adding credentials.
- setDomainCredentialsMap(Map<Domain, List<Credentials>>) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Set all the credentials.
- setDomainCredentialsMap(Map<Domain, List<Credentials>>) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
-
Sets the map of domain credentials.
- snapshot(C) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Make a best effort to ensure that the supplied credential is a snapshot credential (i.e.
- snapshot(Class<C>, C) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
-
Make a best effort to ensure that the supplied credential is a snapshot credential (i.e.
- snapshot(C) - Method in class com.cloudbees.plugins.credentials.CredentialsSnapshotTaker
-
Create a self-contained version of this
Credentials
that does not require access to any external files
or resources.
- snapshot(StandardCertificateCredentials) - Method in class com.cloudbees.plugins.credentials.impl.CertificateCredentialsImpl.CredentialsSnapshotTakerImpl
-
- StandardCertificateCredentials - Interface in com.cloudbees.plugins.credentials.common
-
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
- StandardCertificateCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
-
Our name provider.
- StandardCredentials - Interface in com.cloudbees.plugins.credentials.common
-
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
.
- StandardCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
-
Our name provider.
- StandardListBoxModel - Class in com.cloudbees.plugins.credentials.common
-
- StandardListBoxModel() - Constructor for class com.cloudbees.plugins.credentials.common.StandardListBoxModel
-
- StandardUsernameCredentials - Interface in com.cloudbees.plugins.credentials.common
-
Credentials that have an ID, description and username.
- StandardUsernameCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
-
Our name provider.
- StandardUsernameListBoxModel - Class in com.cloudbees.plugins.credentials.common
-
- StandardUsernameListBoxModel() - Constructor for class com.cloudbees.plugins.credentials.common.StandardUsernameListBoxModel
-
- StandardUsernamePasswordCredentials - Interface in com.cloudbees.plugins.credentials.common
-
The credential interface that standard username password based credentials should aim to implement.
- StandardUsernamePasswordCredentials.NameProvider - Class in com.cloudbees.plugins.credentials.common
-
Our name provider.
- StoreImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.StoreImpl
-
- SystemCredentialsProvider - Class in com.cloudbees.plugins.credentials
-
The root store of credentials.
- SystemCredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider
-
Constructor.
- SystemCredentialsProvider.DescriptorImpl - Class in com.cloudbees.plugins.credentials
-
Our management link descriptor.
- SystemCredentialsProvider.ProviderImpl - Class in com.cloudbees.plugins.credentials
-
- SystemCredentialsProvider.StoreImpl - Class in com.cloudbees.plugins.credentials
-
- SystemCredentialsProvider.UserFacingAction - Class in com.cloudbees.plugins.credentials
-
- SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key SystemCredentialsProvider.Description
: Create/delete/modify the credentials that can be used by Jenkins and
by jobs running in Jenkins to connect to 3rd party services.
.
- SystemCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key SystemCredentialsProvider.DisplayName
: Manage
Credentials
.
- with(C) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds a single credential.
- withAll(C...) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds supplied credentials to the model.
- withAll(Iterable<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds supplied credentials to the model.
- withAll(Iterator<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds supplied credentials to the model.
- withEmptySelection() - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds an "empty" credential to signify selection of no credential.
- withHostname(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Replace any hostname requirements with the supplied hostname.
- withHostnamePort(String, int) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Replace any hostname or hostname:port requirements with the supplied hostname and port.
- withId(String) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- withMatching(CredentialsMatcher, C...) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds the matching subset of suppled credentials to the model.
- withMatching(CredentialsMatcher, Iterable<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds the matching subset of suppled credentials to the model.
- withMatching(CredentialsMatcher, Iterator<? extends C>) - Method in class com.cloudbees.plugins.credentials.common.AbstractIdCredentialsListBoxModel
-
Adds the matching subset of suppled credentials to the model.
- withoutHostname() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Removes any hostname or hostname:port requirements.
- withoutHostnamePort() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Removes any hostname:port requirements.
- withoutPath() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Removes any path requirements.
- withoutScheme() - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Removes any scheme requirements.
- withPath(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Replace any path requirements with the supplied path.
- withScheme(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Replace any scheme requirements with the supplied scheme.
- withScope(CredentialsScope) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- withScopes(CredentialsScope...) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- withScopes(Collection<CredentialsScope>) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- withUri(String) - Method in class com.cloudbees.plugins.credentials.domains.URIRequirementBuilder
-
Replaces the requirements with those of the supplied URI.
- withUsername(String) - Static method in class com.cloudbees.plugins.credentials.CredentialsMatchers
-
- _AbstractIdCredentialsListBoxModel_EmptySelection() - Static method in class com.cloudbees.plugins.credentials.common.Messages
-
Key AbstractIdCredentialsListBoxModel.EmptySelection
: -
none -
.
- _CertificateCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.DisplayName
: Certificate
.
- _CertificateCredentialsImpl_EmptyKeystore() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.EmptyKeystore
: Empty
keystore
.
- _CertificateCredentialsImpl_FileOnMasterKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.FileOnMasterKeyStoreSourceDisplayName
:
From a PKCS#12 file on Jenkins master
.
- _CertificateCredentialsImpl_KeyStoreFileDoesNotExist(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileDoesNotExist
:
The file "{0}" does not exist
.
- _CertificateCredentialsImpl_KeyStoreFileUnreadable(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileUnreadable
: Could not read file "{0}"
.
- _CertificateCredentialsImpl_KeyStoreFileUnspecified() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.KeyStoreFileUnspecified
: You must specify the file path
.
- _CertificateCredentialsImpl_LoadKeyFailed(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeyFailed
: Could
retrieve key "{0}"
.
- _CertificateCredentialsImpl_LoadKeyFailedQueryEmptyPassword(Object) - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeyFailedQueryEmptyPassword
: Could retrieve key "{0}".
- _CertificateCredentialsImpl_LoadKeystoreFailed() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.LoadKeystoreFailed
: Could not load keystore
.
- _CertificateCredentialsImpl_NoCertificateUploaded() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.NoCertificateUploaded
: No certificate uploaded
.
- _CertificateCredentialsImpl_UploadedKeyStoreSourceDisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key CertificateCredentialsImpl.UploadedKeyStoreSourceDisplayName
: Upload PKCS#12 certificate
.
- _CredentialsParameterDefinition_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsParameterDefinition.DisplayName
: Credentials Parameter
.
- _CredentialsParameterValue_NotAvailableToCurrentUser() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsParameterValue.NotAvailableToCurrentUser
:
Not available to current user
.
- _CredentialsProvider_CreatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.CreatePermissionDescription
: The create permission is necessary to add credentials to a credentials
provider.
.
- _CredentialsProvider_DeletePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.DeletePermissionDescription
: The delete permission is necessary to remove credentials stored in a
credentials provider.
.
- _CredentialsProvider_ManageDomainsPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.ManageDomainsPermissionDescription
:
The manage domains permission is necessary to
add/remove/configure the credential domains of a credentials provider
(where the credentials provider supports multiple credential
domains).
.
- _CredentialsProvider_PermissionGroupTitle() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.PermissionGroupTitle
: Credentials
.
- _CredentialsProvider_UpdatePermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UpdatePermissionDescription
: The update permission is necessary to modify credentials in a
credentials provider.
.
- _CredentialsProvider_UseItemPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UseItemPermissionDescription
: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from those credentials available within
the scope of the job.
- _CredentialsProvider_UseOwnPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.UseOwnPermissionDescription
: {@code
Where an immediate action against a job requires that a credential be
selected by the user triggering the action, this permission allows the
user to select a credential from their private credential store.
- _CredentialsProvider_ViewPermissionDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsProvider.ViewPermissionDescription
: The
view permission is necessary to view the credentials stored in a
credentials provider.
.
- _CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.GlobalDisplayName
: Global
(Jenkins, nodes, items, all child items, etc)
.
- _CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.SystemDisplayName
: System (Jenkins
and nodes only)
.
- _CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsScope.UserDisplayName
: User
.
- _CredentialsSelectHelper_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsSelectHelper.DisplayName
: Credentials
Selection Helper
.
- _CredentialsStoreAction_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.DisplayName
: Credentials
.
- _CredentialsStoreAction_DuplicateDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.DuplicateDomainNameMessage
: A domain with that name already exists
.
- _CredentialsStoreAction_EmptyDomainNameMessage() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.EmptyDomainNameMessage
: You
must provide a name for the domain
.
- _CredentialsStoreAction_GlobalDomainDescription() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.GlobalDomainDescription
: Credentials that should be available irrespective of domain
specification to requirements matching.
.
- _CredentialsStoreAction_GlobalDomainDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.GlobalDomainDisplayName
: Global credentials (unrestricted)
.
- _CredentialsStoreAction_UserDisplayName(Object) - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key CredentialsStoreAction.UserDisplayName
: User: {0}
.
- _HostnamePortSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
-
Key HostnamePortSpecification.DisplayName
: Hostname:port
.
- _HostnameSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
-
Key HostnameSpecification.DisplayName
: Hostname
.
- _PathSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
-
Key PathSpecification.DisplayName
: URI path
.
- _SchemeSpecification_DisplayName() - Static method in class com.cloudbees.plugins.credentials.domains.Messages
-
Key SchemeSpecification.DisplayName
: URI scheme
.
- _SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key SystemCredentialsProvider.Description
: Create/delete/modify the credentials that can be used by Jenkins and
by jobs running in Jenkins to connect to 3rd party services.
.
- _SystemCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key SystemCredentialsProvider.DisplayName
: Manage
Credentials
.
- _UserCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
-
Key UserCredentialsProvider_DisplayName
: Credentials
.
- _UsernamePasswordCredentialsImpl_DisplayName() - Static method in class com.cloudbees.plugins.credentials.impl.Messages
-
Key UsernamePasswordCredentialsImpl.DisplayName
: Username with password
.