Package io.jenkins.plugins.report.jtreg
Class ReportAction
java.lang.Object
io.jenkins.plugins.report.jtreg.AbstractReportAction
io.jenkins.plugins.report.jtreg.ReportAction
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction,org.kohsuke.stapler.StaplerProxy
-
Field Summary
Fields inherited from class io.jenkins.plugins.report.jtreg.AbstractReportAction
build, prefixes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActioncreateProjectAction(Job<?, ?> job, Set<String> prefixes) static AbstractReportPublishergetAbstractReportPublisher(Job<?, ?> job) static AbstractReportPublishergetAbstractReportPublisher(DescribableList<Publisher, Descriptor<Publisher>> publishersList) protected io.jenkins.plugins.report.jtreg.BuildReportExtendedgetRealTarget(io.jenkins.plugins.report.jtreg.PreviousBuilds reports) protected StringMethods inherited from class io.jenkins.plugins.report.jtreg.AbstractReportAction
addPrefix, getDisplayName, getIconFileName, getProjectActions, getTarget
-
Constructor Details
-
ReportAction
-
-
Method Details
-
getUrlName
-
getReportSuffix
- Specified by:
getReportSuffixin classAbstractReportAction
-
createProjectAction
- Specified by:
createProjectActionin classAbstractReportAction
-
getRealTarget
protected io.jenkins.plugins.report.jtreg.BuildReportExtended getRealTarget(io.jenkins.plugins.report.jtreg.PreviousBuilds reports) - Specified by:
getRealTargetin classAbstractReportAction
-
getAbstractReportPublisher
public static AbstractReportPublisher getAbstractReportPublisher(DescribableList<Publisher, Descriptor<Publisher>> publishersList) -
getAbstractReportPublisher
-