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