@ExportedBean public class PerfSigBuildActionResultsDisplay extends Object implements hudson.model.ModelObject
| Constructor and Description |
|---|
PerfSigBuildActionResultsDisplay(PerfSigBuildAction buildAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
doGetComparisonReport(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doGetComparisonReportList(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doGetSession(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doGetSingleReport(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doGetSingleReportList(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
void |
doSummarizerGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
hudson.model.Api |
getApi()
Exposes this object to the remote API.
|
hudson.model.Run<?,?> |
getBuild() |
List<DashboardReport> |
getCurrentDashboardReports() |
DashboardReport |
getDashBoardReport(String reportName) |
String |
getDisplayName() |
Class |
getPerfSigUIUtils() |
DashboardReport |
getPreviousDashboardReport(String dashboard) |
List<TestRun> |
getTestRuns() |
public PerfSigBuildActionResultsDisplay(PerfSigBuildAction buildAction)
public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic Class getPerfSigUIUtils()
public hudson.model.Run<?,?> getBuild()
public hudson.model.Api getApi()
@Exported(name="dashboardReports") public List<DashboardReport> getCurrentDashboardReports()
public DashboardReport getPreviousDashboardReport(String dashboard)
public DashboardReport getDashBoardReport(String reportName)
public void doSummarizerGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOExceptionpublic void doGetSingleReport(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void doGetComparisonReport(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void doGetSession(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void doGetSingleReportList(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void doGetComparisonReportList(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.