Class ExportProjectAttributeConfig
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.AttributeConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ExportAttributeConfig
de.tracetronic.jenkins.plugins.ecutest.test.config.ExportProjectAttributeConfig
- All Implemented Interfaces:
ExpandableConfig
,Describable<TMSConfig>
,Serializable
Class holding the configuration for exporting package attributes 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
ConstructorsConstructorDescriptionExportProjectAttributeConfig
(String filePath, String credentialsId, String timeout) Instantiates a newExportProjectAttributeConfig
. -
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.AttributeConfig
equals, getFilePath, hashCode
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.test.config.TMSConfig
all, getCredentials, getCredentialsId, getDefaultTimeout, getDescriptor, getParsedTimeout, getTimeout
-
Constructor Details
-
ExportProjectAttributeConfig
@DataBoundConstructor public ExportProjectAttributeConfig(String filePath, String credentialsId, String timeout) Instantiates a newExportProjectAttributeConfig
.- Parameters:
filePath
- the test file path whose attributes to exportcredentialsId
- the credentials idtimeout
- the export 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
-