Package hudson.maven
Class MavenTestDataPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Recorder
hudson.maven.MavenTestDataPublisher
- All Implemented Interfaces:
ExtensionPoint,Describable<Publisher>,BuildStep
Augments
SurefireReport by executing TestDataPublishers.- Since:
- 1.320
-
Nested Class Summary
Nested ClassesNested 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.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
ConstructorsConstructorDescriptionMavenTestDataPublisher(DescribableList<hudson.tasks.junit.TestDataPublisher, Descriptor<hudson.tasks.junit.TestDataPublisher>> testDataPublishers) -
Method Summary
Modifier and TypeMethodDescriptionDescribableList<hudson.tasks.junit.TestDataPublisher,Descriptor<hudson.tasks.junit.TestDataPublisher>> booleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) 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, prebuild
-
Constructor Details
-
MavenTestDataPublisher
public MavenTestDataPublisher(DescribableList<hudson.tasks.junit.TestDataPublisher, Descriptor<hudson.tasks.junit.TestDataPublisher>> testDataPublishers)
-
-
Method Details
-
getRequiredMonitorService
-
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-
getTestDataPublishers
public DescribableList<hudson.tasks.junit.TestDataPublisher,Descriptor<hudson.tasks.junit.TestDataPublisher>> getTestDataPublishers()
-