hudson.plugins.phing
クラス PhingDescriptor

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.tasks.Builder>
      上位を拡張 hudson.plugins.phing.PhingDescriptor
すべての実装されたインタフェース:
hudson.model.Saveable

public final class PhingDescriptor
extends hudson.model.Descriptor<hudson.tasks.Builder>

Descriptor for Phing.

作成者:
Seiji Sogabe

入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
PhingDescriptor()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 hudson.util.FormValidation doCheckPhingHome(java.io.File value)
           
 hudson.util.FormValidation doCheckPhpCommand(java.io.File value)
           
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 PhingInstallation[] getInstallations()
           
 PhingBuilder newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
クラス hudson.model.Descriptor から継承されたメソッド
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PhingDescriptor

public PhingDescriptor()
メソッドの詳細

configure

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

getHelpFile

public java.lang.String getHelpFile()
オーバーライド:
クラス hudson.model.Descriptor<hudson.tasks.Builder> 内の getHelpFile

getDisplayName

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

getInstallations

public PhingInstallation[] getInstallations()

newInstance

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

doCheckPhingHome

public hudson.util.FormValidation doCheckPhingHome(@QueryParameter
                                                   java.io.File value)

doCheckPhpCommand

public hudson.util.FormValidation doCheckPhpCommand(@QueryParameter
                                                    java.io.File value)


Copyright © 2011. All Rights Reserved.