Class ViewCloverCoverageSummary

    • Constructor Detail

      • ViewCloverCoverageSummary

        public ViewCloverCoverageSummary()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getReportLinker

        @Nullable
        public @Nullable ReportProvider getReportLinker()
      • isMoreThanOneDataPoint

        public boolean isMoreThanOneDataPoint()
      • getDataset

        public org.jfree.data.xy.XYDataset getDataset()
      • setDataset

        public void setDataset​(org.jfree.data.xy.XYDataset dataset)
      • getReportKey

        public String getReportKey()
      • setReportKey

        public void setReportKey​(String reportKey)
      • getJobName

        @NotNull
        public @NotNull String getJobName​(PlanKey jobResultKey)
        Returns name of the specified job using the CachedPlanManager. If given job is not found by manager, it returns the job key as a fall back.
        Parameters:
        jobResultKey - job
        Returns:
        String job name or job key
      • setFilterController

        public void setFilterController​(FilterController filterController)
      • setArtifactLinkManager

        public void setArtifactLinkManager​(ArtifactLinkManager artifactLinkManager)