hudson.plugins.doclinks.m2
クラス DocLinksMavenReporter.DocLinksMavenReporterDescriptor

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.maven.MavenReporter>
      上位を拡張 hudson.maven.MavenReporterDescriptor
          上位を拡張 hudson.plugins.doclinks.m2.DocLinksMavenReporter.DocLinksMavenReporterDescriptor
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
DocLinksMavenReporter

public static class DocLinksMavenReporter.DocLinksMavenReporterDescriptor
extends hudson.maven.MavenReporterDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
DocLinksMavenReporter.DocLinksMavenReporterDescriptor()
           
 
メソッドの概要
 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(hudson.model.AbstractProject<?,?> project, java.lang.String title)
          check to see if title is not null.
 java.lang.String getDisplayName()
           
 DocLinksMavenReporter newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
クラス hudson.maven.MavenReporterDescriptor から継承されたメソッド
all, hasConfigScreen, newAutoInstance, newInstance
 
クラス hudson.model.Descriptor から継承されたメソッド
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DocLinksMavenReporter.DocLinksMavenReporterDescriptor

public DocLinksMavenReporter.DocLinksMavenReporterDescriptor()
メソッドの詳細

newInstance

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

doCheckTitle

public hudson.util.FormValidation doCheckTitle(@AncestorInPath
                                               hudson.model.AbstractProject<?,?> project,
                                               @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.maven.MavenReporter> 内の getDisplayName


Copyright © 2009. All Rights Reserved.