hudson.plugins.mstest
Class MSTestTransformer
java.lang.Object
hudson.plugins.mstest.MSTestTransformer
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<Boolean>, Serializable
public class MSTestTransformer
- extends Object
- implements hudson.FilePath.FileCallable<Boolean>, 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUNIT_REPORTS_PATH
public static final String JUNIT_REPORTS_PATH
- See Also:
- Constant Field Values
MSTestTransformer
public MSTestTransformer(String testResults,
MSTestReportConverter unitReportTransformer,
hudson.model.BuildListener listener)
throws TransformerException
- Throws:
TransformerException
invoke
public Boolean invoke(File ws,
hudson.remoting.VirtualChannel channel)
throws IOException
-
- Specified by:
invoke in interface hudson.FilePath.FileCallable<Boolean>
- Throws:
IOException
Copyright © 2004-2011. All Rights Reserved.