org.jenkinsci.plugins.valgrind.util
Class AbstractValgrindBuildAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by org.jenkinsci.plugins.valgrind.util.AbstractValgrindBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.HealthReportingAction, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem, org.kohsuke.stapler.StaplerProxy
Direct Known Subclasses:
ValgrindBuildAction

public abstract class AbstractValgrindBuildAction
extends hudson.model.Actionable
implements hudson.model.Action, hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy


Field Summary
protected  hudson.model.AbstractBuild<?,?> owner
           
 
Constructor Summary
protected AbstractValgrindBuildAction(hudson.model.AbstractBuild<?,?> owner)
           
 
Method Summary
abstract  void doGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
<T extends AbstractValgrindBuildAction>
T
getPreviousResult()
           
 
Methods inherited from class hudson.model.Actionable
addAction, getAction, getAction, getActions, getActions, getDynamic
 
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hudson.model.HealthReportingAction
getBuildHealth
 
Methods inherited from interface hudson.model.Action
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from interface org.kohsuke.stapler.StaplerProxy
getTarget
 
Methods inherited from interface hudson.search.SearchItem
getSearchUrl
 

Field Detail

owner

protected hudson.model.AbstractBuild<?,?> owner
Constructor Detail

AbstractValgrindBuildAction

protected AbstractValgrindBuildAction(hudson.model.AbstractBuild<?,?> owner)
Method Detail

getPreviousResult

public <T extends AbstractValgrindBuildAction> T getPreviousResult()

getOwner

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

doGraph

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


Copyright © 2004-2012. All Rights Reserved.