@ExportedBean public class PerfSigBuildAction extends Object implements jenkins.tasks.SimpleBuildStep.LastBuildAction, jenkins.model.RunAction2, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
PerfSigBuildAction(List<DashboardReport> dashboardReports) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Api |
getApi()
Exposes this object to the remote API.
|
hudson.model.Run<?,?> |
getBuild() |
PerfSigBuildActionResultsDisplay |
getBuildActionResultsDisplay() |
List<DashboardReport> |
getDashboardReports() |
String |
getDisplayName() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
PerfSigBuildActionResultsDisplay |
getTarget() |
protected String |
getTitle() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public PerfSigBuildAction(List<DashboardReport> dashboardReports)
public PerfSigBuildActionResultsDisplay getBuildActionResultsDisplay()
public PerfSigBuildActionResultsDisplay getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxyprotected String getTitle()
public hudson.model.Run<?,?> getBuild()
public hudson.model.Api getApi()
@Exported public List<DashboardReport> getDashboardReports()
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionpublic void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.ActionCopyright © 2016. All rights reserved.