com.thalesgroup.hudson.plugins.cppcheck.util
Class AbstractCppcheckBuildAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
com.thalesgroup.hudson.plugins.cppcheck.util.AbstractCppcheckBuildAction
- 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:
- CppcheckBuildAction
public abstract class AbstractCppcheckBuildAction
- extends hudson.model.Actionable
- implements hudson.model.Action, hudson.model.HealthReportingAction, org.kohsuke.stapler.StaplerProxy
|
Field Summary |
protected hudson.model.AbstractBuild<?,?> |
owner
|
|
Method Summary |
abstract void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
|
hudson.model.AbstractBuild<?,?> |
getOwner()
|
|
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 |
owner
protected hudson.model.AbstractBuild<?,?> owner
AbstractCppcheckBuildAction
protected AbstractCppcheckBuildAction(hudson.model.AbstractBuild<?,?> owner)
getPreviousResult
public <T extends AbstractCppcheckBuildAction> T getPreviousResult()
getOwner
public hudson.model.AbstractBuild<?,?> getOwner()
doGraph
public abstract void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2009. All Rights Reserved.