@ExportedBean public static class CredentialsStoreAction.CredentialsWrapper extends hudson.model.AbstractDescribableImpl<CredentialsStoreAction.CredentialsWrapper>
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialsStoreAction.CredentialsWrapper.DescriptorImpl |
| Constructor and Description |
|---|
CredentialsStoreAction.CredentialsWrapper(CredentialsStoreAction.DomainWrapper domain,
Credentials credentials,
String id) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doDoDelete(org.kohsuke.stapler.StaplerRequest req) |
org.kohsuke.stapler.HttpResponse |
doDoMove(org.kohsuke.stapler.StaplerRequest req,
String destination) |
org.kohsuke.stapler.HttpResponse |
doUpdateSubmit(org.kohsuke.stapler.StaplerRequest req) |
hudson.model.Api |
getApi() |
Credentials |
getCredentials() |
String |
getDescription() |
String |
getDisplayName() |
CredentialsStoreAction.DomainWrapper |
getDomain() |
String |
getFullDisplayName() |
String |
getFullName() |
CredentialsStoreAction.DomainWrapper |
getParent() |
CredentialsStore |
getStore() |
String |
getTypeName() |
String |
getUrlName() |
public CredentialsStoreAction.CredentialsWrapper(CredentialsStoreAction.DomainWrapper domain, Credentials credentials, String id)
public String getUrlName()
public hudson.model.Api getApi()
public String getDisplayName()
@Exported public String getTypeName()
public String getDescription()
@Exported public final String getFullName()
public final String getFullDisplayName()
public Credentials getCredentials()
public CredentialsStoreAction.DomainWrapper getDomain()
public CredentialsStoreAction.DomainWrapper getParent()
public CredentialsStore getStore()
public org.kohsuke.stapler.HttpResponse doDoDelete(org.kohsuke.stapler.StaplerRequest req)
throws IOException
IOExceptionpublic org.kohsuke.stapler.HttpResponse doDoMove(org.kohsuke.stapler.StaplerRequest req,
@QueryParameter
String destination)
throws IOException
IOExceptionpublic org.kohsuke.stapler.HttpResponse doUpdateSubmit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.