hudson.jumble
Class ReportBuildAction
java.lang.Object
hudson.jumble.ReportBuildAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject
public class ReportBuildAction
- extends Object
- implements hudson.model.HealthReportingAction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REPORT_URL
public static final String REPORT_URL
- See Also:
- Constant Field Values
ReportBuildAction
public ReportBuildAction(JumbleRunReport jumbleReport,
Integer targetScore,
hudson.model.AbstractBuild<?,?> build)
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getBuildHealth
public hudson.model.HealthReport getBuildHealth()
- Specified by:
getBuildHealth in interface hudson.model.HealthReportingAction
getScore
public String getScore()
getTargetScore
public Integer getTargetScore()
getJumbleReport
public JumbleRunReport getJumbleReport()
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getDynamic
public Object getDynamic(String token,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Copyright © 2004-2012 Hudson. All Rights Reserved.