Class PerfSigBuildAction
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.ui.PerfSigBuildAction
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
,SimpleBuildStep.LastBuildAction
,org.kohsuke.stapler.StaplerProxy
@ExportedBean public class PerfSigBuildAction extends Object implements SimpleBuildStep.LastBuildAction, RunAction2, org.kohsuke.stapler.StaplerProxy
-
-
Constructor Summary
Constructors Constructor Description PerfSigBuildAction(List<DashboardReport> dashboardReports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Run<?,?>
getBuild()
PerfSigBuildActionResultsDisplay
getBuildActionResultsDisplay()
List<DashboardReport>
getDashboardReports()
String
getDisplayName()
String
getIconFileName()
Collection<? extends Action>
getProjectActions()
PerfSigBuildActionResultsDisplay
getTarget()
protected String
getTitle()
String
getUrlName()
void
onAttached(Run<?,?> r)
void
onLoad(Run<?,?> r)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
-
-
-
-
Constructor Detail
-
PerfSigBuildAction
public PerfSigBuildAction(List<DashboardReport> dashboardReports)
-
-
Method Detail
-
getBuildActionResultsDisplay
public PerfSigBuildActionResultsDisplay getBuildActionResultsDisplay()
-
getTarget
public PerfSigBuildActionResultsDisplay getTarget()
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
getTitle
protected String getTitle()
-
getBuild
public Run<?,?> getBuild()
-
getDashboardReports
public List<DashboardReport> getDashboardReports()
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
onAttached
public void onAttached(Run<?,?> r)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> r)
- Specified by:
onLoad
in interfaceRunAction2
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
-