hudson.plugins.jsunit
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 java.lang.InterruptedException,
                       java.io.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:
java.lang.InterruptedException
java.io.IOException


Copyright © 2009. All Rights Reserved.