hudson.plugins.clover
クラス CloverProjectAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.clover.CloverProjectAction
- すべての実装されたインタフェース:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class CloverProjectAction
- extends hudson.model.Actionable
- implements hudson.model.ProminentProjectAction
Project level action.
TODO: refactor this action in a similar manner to JavadocArchiver and BaseJavadocAction etc to avoid duplication.
- 作成者:
- Stephen Connolly
| クラス hudson.model.Actionable から継承されたメソッド |
addAction, getAction, getAction, getActions, getActions, getDynamic |
| クラス hudson.model.AbstractModelObject から継承されたメソッド |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloverProjectAction
public CloverProjectAction(hudson.model.Project project)
getIconFileName
public java.lang.String getIconFileName()
- 定義:
- インタフェース
hudson.model.Action 内の getIconFileName
getDisplayName
public java.lang.String getDisplayName()
- 定義:
- インタフェース
hudson.model.Action 内の getDisplayName - 定義:
- インタフェース
hudson.model.ModelObject 内の getDisplayName
getUrlName
public java.lang.String getUrlName()
- 定義:
- インタフェース
hudson.model.Action 内の getUrlName
getLastSuccessfulResult
public CloverBuildAction getLastSuccessfulResult()
- Returns the last Result that was successful.
WARNING: this method is invoked dynamically from CloverProjectAction/floatingBox.jelly
- 戻り値:
- the last successful build result
getTrendGraph
public hudson.util.Graph getTrendGraph()
doDynamic
public hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException,
java.lang.InterruptedException
- 例外:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException
getSearchUrl
public java.lang.String getSearchUrl()
- 定義:
- インタフェース
hudson.search.SearchItem 内の getSearchUrl
Copyright © 2004-2011. All Rights Reserved.