Class ReportGeneratorSetting
java.lang.Object
hudson.model.AbstractDescribableImpl<ReportGeneratorSetting>
de.tracetronic.jenkins.plugins.ecutest.report.generator.ReportGeneratorSetting
- All Implemented Interfaces:
ExpandableConfig,Describable<ReportGeneratorSetting>,Serializable
public class ReportGeneratorSetting
extends AbstractDescribableImpl<ReportGeneratorSetting>
implements ExpandableConfig, Serializable
Class holding the report generator settings.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReportGeneratorSetting(String name, String value) Instantiates a newReportGeneratorSetting. -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ReportGeneratorSetting
Instantiates a newReportGeneratorSetting.- Parameters:
name- the name of the settingvalue- the value of the setting
-
-
Method Details
-
getName
-
getValue
-
expand
Description copied from interface:ExpandableConfigExpands the test configuration parameters by using the current build environment variables.- Specified by:
expandin interfaceExpandableConfig- Parameters:
envVars- the build environment variables- Returns:
- the expanded specific configuration
-