@ExportedBean public static class CredentialsStoreAction.CredentialsWrapper extends hudson.model.AbstractDescribableImpl<CredentialsStoreAction.CredentialsWrapper> implements org.jenkins.ui.icon.IconSpec
Modifier and Type | Class and Description |
---|---|
static class |
CredentialsStoreAction.CredentialsWrapper.DescriptorImpl |
Constructor and Description |
---|
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() |
String |
getIconClassName() |
CredentialsStoreAction.DomainWrapper |
getParent() |
CredentialsStore |
getStore() |
String |
getTypeName() |
String |
getUrlName() |
public CredentialsWrapper(CredentialsStoreAction.DomainWrapper domain, Credentials credentials, String id)
public String getIconClassName()
getIconClassName
in interface org.jenkins.ui.icon.IconSpec
public String getUrlName()
public hudson.model.Api getApi()
@Exported public String getDisplayName()
@Exported public String getTypeName()
@Exported 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
IOException
public org.kohsuke.stapler.HttpResponse doDoMove(org.kohsuke.stapler.StaplerRequest req, @QueryParameter String destination) throws IOException
IOException
public org.kohsuke.stapler.HttpResponse doUpdateSubmit(org.kohsuke.stapler.StaplerRequest req) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
Copyright © 2016. All rights reserved.