Class TestBuilderDslExtension.ExportPackageContext

    • Constructor Detail

      • ExportPackageContext

        public ExportPackageContext()
    • Method Detail

      • exportToTMS

        public void exportToTMS​(CharSequence credentialsId,
                                CharSequence packagePath,
                                CharSequence exportPath,
                                boolean createNewPath,
                                CharSequence timeout)
        Option defining the export package to test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        exportPath - the export path
        createNewPath - specifies whether missing export path will be created
        timeout - the export timeout
      • exportToTMS

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

        public void exportToTMS​(CharSequence credentialsId,
                                CharSequence packagePath,
                                Runnable closure)
        Option defining the export package to test management system configuration.
        Parameters:
        credentialsId - the credentials id
        packagePath - the package path
        closure - the nested Groovy closure
      • exportAttributesToTMS

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

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

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