Package io.jenkins.plugins.report.jtreg
Class JtregReportPublisher
- java.lang.Object
-
- hudson.tasks.BuildStepCompatibilityLayer
-
- hudson.tasks.Publisher
-
- hudson.tasks.Recorder
-
- io.jenkins.plugins.report.jtreg.AbstractReportPublisher
-
- io.jenkins.plugins.report.jtreg.JtregReportPublisher
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<Publisher>
,BuildStep
public class JtregReportPublisher extends AbstractReportPublisher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JtregReportPublisher.DescriptorImpl
-
Nested 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
Fields Modifier and Type Field Description static JtregReportPublisher.DescriptorImpl
DESCRIPTOR
static String
sfxs
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description JtregReportPublisher(String reportFileGlob)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.jenkins.plugins.report.jtreg.parsers.ReportParser
createReportParser()
protected String
defaultReportFileGlob()
BuildStepDescriptor
getDescriptor()
static boolean
isJtregArchive(String s)
protected String
prefix()
-
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 Detail
-
sfxs
public static final String sfxs
- See Also:
- Constant Field Values
-
DESCRIPTOR
@Extension public static final JtregReportPublisher.DescriptorImpl DESCRIPTOR
-
-
Constructor Detail
-
JtregReportPublisher
@DataBoundConstructor public JtregReportPublisher(String reportFileGlob)
-
-
Method Detail
-
isJtregArchive
public static boolean isJtregArchive(String s)
-
defaultReportFileGlob
protected String defaultReportFileGlob()
- Specified by:
defaultReportFileGlob
in classAbstractReportPublisher
-
createReportParser
protected io.jenkins.plugins.report.jtreg.parsers.ReportParser createReportParser()
- Specified by:
createReportParser
in classAbstractReportPublisher
-
prefix
protected String prefix()
- Specified by:
prefix
in classAbstractReportPublisher
-
getDescriptor
public BuildStepDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<Publisher>
- Overrides:
getDescriptor
in classRecorder
-
-