public abstract class CredentialsStoreAction extends Object implements hudson.model.Action
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsStoreAction.CredentialsWrapper |
static class |
CredentialsStoreAction.DomainWrapper |
Modifier and Type | Field and Description |
---|---|
static hudson.security.Permission |
CREATE |
static hudson.security.Permission |
DELETE |
static hudson.security.Permission |
MANAGE_DOMAINS |
static hudson.security.Permission |
UPDATE |
static hudson.security.Permission |
VIEW |
Constructor and Description |
---|
CredentialsStoreAction() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doCreateDomain(org.kohsuke.stapler.StaplerRequest req) |
String |
getDisplayName() |
CredentialsStoreAction.DomainWrapper |
getDomain(String name) |
CredentialsStoreAction.DomainWrapper.DescriptorImpl |
getDomainDescriptor() |
Map<String,CredentialsStoreAction.DomainWrapper> |
getDomains() |
String |
getFullDisplayName() |
String |
getFullName() |
String |
getIconFileName() |
hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> |
getSpecificationDescriptors()
Gets all the
DomainSpecification descriptors. |
abstract CredentialsStore |
getStore() |
String |
getUrlName() |
boolean |
isDomainsModifiable() |
boolean |
isVisible() |
public static final hudson.security.Permission VIEW
public static final hudson.security.Permission CREATE
public static final hudson.security.Permission UPDATE
public static final hudson.security.Permission DELETE
public static final hudson.security.Permission MANAGE_DOMAINS
@NonNull public abstract CredentialsStore getStore()
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public boolean isVisible()
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public final String getFullName()
public final String getFullDisplayName()
@Exported public Map<String,CredentialsStoreAction.DomainWrapper> getDomains()
public CredentialsStoreAction.DomainWrapper getDomain(String name)
public boolean isDomainsModifiable()
public CredentialsStoreAction.DomainWrapper.DescriptorImpl getDomainDescriptor()
public hudson.DescriptorExtensionList<DomainSpecification,hudson.model.Descriptor<DomainSpecification>> getSpecificationDescriptors()
DomainSpecification
descriptors.DomainSpecification
descriptors.public org.kohsuke.stapler.HttpResponse doCreateDomain(org.kohsuke.stapler.StaplerRequest req) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
Copyright © 2014. All rights reserved.