hudson.plugins.rubyMetrics.rcov
Class RcovProjectAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by hudson.plugins.rubyMetrics.AbstractRubyMetricsProjectAction
              extended by hudson.plugins.rubyMetrics.rcov.RcovProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class RcovProjectAction
extends AbstractRubyMetricsProjectAction


Field Summary
 
Fields inherited from class hudson.plugins.rubyMetrics.AbstractRubyMetricsProjectAction
project
 
Constructor Summary
RcovProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 RcovBuildAction getLastResult()
           
 java.lang.Integer getLastResultBuild()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class hudson.plugins.rubyMetrics.AbstractRubyMetricsProjectAction
doGraph, doIndex, getIconFileName, getProject, getSearchUrl
 
Methods inherited from class hudson.model.Actionable
addAction, getAction, getAction, getActions, getActions, getDynamic
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RcovProjectAction

public RcovProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getDisplayName

public java.lang.String getDisplayName()

getUrlName

public java.lang.String getUrlName()

getLastResult

public RcovBuildAction getLastResult()
Specified by:
getLastResult in class AbstractRubyMetricsProjectAction

getLastResultBuild

public java.lang.Integer getLastResultBuild()
Specified by:
getLastResultBuild in class AbstractRubyMetricsProjectAction


Copyright © 2008. All Rights Reserved.