Uses of Class
com.cloudbees.plugins.credentials.CredentialsScope

Uses of CredentialsScope in com.cloudbees.plugins.credentials
 

Methods in com.cloudbees.plugins.credentials that return CredentialsScope
 CredentialsScope Credentials.getScope()
          Gets the scope of the credential.
 CredentialsScope BaseCredentials.getScope()
          Gets the scope of the credential.
static CredentialsScope CredentialsScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CredentialsScope[] CredentialsScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cloudbees.plugins.credentials that return types with arguments of type CredentialsScope
 java.util.Set<CredentialsScope> UserCredentialsProvider.getScopes(hudson.model.ModelObject object)
          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.
 java.util.Set<CredentialsScope> SystemCredentialsProvider.ProviderImpl.getScopes(hudson.model.ModelObject object)
          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.
 java.util.Set<CredentialsScope> CredentialsProvider.getScopes(hudson.model.ModelObject object)
          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.
static java.util.Set<CredentialsScope> CredentialsProvider.lookupScopes(hudson.model.ModelObject object)
          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.
 

Constructors in com.cloudbees.plugins.credentials with parameters of type CredentialsScope
BaseCredentials(CredentialsScope scope)
          Creates an instance with specific scope.
 



Copyright © 2004-2012. All Rights Reserved.