Class AwsManagementLink
java.lang.Object
hudson.model.ManagementLink
io.jenkins.plugins.aws.global_configuration.AwsManagementLink
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<AwsManagementLink>
,ModelObject
@Extension
@Symbol("aws")
public class AwsManagementLink
extends ManagementLink
implements Describable<AwsManagementLink>
- Since:
- TODO
- Author:
- Oleg Nenashev
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.ManagementLink
ManagementLink.Category
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.google.common.base.Predicate<GlobalConfigurationCategory>
Fields inherited from class hudson.model.ManagementLink
LIST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
configure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) void
doConfigure
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Methods inherited from class hudson.model.ManagementLink
all, getBadge, getCategoryName, getRequiredPermission, getRequiresConfirmation, getRequiresPOST
-
Field Details
-
FILTER
-
-
Constructor Details
-
AwsManagementLink
public AwsManagementLink()
-
-
Method Details
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
- Specified by:
getUrlName
in classManagementLink
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classManagementLink
-
getDescription
- Overrides:
getDescription
in classManagementLink
-
getCategory
- Overrides:
getCategory
in classManagementLink
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<AwsManagementLink>
-
doConfigure
@POST public void doConfigure(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, Descriptor.FormException - Throws:
IOException
javax.servlet.ServletException
Descriptor.FormException
-
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws Descriptor.FormException - Throws:
Descriptor.FormException
-