Package io.jenkins.plugins.report.jtreg
Class ReportAction
java.lang.Object
io.jenkins.plugins.report.jtreg.ReportAction
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
,org.kohsuke.stapler.StaplerProxy
public class ReportAction
extends Object
implements Action, org.kohsuke.stapler.StaplerProxy, SimpleBuildStep.LastBuildAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static AbstractReportPublisher
getAbstractReportPublisher
(DescribableList<Publisher, Descriptor<Publisher>> publishersList) Collection
<? extends Action> io.jenkins.plugins.report.jtreg.BuildReportExtended
-
Constructor Details
-
ReportAction
-
-
Method Details
-
addPrefix
-
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
- Specified by:
getUrlName
in interfaceAction
-
getTarget
public io.jenkins.plugins.report.jtreg.BuildReportExtended getTarget()- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
getProjectActions
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getAbstractReportPublisher
public static AbstractReportPublisher getAbstractReportPublisher(DescribableList<Publisher, Descriptor<Publisher>> publishersList)
-