Class NUnitArchiver
- All Implemented Interfaces:
hudson.remoting.Callable<Boolean, IOException>, Serializable, ControllerToAgentCallable<Boolean, IOException>, org.jenkinsci.remoting.RoleSensitive
Class responsible for transforming NUnit to JUnit files and then run them all through the JUnit result archiver.
- Author:
- Erik Ramfelt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNUnitArchiver(String root, String junitDirectoryName, TaskListener listener, String testResultsPattern, TestReportTransformer unitReportTransformer, boolean failIfNoResults) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.remoting.Callable
getChannelOrFail, getOpenChannelOrFailMethods inherited from interface ControllerToAgentCallable
checkRoles
-
Constructor Details
-
NUnitArchiver
public NUnitArchiver(String root, String junitDirectoryName, TaskListener listener, String testResultsPattern, TestReportTransformer unitReportTransformer, boolean failIfNoResults)
-
-
Method Details
-
call
- Throws:
IOException
-