| Package | Description |
|---|---|
| com.cloudbees.plugins.credentials |
| Modifier and Type | Method and Description |
|---|---|
CredentialsStoreAction.DomainWrapper |
CredentialsStoreAction.CredentialsWrapper.getDomain()
Exposes the backing
CredentialsStoreAction.DomainWrapper. |
CredentialsStoreAction.DomainWrapper |
CredentialsStoreAction.getDomain(String name)
Gets the named
CredentialsStoreAction.DomainWrapper. |
CredentialsStoreAction.DomainWrapper |
CredentialsStoreAction.CredentialsWrapper.getParent()
Exposes the backing
CredentialsStoreAction.DomainWrapper. |
CredentialsStoreAction.DomainWrapper |
CredentialsSelectHelper.WrappedCredentialsStore.getWrapper()
Returns a
CredentialsStoreAction.DomainWrapper to use for contextualizing the credentials form. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CredentialsStoreAction.DomainWrapper> |
CredentialsStoreAction.getDomains()
Returns the map of
CredentialsStoreAction.DomainWrapper instances. |
Map<String,CredentialsStoreAction.DomainWrapper> |
CredentialsSelectHelper.WrappedCredentialsStore.getWrappers()
The
CredentialsStoreAction.DomainWrapper instances. |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
CredentialsStoreAction.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 to
CredentialsDescriptor.isScopeRelevant() but used by CredentialsStoreAction. |
| Constructor and Description |
|---|
CredentialsWrapper(CredentialsStoreAction.DomainWrapper domain,
Credentials credentials,
String id)
Constructor.
|
Copyright © 2016–2017. All rights reserved.