org.jenkinsci.plugins.valgrind.util
Class AbstractValgrindProjectAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
org.jenkinsci.plugins.valgrind.util.AbstractValgrindProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
- Direct Known Subclasses:
- ValgrindProjectAction
public abstract class AbstractValgrindProjectAction
- extends hudson.model.Actionable
- implements hudson.model.ProminentProjectAction
Field Summary |
protected hudson.model.AbstractProject<?,?> |
project
|
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.Action |
getDisplayName, getUrlName |
project
protected final hudson.model.AbstractProject<?,?> project
AbstractValgrindProjectAction
protected AbstractValgrindProjectAction(hudson.model.AbstractProject<?,?> project)
getProject
public hudson.model.AbstractProject<?,?> getProject()
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interface hudson.model.Action
getSearchUrl
public String getSearchUrl()
- Specified by:
getSearchUrl
in interface hudson.search.SearchItem
getLastFinishedBuild
protected abstract hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
getLastResultBuild
protected abstract Integer getLastResultBuild()
doGraph
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
- Throws:
IOException
Copyright © 2004-2012. All Rights Reserved.