Class ReportGeneratorConfig

    • Constructor Detail

      • ReportGeneratorConfig

        @DataBoundConstructor
        public ReportGeneratorConfig​(String name,
                                     List<ReportGeneratorSetting> settings,
                                     boolean usePersistedSettings)
        Instantiates a new ReportGeneratorConfig.
        Parameters:
        name - the name
        settings - the settings
        usePersistedSettings - specifies whether to use report generator settings from persisted configurations files (XML)
    • Method Detail

      • getName

        public String getName()
        Gets the name of the related template directory.
        Returns:
        the template name
      • isUsePersistedSettings

        public boolean isUsePersistedSettings()
      • expand

        public ReportGeneratorConfig 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