Class ExportProjectAttributeConfig

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

public class ExportProjectAttributeConfig extends ExportAttributeConfig
Class holding the configuration for exporting package attributes to test management system.
See Also:
  • Constructor Details

    • ExportProjectAttributeConfig

      @DataBoundConstructor public ExportProjectAttributeConfig(String filePath, String credentialsId, String timeout)
      Instantiates a new ExportProjectAttributeConfig.
      Parameters:
      filePath - the test file path whose attributes to export
      credentialsId - the credentials id
      timeout - the export timeout
  • Method Details

    • expand

      public ExportProjectAttributeConfig 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