Package io.jenkins.plugins.report.jtreg
Class AbstractReportAction
java.lang.Object
io.jenkins.plugins.report.jtreg.AbstractReportAction
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction,org.kohsuke.stapler.StaplerProxy
- Direct Known Subclasses:
ExactReportAction,ReportAction
public abstract class AbstractReportAction
extends Object
implements Action, org.kohsuke.stapler.StaplerProxy, SimpleBuildStep.LastBuildAction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract ActioncreateProjectAction(Job<?, ?> job, Set<String> prefixes) Collection<? extends Action> protected abstract io.jenkins.plugins.report.jtreg.BuildReportExtendedgetRealTarget(io.jenkins.plugins.report.jtreg.PreviousBuilds reports) protected abstract Stringio.jenkins.plugins.report.jtreg.BuildReportExtendedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Action
getUrlName
-
Field Details
-
build
-
prefixes
-
-
Constructor Details
-
AbstractReportAction
-
-
Method Details
-
addPrefix
-
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getTarget
public io.jenkins.plugins.report.jtreg.BuildReportExtended getTarget()- Specified by:
getTargetin interfaceorg.kohsuke.stapler.StaplerProxy
-
getProjectActions
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getReportSuffix
-
createProjectAction
-
getRealTarget
protected abstract io.jenkins.plugins.report.jtreg.BuildReportExtended getRealTarget(io.jenkins.plugins.report.jtreg.PreviousBuilds reports)
-