@Extension @Symbol(value="aws") public class AwsManagementLink extends hudson.model.ManagementLink implements hudson.model.Describable<AwsManagementLink>
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsManagementLink.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Predicate<jenkins.model.GlobalConfigurationCategory> |
FILTER |
| Constructor and Description |
|---|
AwsManagementLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
void |
doConfigure(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDescription() |
hudson.model.Descriptor<AwsManagementLink> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public static final com.google.common.base.Predicate<jenkins.model.GlobalConfigurationCategory> FILTER
@CheckForNull public String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLink@CheckForNull public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic String getDescription()
getDescription in class hudson.model.ManagementLinkpublic hudson.model.Descriptor<AwsManagementLink> getDescriptor()
getDescriptor in interface hudson.model.Describable<AwsManagementLink>public void doConfigure(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException,
hudson.model.Descriptor.FormException
IOExceptionjavax.servlet.ServletExceptionhudson.model.Descriptor.FormExceptionpublic boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor.FormExceptionCopyright © 2016–2018. All rights reserved.