hudson.plugins.junitattachments
Class AttachmentPublisher
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.tasks.junit.TestDataPublisher>
hudson.tasks.junit.TestDataPublisher
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
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 |
AttachmentPublisher
@DataBoundConstructor
public AttachmentPublisher()
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.