Class PerfSigProjectAction

    • Constructor Detail

      • PerfSigProjectAction

        public PerfSigProjectAction​(Job<?,​?> job)
    • Method Detail

      • getTitle

        protected String getTitle()
      • getJob

        public Job<?,​?> getJob()
      • getTestResultProjectAction

        public hudson.tasks.test.TestResultProjectAction getTestResultProjectAction()
      • doSummarizerGraph

        public void doSummarizerGraph​(org.kohsuke.stapler.StaplerRequest request,
                                      org.kohsuke.stapler.StaplerResponse response)
                               throws IOException
        Throws:
        IOException
      • doTestRunGraph

        public void doTestRunGraph​(org.kohsuke.stapler.StaplerRequest request,
                                   org.kohsuke.stapler.StaplerResponse response)
                            throws IOException
        Throws:
        IOException
      • getTestRun

        public TestRun getTestRun​(Run<?,​?> run)
      • getTestResult

        public hudson.tasks.junit.TestResult getTestResult​(Run<?,​?> run)
      • getDashboardConfiguration

        @JavaScriptMethod
        public String getDashboardConfiguration​(String dashboard)
      • setDashboardConfiguration

        @JavaScriptMethod
        public void setDashboardConfiguration​(String dashboard,
                                              String data)
      • getAggregationFromMeasure

        @JavaScriptMethod
        public String getAggregationFromMeasure​(String dashboard,
                                                String dashlet,
                                                String measure)