hudson.maven
Class MavenTestDataPublisher

java.lang.Object
  extended by hudson.tasks.BuildStepCompatibilityLayer
      extended by hudson.tasks.Publisher
          extended by hudson.tasks.Recorder
              extended by hudson.maven.MavenTestDataPublisher
All Implemented Interfaces:
ExtensionPoint, Describable<Publisher>, BuildStep

public class MavenTestDataPublisher
extends Recorder

Augments SurefireReport by executing TestDataPublishers.

Since:
1.320

Nested Class Summary
static class MavenTestDataPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
 
Field Summary
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
MavenTestDataPublisher(DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
           
 
Method Summary
 BuildStepMonitor getRequiredMonitorService()
           
 DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> getTestDataPublishers()
           
 boolean perform(AbstractBuild<?,?> build, Launcher launcher, BuildListener listener)
           
 
Methods inherited from class hudson.tasks.Recorder
getDescriptor
 
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, prebuild
 

Constructor Detail

MavenTestDataPublisher

public MavenTestDataPublisher(DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
Method Detail

getRequiredMonitorService

public BuildStepMonitor getRequiredMonitorService()

perform

public boolean perform(AbstractBuild<?,?> build,
                       Launcher launcher,
                       BuildListener listener)
                throws InterruptedException,
                       IOException
Specified by:
perform in interface BuildStep
Overrides:
perform in class BuildStepCompatibilityLayer
Throws:
InterruptedException
IOException

getTestDataPublishers

public DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> getTestDataPublishers()


Copyright © 2004-2013. All Rights Reserved.