Class GetTestCasesCallable

  • All Implemented Interfaces:
    hudson.remoting.Callable<GetTestCasesCallableResult,​java.lang.InterruptedException>, java.io.Serializable, org.jenkinsci.remoting.RoleSensitive

    public class GetTestCasesCallable
    extends TptApiCallable<GetTestCasesCallableResult>
    This Callable returns a list of all testcase for the given parameters. The code is run on a Jenkins Agent and uses the TPT API.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GetTestCasesCallable​(TaskListener listener, int tptPort, java.lang.String tptBindingName, FilePath[] exePaths, java.util.List<java.lang.String> arguments, long startUpWaitTime, FilePath tptFilePath, java.lang.String executionConfigName, java.lang.String testSet)  
    • Constructor Detail

      • GetTestCasesCallable

        public GetTestCasesCallable​(TaskListener listener,
                                    int tptPort,
                                    java.lang.String tptBindingName,
                                    FilePath[] exePaths,
                                    java.util.List<java.lang.String> arguments,
                                    long startUpWaitTime,
                                    FilePath tptFilePath,
                                    java.lang.String executionConfigName,
                                    java.lang.String testSet)
    • Method Detail

      • checkRoles

        public void checkRoles​(org.jenkinsci.remoting.RoleChecker arg0)
                        throws java.lang.SecurityException
        Throws:
        java.lang.SecurityException