hudson.plugins.mstest
Class MSTestTransformer
java.lang.Object
hudson.plugins.mstest.MSTestTransformer
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable
public class MSTestTransformer
- extends java.lang.Object
- implements hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable
Class responsible for transforming the MSTest build report into a JUnit file and then
record it in the JUnit result archive.
- Author:
- Antonio Marques
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Boolean |
invoke(java.io.File ws,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUNIT_REPORTS_PATH
public static final java.lang.String JUNIT_REPORTS_PATH
- See Also:
- Constant Field Values
MSTestTransformer
public MSTestTransformer(java.lang.String testResults,
MSTestReportConverter unitReportTransformer,
hudson.model.BuildListener listener)
throws javax.xml.transform.TransformerException
- Throws:
javax.xml.transform.TransformerException
invoke
public java.lang.Boolean invoke(java.io.File ws,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException
-
- Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
- Throws:
java.io.IOException
Copyright © 2009. All Rights Reserved.