Class ReportGeneratorSetting

    • Constructor Detail

      • 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 Detail

      • 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