hudson.plugins.junitattachments
Class AttachmentPublisher

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
      extended by hudson.tasks.junit.TestDataPublisher
          extended by hudson.plugins.junitattachments.AttachmentPublisher
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.junit.TestDataPublisher>

public class AttachmentPublisher
extends hudson.tasks.junit.TestDataPublisher


Nested Class Summary
static class AttachmentPublisher.Data
           
static class AttachmentPublisher.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
AttachmentPublisher()
           
 
Method Summary
static hudson.FilePath getAttachmentPath(hudson.model.AbstractBuild<?,?> build)
           
 AttachmentPublisher.Data getTestData(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, hudson.tasks.junit.TestResult testResult)
           
 
Methods inherited from class hudson.tasks.junit.TestDataPublisher
all
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentPublisher

@DataBoundConstructor
public AttachmentPublisher()
Method Detail

getAttachmentPath

public static hudson.FilePath getAttachmentPath(hudson.model.AbstractBuild<?,?> build)

getTestData

public AttachmentPublisher.Data getTestData(hudson.model.AbstractBuild<?,?> build,
                                            hudson.Launcher launcher,
                                            hudson.model.BuildListener listener,
                                            hudson.tasks.junit.TestResult testResult)
                                     throws java.io.IOException,
                                            java.lang.InterruptedException
Specified by:
getTestData in class hudson.tasks.junit.TestDataPublisher
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2004-2011. All Rights Reserved.