hudson.plugins.doclinks
クラス DocLinksPublisher.DocLinksDescriptor

java.lang.Object
  上位を拡張 hudson.model.Descriptor<T>
      上位を拡張 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          上位を拡張 hudson.plugins.doclinks.DocLinksPublisher.DocLinksDescriptor
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
DocLinksPublisher

public static class DocLinksPublisher.DocLinksDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
DocLinksPublisher.DocLinksDescriptor()
           
 
メソッドの概要
 hudson.util.FormValidation doCheckDirectory(hudson.model.AbstractProject project, java.lang.String dir)
          check to see if directory is valid and exists.
 hudson.util.FormValidation doCheckFile(hudson.model.AbstractProject project, java.lang.String dir, java.lang.String file)
          check to see if file exists.
 hudson.util.FormValidation doCheckTitle(java.lang.String title)
          check to see if title is not null.
 java.lang.String getDisplayName()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド
filter
 
クラス hudson.model.Descriptor から継承されたメソッド
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DocLinksPublisher.DocLinksDescriptor

public DocLinksPublisher.DocLinksDescriptor()
メソッドの詳細

newInstance

public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
                                          net.sf.json.JSONObject formData)
                                   throws hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.Descriptor<hudson.tasks.Publisher> 内の newInstance
例外:
hudson.model.Descriptor.FormException

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
定義:
クラス hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicable

doCheckTitle

public hudson.util.FormValidation doCheckTitle(@QueryParameter
                                               java.lang.String title)
                                        throws java.io.IOException,
                                               javax.servlet.ServletException
check to see if title is not null.

例外:
java.io.IOException
javax.servlet.ServletException

doCheckDirectory

public hudson.util.FormValidation doCheckDirectory(@AncestorInPath
                                                   hudson.model.AbstractProject project,
                                                   @QueryParameter
                                                   java.lang.String dir)
                                            throws java.io.IOException,
                                                   javax.servlet.ServletException
check to see if directory is valid and exists.

例外:
java.io.IOException
javax.servlet.ServletException

doCheckFile

public hudson.util.FormValidation doCheckFile(@AncestorInPath
                                              hudson.model.AbstractProject project,
                                              @QueryParameter
                                              java.lang.String dir,
                                              @QueryParameter
                                              java.lang.String file)
                                       throws java.io.IOException,
                                              javax.servlet.ServletException
check to see if file exists.

例外:
java.io.IOException
javax.servlet.ServletException

getDisplayName

public java.lang.String getDisplayName()
定義:
クラス hudson.model.Descriptor<hudson.tasks.Publisher> 内の getDisplayName


Copyright © 2009. All Rights Reserved.