Class PerfSigBuildActionResultsDisplay
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.ui.PerfSigBuildActionResultsDisplay
-
- All Implemented Interfaces:
ModelObject
@ExportedBean public class PerfSigBuildActionResultsDisplay extends Object implements ModelObject
-
-
Constructor Summary
Constructors Constructor Description PerfSigBuildActionResultsDisplay(PerfSigBuildAction buildAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
Api
getApi()
Exposes this object to the remote API.Run<?,?>
getBuild()
List<DashboardReport>
getCurrentDashboardReports()
DashboardReport
getDashBoardReport(String reportName)
String
getDisplayName()
Class
getPerfSigUIUtils()
DashboardReport
getPreviousDashboardReport(String dashboard)
-
-
-
Constructor Detail
-
PerfSigBuildActionResultsDisplay
public PerfSigBuildActionResultsDisplay(PerfSigBuildAction buildAction)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceModelObject
-
getPerfSigUIUtils
public Class getPerfSigUIUtils()
-
getBuild
public Run<?,?> getBuild()
-
getApi
public Api getApi()
Exposes this object to the remote API.
-
getCurrentDashboardReports
@Exported(name="dashboardReports") public List<DashboardReport> getCurrentDashboardReports()
-
getPreviousDashboardReport
public DashboardReport getPreviousDashboardReport(String dashboard)
-
getDashBoardReport
public DashboardReport getDashBoardReport(String reportName)
-
doSummarizerGraph
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doSummarizerGraph(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException
- Throws:
IOException
-
doGetSingleReport
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doGetSingleReport(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
doGetComparisonReport
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doGetComparisonReport(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
doGetSession
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doGetSession(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
doGetSingleReportList
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doGetSingleReportList(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
doGetComparisonReportList
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public void doGetComparisonReportList(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-