A B C D G I L M N R S U V _ 

A

allCredentialsDescriptors() - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all the registered Credentials descriptors.

B

BaseCredentials - Class in com.cloudbees.plugins.credentials
Base class for Credentials.
BaseCredentials() - Constructor for class com.cloudbees.plugins.credentials.BaseCredentials
For deserialization, need a route to a no-args constructor for sub-classes
BaseCredentials(CredentialsScope) - Constructor for class com.cloudbees.plugins.credentials.BaseCredentials
Creates an instance with specific scope.

C

com.cloudbees.plugins.credentials - package com.cloudbees.plugins.credentials
 
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.
CredentialsProvider - Class in com.cloudbees.plugins.credentials
An extension point for providing Credentials.
CredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.CredentialsProvider
 
CredentialsScope - Enum in com.cloudbees.plugins.credentials
The scope of credentials.
CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global
CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
System
CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
User

D

doConfigSubmit(StaplerRequest) - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Handles form submission.
doFillScopeItems() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Fills in the scopes for a scope list-box.

G

getConfigFile() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets the configuration file that this CredentialsProvider uses to store its credentials.
getCredentialDescriptors() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
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>, 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() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Get all the credentials.
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>, 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>) - 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.
getCredentialsPage() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Returns the config page for the credentials.
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.SystemCredentialsProvider
getDisplayName() - Method in enum com.cloudbees.plugins.credentials.CredentialsScope
Gets the display name for the credentials.
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
getIconFileName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
getInstance() - Static method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Gets the singleton instance.
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.
getTarget() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
Only sysadmin can access this page.
getUrlName() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider

I

isEnabled() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
isScopeRelevant() - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Checks if asking for a credentials scope is relevant.
isScopeRelevant(ModelObject) - Method in class com.cloudbees.plugins.credentials.CredentialsDescriptor
Similar to isScopeRelevant() but operating on a specific ModelObject rather than trying to infer from the stapler request.
isVisible() - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
Whether the credentials should be visible on the user's configure screen.

L

lookupCredentials(Class<C>) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the ACL.SYSTEM Authentication within the Hudson.getInstance().
lookupCredentials(Class<C>, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication within the Hudson.getInstance().
lookupCredentials(Class<C>, Item) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the ACL.SYSTEM Authentication for use by the specified Item.
lookupCredentials(Class<C>, ItemGroup) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the ACL.SYSTEM Authentication for use by the Items in the specified ItemGroup.
lookupCredentials(Class<C>, ItemGroup, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the Items in the specified ItemGroup.
lookupCredentials(Class<C>, Item, Authentication) - Static method in class com.cloudbees.plugins.credentials.CredentialsProvider
Returns all credentials which are available to the specified Authentication for use by the specified Item.
lookupScopes(ModelObject) - Static 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.

M

Messages - Class in com.cloudbees.plugins.credentials
 
Messages() - Constructor for class com.cloudbees.plugins.credentials.Messages
 

N

newInstance(User) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl

R

reconfigure(StaplerRequest, JSONObject) - Method in class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty

S

save() - Method in class com.cloudbees.plugins.credentials.SystemCredentialsProvider
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.DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.DescriptorImpl
 
SystemCredentialsProvider.ProviderImpl - Class in com.cloudbees.plugins.credentials
SystemCredentialsProvider.ProviderImpl() - Constructor for class com.cloudbees.plugins.credentials.SystemCredentialsProvider.ProviderImpl
 
SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
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
Manage Credentials

U

UserCredentialsProvider - Class in com.cloudbees.plugins.credentials
A store of credentials tied to a specific User.
UserCredentialsProvider() - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider
 
UserCredentialsProvider.UserCredentialsProperty - Class in com.cloudbees.plugins.credentials
Need a user property to hold the user's personal credentials.
UserCredentialsProvider.UserCredentialsProperty(List<Credentials>) - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty
Constructor for stapler.
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl - Class in com.cloudbees.plugins.credentials
Our user property descriptor.
UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl() - Constructor for class com.cloudbees.plugins.credentials.UserCredentialsProvider.UserCredentialsProperty.DescriptorImpl
 
UserCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials

V

valueOf(String) - Static method in enum com.cloudbees.plugins.credentials.CredentialsScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.cloudbees.plugins.credentials.CredentialsScope
Returns an array containing the constants of this enum type, in the order they are declared.

_

_CredentialsScope_GlobalDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Global
_CredentialsScope_SystemDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
System
_CredentialsScope_UserDisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
User
_SystemCredentialsProvider_Description() - Static method in class com.cloudbees.plugins.credentials.Messages
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
Manage Credentials
_UserCredentialsProvider_DisplayName() - Static method in class com.cloudbees.plugins.credentials.Messages
Credentials
A B C D G I L M N R S U V _ 

Copyright © 2004-2013. All Rights Reserved.