Class ExportPackageConfig
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ExportConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ExportPackageConfig
- All Implemented Interfaces:
ExpandableConfig
,Describable<TMSConfig>
,Serializable
Class holding the configuration for exporting a package to test management system.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
DEFAULT_TIMEOUT
-
Constructor Summary
ConstructorsConstructorDescriptionExportPackageConfig
(String filePath, String exportPath, boolean createNewPath, String credentialsId, String timeout) Instantiates a newExportPackageConfig
. -
Method Summary
Modifier and TypeMethodDescriptionExpands the test configuration parameters by using the current build environment variables.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.ExportConfig
equals, getExportPath, getFilePath, hashCode, isCreateNewPath
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
all, getCredentials, getCredentialsId, getDefaultTimeout, getDescriptor, getParsedTimeout, getTimeout
-
Constructor Details
-
ExportPackageConfig
@DataBoundConstructor public ExportPackageConfig(String filePath, String exportPath, boolean createNewPath, String credentialsId, String timeout) Instantiates a newExportPackageConfig
.- Parameters:
filePath
- the file pathexportPath
- the export pathcreateNewPath
- specifies whether missing export path will be createdcredentialsId
- the credentials idtimeout
- the timeout
-
-
Method Details
-
expand
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
-