hudson.jumble
Class ReportBuildAction

java.lang.Object
  extended by hudson.jumble.ReportBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject

public class ReportBuildAction
extends Object
implements hudson.model.HealthReportingAction


Field Summary
static String REPORT_URL
           
 
Constructor Summary
ReportBuildAction(JumbleRunReport jumbleReport, Integer targetScore, hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 hudson.model.HealthReport getBuildHealth()
           
 String getDisplayName()
           
 Object getDynamic(String token, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getIconFileName()
           
 JumbleRunReport getJumbleReport()
           
 String getScore()
           
 Integer getTargetScore()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPORT_URL

public static final String REPORT_URL
See Also:
Constant Field Values
Constructor Detail

ReportBuildAction

public ReportBuildAction(JumbleRunReport jumbleReport,
                         Integer targetScore,
                         hudson.model.AbstractBuild<?,?> build)
Method Detail

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.