hudson.plugins.covcomplplot
Class CovComplPlotProjectAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.covcomplplot.CovComplPlotProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class CovComplPlotProjectAction
- extends hudson.model.Actionable
- implements hudson.model.ProminentProjectAction
Project Action. This action just passes the request to the latest
CovComplPlotBuildAction
instance.
- Author:
- JunHo Yoon
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 |
CovComplPlotProjectAction
public CovComplPlotProjectAction(hudson.model.AbstractProject<?,?> project)
- Constructor
- Parameters:
project
- owner
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface hudson.model.Action
- Specified by:
getDisplayName
in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interface hudson.model.Action
getLastBuildAction
public CovComplPlotBuildAction getLastBuildAction()
- Get the Last
CovComplPlotBuildAction
whose owner is completed and not failed
- Returns:
- Last Build Action
isTopMostSectionInProjectPage
public boolean isTopMostSectionInProjectPage()
getSearchUrl
public String getSearchUrl()
- Specified by:
getSearchUrl
in interface hudson.search.SearchItem
Copyright © 2004-2011. All Rights Reserved.