hudson.plugins.nunit
Interface TestReportArchiver


public interface TestReportArchiver

Interface for mocking out the JUnitArchiver from tests.


Method Summary
 boolean archive()
          Performs the archiving of tests
 

Method Detail

archive

boolean archive()
                throws InterruptedException,
                       IOException
Performs the archiving of tests

Parameters:
build - the current build
launcher - the launcher
listener - build listener
Returns:
true, if it was successful; false otherwise
Throws:
InterruptedException
IOException


Copyright © 2004-2012 Hudson. All Rights Reserved.