org.jenkinsci.plugins.cloverphp
クラス CloverProjectAction

java.lang.Object
  上位を拡張 hudson.model.AbstractModelObject
      上位を拡張 hudson.model.Actionable
          上位を拡張 org.jenkinsci.plugins.cloverphp.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

コンストラクタの概要
CloverProjectAction(hudson.model.Project project)
           
 
メソッドの概要
 hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDisplayName()
           
 String getIconFileName()
           
 CloverBuildAction getLastSuccessfulResult()
          Returns the last Result that was successful.
 String getSearchUrl()
           
 hudson.util.Graph getTrendGraph()
           
 String getUrlName()
           
 
クラス 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 String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getUrlName

public 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 IOException,
                                                      javax.servlet.ServletException,
                                                      InterruptedException
例外:
IOException
javax.servlet.ServletException
InterruptedException

getSearchUrl

public String getSearchUrl()
定義:
インタフェース hudson.search.SearchItem 内の getSearchUrl


Copyright © 2004-2011. All Rights Reserved.