Class ReportGeneratorConfig
java.lang.Object
hudson.model.AbstractDescribableImpl<ReportGeneratorConfig>
de.tracetronic.jenkins.plugins.ecutest.report.generator.ReportGeneratorConfig
- All Implemented Interfaces:
ExpandableConfig
,Describable<ReportGeneratorConfig>
,Serializable
public class ReportGeneratorConfig
extends AbstractDescribableImpl<ReportGeneratorConfig>
implements ExpandableConfig, Serializable
Class holding the report generator configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReportGeneratorConfig
(String name, List<ReportGeneratorSetting> settings, boolean usePersistedSettings) Instantiates a newReportGeneratorConfig
. -
Method Summary
Modifier and TypeMethodDescriptionExpands the test configuration parameters by using the current build environment variables.getName()
Gets the name of the related template directory.boolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ReportGeneratorConfig
@DataBoundConstructor public ReportGeneratorConfig(String name, List<ReportGeneratorSetting> settings, boolean usePersistedSettings) Instantiates a newReportGeneratorConfig
.- Parameters:
name
- the namesettings
- the settingsusePersistedSettings
- specifies whether to use report generator settings from persisted configurations files (XML)
-
-
Method Details
-
getName
Gets the name of the related template directory.- Returns:
- the template name
-
getSettings
-
isUsePersistedSettings
public boolean isUsePersistedSettings() -
expand
Description copied from interface:ExpandableConfig
Expands the test configuration parameters by using the current build environment variables.- Specified by:
expand
in interfaceExpandableConfig
- Parameters:
envVars
- the build environment variables- Returns:
- the expanded specific configuration
-