org.jenkinsci.plugins.valgrind
Class ValgrindProjectAction

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.Actionable
          extended by org.jenkinsci.plugins.valgrind.util.AbstractValgrindProjectAction
              extended by org.jenkinsci.plugins.valgrind.ValgrindProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem

public class ValgrindProjectAction
extends AbstractValgrindProjectAction


Field Summary
 
Fields inherited from class org.jenkinsci.plugins.valgrind.util.AbstractValgrindProjectAction
project
 
Constructor Summary
protected ValgrindProjectAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
           
 Integer getLastResultBuild()
           
 String getUrlName()
           
 boolean isDisplayGraph()
           
 
Methods inherited from class org.jenkinsci.plugins.valgrind.util.AbstractValgrindProjectAction
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, requirePOST, sendError, sendError, sendError, sendError, sendError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValgrindProjectAction

protected ValgrindProjectAction(hudson.model.AbstractProject<?,?> project)
Method Detail

getDisplayName

public String getDisplayName()

getUrlName

public String getUrlName()

getLastFinishedBuild

public hudson.model.AbstractBuild<?,?> getLastFinishedBuild()
Specified by:
getLastFinishedBuild in class AbstractValgrindProjectAction

getLastResultBuild

public Integer getLastResultBuild()
Specified by:
getLastResultBuild in class AbstractValgrindProjectAction

isDisplayGraph

public final boolean isDisplayGraph()


Copyright © 2004-2012. All Rights Reserved.