Package io.jenkins.plugins.report.jtreg
Class AbstractReportPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
io.jenkins.plugins.report.jtreg.AbstractReportPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep,SimpleBuildStep
- Direct Known Subclasses:
JckReportPublisher,JtregReportPublisher
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudsonNested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract io.jenkins.plugins.report.jtreg.parsers.ReportParserprotected abstract Stringintintfinal BuildStepMonitorfinal booleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) final voidprotected abstract Stringprefix()voidsetMaxBuilds(String maxBuilds) voidsetRangeAroundAlist(int rangeAroundAlist) voidsetReportFileGlob(String reportFileGlob) voidsetResultsAllowList(String resultsAllowList) voidsetResultsDenyList(String resultsDenyList) Methods inherited from class hudson.tasks.Recorder
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, prebuildMethods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace
-
Constructor Details
-
AbstractReportPublisher
-
-
Method Details
-
defaultReportFileGlob
-
createReportParser
protected abstract io.jenkins.plugins.report.jtreg.parsers.ReportParser createReportParser() -
prefix
-
perform
public final boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-
perform
public final void perform(Run<?, ?> build, FilePath workspace, EnvVars env, Launcher launcher, TaskListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceSimpleBuildStep- Throws:
InterruptedExceptionIOException
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorServicein interfaceBuildStep
-
setReportFileGlob
-
getReportFileGlob
-
setResultsDenyList
-
getResultsDenyList
-
setMaxBuilds
-
getMaxBuilds
-
getIntMaxBuilds
public int getIntMaxBuilds() -
getResultsAllowList
-
setResultsAllowList
-
getRangeAroundAlist
public int getRangeAroundAlist() -
setRangeAroundAlist
@DataBoundSetter public void setRangeAroundAlist(int rangeAroundAlist)
-