Class ReportSettings


  • public class ReportSettings
    extends java.lang.Object
    Report settings model provided to the Agent upon session initialization.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportSettings​(java.lang.String projectName, java.lang.String jobName)
      Creates a new instance of the class.
    • Constructor Detail

      • ReportSettings

        public ReportSettings​(java.lang.String projectName,
                              java.lang.String jobName)
        Creates a new instance of the class.
        Parameters:
        projectName - Project name to report
        jobName - Job name to report
    • Method Detail

      • getProjectName

        public java.lang.String getProjectName()
        Getter for projectName field.
        Returns:
        value of projectName field
      • getJobName

        public java.lang.String getJobName()
        Getter for jobName field.
        Returns:
        value of jobName field