hudson.plugins.mantis
クラス MantisProjectProperty.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.model.JobProperty<?>>
      上位を拡張 hudson.model.JobPropertyDescriptor
          上位を拡張 hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
含まれているクラス:
MantisProjectProperty

public static final class MantisProjectProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
コンストラクタの概要
MantisProjectProperty.DescriptorImpl()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
 void doLoginCheck(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
           
 java.lang.String getDisplayName()
           
 MantisSite[] getSites()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
           
 hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
クラス hudson.model.JobPropertyDescriptor から継承されたメソッド
getPropertyDescriptors
 
クラス hudson.model.Descriptor から継承されたメソッド
configure, convert, find, getConfigPage, getGlobalConfigPage, getHelpFile, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MantisProjectProperty.DescriptorImpl

public MantisProjectProperty.DescriptorImpl()
メソッドの詳細

isApplicable

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

getDisplayName

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

getSites

public MantisSite[] getSites()

newInstance

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

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req)
オーバーライド:
クラス hudson.model.Descriptor<hudson.model.JobProperty<?>> 内の configure

doLoginCheck

public void doLoginCheck(org.kohsuke.stapler.StaplerRequest req,
                         org.kohsuke.stapler.StaplerResponse res)
                  throws java.io.IOException,
                         javax.servlet.ServletException
例外:
java.io.IOException
javax.servlet.ServletException


Copyright © 2008. All Rights Reserved.