Class TestBuilderDslExtension.ExportProjectContext

    • Constructor Detail

      • ExportProjectContext

        public ExportProjectContext()
    • Method Detail

      • exportToTMS

        public void exportToTMS​(CharSequence credentialsId,
                                CharSequence projectPath,
                                CharSequence exportPath,
                                boolean createNewPath,
                                CharSequence timeout)
        Option defining the export project to test management system configuration.
        Parameters:
        credentialsId - the credentials id
        projectPath - the project 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 projectPath,
                                CharSequence exportPath,
                                int timeout)
        Option defining the export project to test management system configuration.
        Parameters:
        credentialsId - the credentials id
        projectPath - the project path
        exportPath - the export path
        timeout - the export timeout
      • exportToTMS

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

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

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

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