@ExportedBean public static class CredentialsStoreAction.DomainWrapper extends hudson.model.AbstractDescribableImpl<CredentialsStoreAction.DomainWrapper> implements hudson.model.ModelObject
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsStoreAction.DomainWrapper.DescriptorImpl |
Constructor and Description |
---|
DomainWrapper(CredentialsStoreAction parent,
Domain domain) |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doConfigSubmit(org.kohsuke.stapler.StaplerRequest req) |
org.kohsuke.stapler.HttpResponse |
doCreateCredentials(org.kohsuke.stapler.StaplerRequest req) |
org.kohsuke.stapler.HttpResponse |
doDoDelete(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.Api |
getApi() |
CredentialsStoreAction.CredentialsWrapper |
getCredential(String id) |
CredentialsStoreAction.CredentialsWrapper.DescriptorImpl |
getCredentialDescriptor() |
Map<String,CredentialsStoreAction.CredentialsWrapper> |
getCredentials() |
String |
getDescription() |
String |
getDisplayName() |
Domain |
getDomain() |
String |
getFullDisplayName() |
String |
getFullName() |
CredentialsStoreAction |
getParent() |
CredentialsStore |
getStore() |
String |
getUrlName() |
boolean |
isGlobal() |
public DomainWrapper(CredentialsStoreAction parent, Domain domain)
public hudson.model.Api getApi()
public CredentialsStore getStore()
public Domain getDomain()
public CredentialsStoreAction getParent()
@Exported public String getUrlName()
@Exported public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
@Exported public final String getFullName()
@Exported public final String getFullDisplayName()
@Exported public String getDescription()
@Exported public boolean isGlobal()
public CredentialsStoreAction.CredentialsWrapper.DescriptorImpl getCredentialDescriptor()
@Exported public Map<String,CredentialsStoreAction.CredentialsWrapper> getCredentials()
public CredentialsStoreAction.CredentialsWrapper getCredential(String id)
public org.kohsuke.stapler.HttpResponse doCreateCredentials(org.kohsuke.stapler.StaplerRequest req) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public org.kohsuke.stapler.HttpResponse doConfigSubmit(org.kohsuke.stapler.StaplerRequest req) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public org.kohsuke.stapler.HttpResponse doDoDelete(org.kohsuke.stapler.StaplerRequest req) throws IOException
IOException
Copyright © 2016. All rights reserved.