Class MachineIndependentResultsDownloader

java.lang.Object
com.testdroid.jenkins.remotesupport.MachineIndependentTask
com.testdroid.jenkins.remotesupport.MachineIndependentResultsDownloader
All Implemented Interfaces:
hudson.remoting.Callable<Boolean,com.testdroid.api.APIException>, Serializable, org.jenkinsci.remoting.RoleSensitive

public class MachineIndependentResultsDownloader extends MachineIndependentTask implements hudson.remoting.Callable<Boolean,com.testdroid.api.APIException>
Utility for downloading results from the cloud after a run is completed
See Also:
  • Constructor Details

  • Method Details

    • checkRoles

      public void checkRoles(org.jenkinsci.remoting.RoleChecker checker) throws SecurityException
      Specified by:
      checkRoles in interface org.jenkinsci.remoting.RoleSensitive
      Throws:
      SecurityException
    • call

      public Boolean call() throws com.testdroid.api.APIException
      Specified by:
      call in interface hudson.remoting.Callable<Boolean,com.testdroid.api.APIException>
      Throws:
      com.testdroid.api.APIException