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 Constructor Description ReportAction(AbstractBuild<?,?> build)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPrefix(String prefix)
static AbstractReportPublisher
getAbstractReportPublisher(DescribableList<Publisher,Descriptor<Publisher>> publishersList)
String
getDisplayName()
String
getIconFileName()
Collection<? extends Action>
getProjectActions()
io.jenkins.plugins.report.jtreg.BuildReportExtended
getTarget()
String
getUrlName()
-
-
-
Constructor Detail
-
ReportAction
public ReportAction(AbstractBuild<?,?> build)
-
-
Method Detail
-
addPrefix
public void addPrefix(String prefix)
-
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
-
getTarget
public io.jenkins.plugins.report.jtreg.BuildReportExtended getTarget()
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getAbstractReportPublisher
public static AbstractReportPublisher getAbstractReportPublisher(DescribableList<Publisher,Descriptor<Publisher>> publishersList)
-
-