hudson.plugins.doclinks
クラス DocLinksAction
java.lang.Object
hudson.plugins.doclinks.DocLinksAction
- すべての実装されたインタフェース:
- hudson.model.Action, hudson.model.ModelObject
public class DocLinksAction
- extends java.lang.Object
- implements hudson.model.Action
Action which publishes ducuments.
- 作成者:
- Seiji Sogabe
|
コンストラクタの概要 |
DocLinksAction(hudson.model.AbstractItem project,
java.util.Map<java.lang.String,Document> document)
|
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocLinksAction
public DocLinksAction(hudson.model.AbstractItem project,
java.util.Map<java.lang.String,Document> document)
getDocumentsMap
public java.util.Map<java.lang.String,Document> getDocumentsMap()
- for jobMain.jelly
getDisplayName
public java.lang.String getDisplayName()
- 定義:
- インタフェース
hudson.model.Action 内の getDisplayName - 定義:
- インタフェース
hudson.model.ModelObject 内の getDisplayName
getIconFileName
public java.lang.String getIconFileName()
- 定義:
- インタフェース
hudson.model.Action 内の getIconFileName
getUrlName
public java.lang.String getUrlName()
- 定義:
- インタフェース
hudson.model.Action 内の getUrlName
hasDocument
public boolean hasDocument(Document doc)
doDynamic
public hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException,
javax.servlet.ServletException
- 例外:
java.io.IOException
javax.servlet.ServletException
Copyright © 2009. All Rights Reserved.