hudson.plugins.emma
Class EmmaProjectAction

java.lang.Object
  extended by hudson.plugins.emma.EmmaProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public final class EmmaProjectAction
extends Object
implements hudson.model.Action

Project view extension by Emma plugin.

Author:
Kohsuke Kawaguchi

Field Summary
 hudson.model.AbstractProject<?,?> project
           
 
Constructor Summary
EmmaProjectAction(hudson.model.AbstractProject project)
           
 
Method Summary
 void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDisplayName()
           
 String getIconFileName()
           
 EmmaBuildAction getLastResult()
          Gets the most recent EmmaBuildAction object.
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final hudson.model.AbstractProject<?,?> project
Constructor Detail

EmmaProjectAction

public EmmaProjectAction(hudson.model.AbstractProject project)
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

getLastResult

public EmmaBuildAction getLastResult()
Gets the most recent EmmaBuildAction object.


doGraph

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


Copyright © 2004-2012 Hudson. All Rights Reserved.