Uses of Class
com.cloudbees.plugins.credentials.CredentialsStoreAction.DomainWrapper
-
Uses of CredentialsStoreAction.DomainWrapper in com.cloudbees.plugins.credentials
Modifier and TypeMethodDescriptionCredentialsStoreAction.CredentialsWrapper.getDomain()
Exposes the backingCredentialsStoreAction.DomainWrapper
.Gets the namedCredentialsStoreAction.DomainWrapper
.CredentialsStoreAction.CredentialsWrapper.getParent()
Exposes the backingCredentialsStoreAction.DomainWrapper
.CredentialsSelectHelper.WrappedCredentialsStore.getWrapper()
Returns aCredentialsStoreAction.DomainWrapper
to use for contextualizing the credentials form.Modifier and TypeMethodDescriptionCredentialsStoreAction.getDomains()
Returns the map ofCredentialsStoreAction.DomainWrapper
instances.CredentialsSelectHelper.WrappedCredentialsStore.getWrappers()
TheCredentialsStoreAction.DomainWrapper
instances.Modifier and TypeMethodDescriptionCredentialsStoreAction.DomainWrapper.DescriptorImpl.doCheckName
(CredentialsStoreAction.DomainWrapper wrapper, CredentialsStoreAction action, String value) Form validation for creating a new domain / renaming an existing domain.boolean
CredentialsDescriptor.isScopeRelevant
(CredentialsStoreAction.DomainWrapper wrapper) Similar toCredentialsDescriptor.isScopeRelevant()
but used byCredentialsStoreAction
.ModifierConstructorDescriptionCredentialsWrapper
(CredentialsStoreAction.DomainWrapper domain, Credentials credentials, String id) Constructor.