hudson.plugins.rubyMetrics.rcov
Class RcovBuildAction

java.lang.Object
  extended by hudson.plugins.rubyMetrics.rcov.RcovBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject

public class RcovBuildAction
extends java.lang.Object
implements hudson.model.HealthReportingAction


Constructor Summary
RcovBuildAction(hudson.model.AbstractBuild<?,?> owner, RcovResult results)
           
 
Method Summary
 void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 hudson.model.HealthReport getBuildHealth()
           
 java.lang.String getDisplayName()
           
 java.lang.Object getDynamic(java.lang.String link, org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 java.lang.String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 RcovBuildAction getPreviousResult()
           
 RcovResult getResults()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcovBuildAction

public RcovBuildAction(hudson.model.AbstractBuild<?,?> owner,
                       RcovResult results)
Method Detail

getBuildHealth

public hudson.model.HealthReport getBuildHealth()
Specified by:
getBuildHealth in interface hudson.model.HealthReportingAction

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getResults

public RcovResult getResults()

getPreviousResult

public RcovBuildAction getPreviousResult()

getDynamic

public java.lang.Object getDynamic(java.lang.String link,
                                   org.kohsuke.stapler.StaplerRequest request,
                                   org.kohsuke.stapler.StaplerResponse response)

doGraph

public void doGraph(org.kohsuke.stapler.StaplerRequest req,
                    org.kohsuke.stapler.StaplerResponse rsp)
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.