Class ExportPackageConfig

All Implemented Interfaces:
ExpandableConfig, Describable<TMSConfig>, Serializable

public class ExportPackageConfig extends ExportConfig
Class holding the configuration for exporting a package to test management system.
See Also:
  • Constructor Details

    • ExportPackageConfig

      @DataBoundConstructor public ExportPackageConfig(String filePath, String exportPath, boolean createNewPath, String credentialsId, String timeout)
      Instantiates a new ExportPackageConfig.
      Parameters:
      filePath - the file path
      exportPath - the export path
      createNewPath - specifies whether missing export path will be created
      credentialsId - the credentials id
      timeout - the timeout
  • Method Details

    • expand

      public ExportPackageConfig expand(EnvVars envVars)
      Description copied from interface: ExpandableConfig
      Expands the test configuration parameters by using the current build environment variables.
      Parameters:
      envVars - the build environment variables
      Returns:
      the expanded specific configuration