Package io.jenkins.plugins.report.jtreg
Class JckReportPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
io.jenkins.plugins.report.jtreg.AbstractReportPublisher
io.jenkins.plugins.report.jtreg.JckReportPublisher
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jenkins.plugins.report.jtreg.AbstractReportPublisher
getIntMaxBuilds, getMaxBuilds, getRangeAroundAlist, getReportFileGlob, getRequiredMonitorService, getResultsAllowList, getResultsDenyList, perform, setMaxBuilds, setRangeAroundAlist, setReportFileGlob, setResultsAllowList, setResultsDenyList
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Field Details
-
DESCRIPTOR
-
-
Constructor Details
-
JckReportPublisher
-
-
Method Details
-
defaultReportFileGlob
- Specified by:
defaultReportFileGlob
in classAbstractReportPublisher
-
prefix
- Specified by:
prefix
in classAbstractReportPublisher
-
createReportParser
protected io.jenkins.plugins.report.jtreg.parsers.ReportParser createReportParser()- Specified by:
createReportParser
in classAbstractReportPublisher
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<Publisher>
- Overrides:
getDescriptor
in classRecorder
-