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)
           
 
メソッドの概要
 hudson.model.DirectoryBrowserSupport doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
           
 java.util.Map<java.lang.String,Document> getDocumentsMap()
          for jobMain.jelly
 java.lang.String getIconFileName()
           
 java.lang.String getUrlName()
           
 boolean hasDocument(Document doc)
           
 
クラス 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.