Class PermalinkStorage
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- org.jenkinsci.plugins.buildaliassetter.PermalinkStorage
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,Describable<JobProperty<?>>
,ModelObject
,PermalinkProjectAction
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class PermalinkStorage extends JobProperty<Job<?,?>> implements PermalinkProjectAction
List ofAlias
es attached to a particularJob
- Author:
- ogondza
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PermalinkStorage.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface hudson.model.PermalinkProjectAction
PermalinkProjectAction.Permalink
-
-
Field Summary
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description PermalinkStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
List<PermalinkProjectAction.Permalink>
getPermalinks()
String
getUrlName()
JobProperty<?>
reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form)
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, setOwner
-
-
-
-
Method Detail
-
getPermalinks
public List<PermalinkProjectAction.Permalink> getPermalinks()
- Specified by:
getPermalinks
in interfacePermalinkProjectAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
reconfigure
public JobProperty<?> reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) throws Descriptor.FormException
- Specified by:
reconfigure
in interfaceReconfigurableDescribable<JobProperty<?>>
- Overrides:
reconfigure
in classJobProperty<Job<?,?>>
- Throws:
Descriptor.FormException
-
-