hudson.plugins.javatest_report
Class JavaTestReportPublisher
java.lang.Object
hudson.tasks.Publisher
hudson.plugins.javatest_report.JavaTestReportPublisher
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep, java.io.Serializable
public class JavaTestReportPublisher
- extends hudson.tasks.Publisher
- implements java.io.Serializable
- Author:
- Rama Pulavarthi
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Method Summary |
hudson.model.Descriptor<hudson.tasks.Publisher> |
getDescriptor()
|
java.lang.String |
getIncludes()
Ant "<fileset @includes="..." /> pattern to specify SQE XML files |
java.lang.String |
getJtwork()
TCK work directory so that JTR files can be accessed. |
hudson.model.Action |
getProjectAction(hudson.model.Project project)
|
boolean |
perform(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
|
| Methods inherited from class hudson.tasks.Publisher |
prebuild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaTestReportPublisher
public JavaTestReportPublisher(java.lang.String includes,
java.lang.String jtwork)
getIncludes
public java.lang.String getIncludes()
- Ant "<fileset @includes="..." /> pattern to specify SQE XML files
getJtwork
public java.lang.String getJtwork()
- TCK work directory so that JTR files can be accessed.
getProjectAction
public hudson.model.Action getProjectAction(hudson.model.Project project)
- Specified by:
getProjectAction in interface hudson.tasks.BuildStep- Overrides:
getProjectAction in class hudson.tasks.Publisher
perform
public boolean perform(hudson.model.Build build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- Specified by:
perform in interface hudson.tasks.BuildStep
- Throws:
java.io.IOException
java.lang.InterruptedException
getDescriptor
public hudson.model.Descriptor<hudson.tasks.Publisher> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.tasks.Publisher>
Copyright © 2007. All Rights Reserved.