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:
  • Constructor Details

    • ReportGeneratorSetting

      @DataBoundConstructor public ReportGeneratorSetting(String name, String value)
      Instantiates a new ReportGeneratorSetting.
      Parameters:
      name - the name of the setting
      value - the value of the setting
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • expand

      public ReportGeneratorSetting expand(EnvVars envVars)
      Description copied from interface: ExpandableConfig
      Expands the test configuration parameters by using the current build environment variables.
      Specified by:
      expand in interface ExpandableConfig
      Parameters:
      envVars - the build environment variables
      Returns:
      the expanded specific configuration