Class TestBuilderDslExtension.ImportPackageContext

    • Constructor Detail

      • ImportPackageContext

        public ImportPackageContext()
    • Method Detail

      • importFromTMS

        public void importFromTMS​(CharSequence credentialsId,
                                  CharSequence packagePath,
                                  CharSequence importPath,
                                  CharSequence timeout)
        Option defining the import package from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        importPath - the import path
        timeout - the import timeout
      • importFromTMS

        public void importFromTMS​(CharSequence credentialsId,
                                  CharSequence packagePath,
                                  CharSequence importPath,
                                  int timeout)
        Option defining the import package from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        importPath - the import path
        timeout - the import timeout
      • importFromTMS

        public void importFromTMS​(CharSequence credentialsId,
                                  CharSequence packagePath,
                                  Runnable closure)
        Option defining the import package from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        closure - the nested Groovy closure
      • importFromTMSDir

        public void importFromTMSDir​(CharSequence credentialsId,
                                     CharSequence packageDirPath,
                                     CharSequence importPath,
                                     CharSequence timeout)
        Option defining the import package directory from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packageDirPath - the package directory path
        importPath - the import path
        timeout - the import timeout
      • importFromTMSDir

        public void importFromTMSDir​(CharSequence credentialsId,
                                     CharSequence packageDirPath,
                                     CharSequence importPath,
                                     int timeout)
        Option defining the import package directory from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packageDirPath - the package directory path
        importPath - the import path
        timeout - the import timeout
      • importFromTMSDir

        public void importFromTMSDir​(CharSequence credentialsId,
                                     CharSequence packagePath,
                                     Runnable closure)
        Option defining the import package directory from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        closure - the nested Groovy closure
      • importAttributesFromTMS

        public void importAttributesFromTMS​(CharSequence credentialsId,
                                            CharSequence packagePath,
                                            CharSequence timeout)
        Option defining the import package attributes from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        timeout - the export timeout
      • importAttributesFromTMS

        public void importAttributesFromTMS​(CharSequence credentialsId,
                                            CharSequence packagePath,
                                            int timeout)
        Option defining the import package attributes from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        timeout - the export timeout
      • importAttributesFromTMS

        public void importAttributesFromTMS​(CharSequence credentialsId,
                                            CharSequence packagePath,
                                            Runnable closure)
        Option defining the import package attributes from test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        closure - the nested Groovy closure