Class CsvConfig

    • Constructor Detail

      • CsvConfig

        public CsvConfig()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        The state of the CSV publisher.
        Returns:
        the state of the CSV publisher
      • enable

        public CsvConfig enable​(boolean enabled)
        Set the state of the CSV publisher.
        Parameters:
        enabled - True if metrics are published to CSV. False otherwise
        Returns:
        this
      • getReportDirectory

        public java.io.File getReportDirectory()
        The directory to output CSV metrics reports to.
        Returns:
        the output directory
      • reportDirectory

        public CsvConfig reportDirectory​(java.io.File reportDirectory)
        Configure the output directory for csv metrics reports.
        Parameters:
        reportDirectory - The directory to place csv metrics reports
        Returns:
        this