hudson.plugins.mantis
クラス MantisProjectProperty.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.model.JobProperty<?>>
hudson.model.JobPropertyDescriptor
hudson.plugins.mantis.MantisProjectProperty.DescriptorImpl
- すべての実装されたインタフェース:
- hudson.model.Saveable
- 含まれているクラス:
- MantisProjectProperty
public static final class MantisProjectProperty.DescriptorImpl
- extends hudson.model.JobPropertyDescriptor
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
hudson.model.Descriptor.FormException |
| クラス hudson.model.Descriptor から継承されたフィールド |
ALL, clazz |
|
メソッドの概要 |
boolean |
configure(org.kohsuke.stapler.StaplerRequest req)
|
void |
doLoginCheck(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
|
void |
doPatternCheck(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, configure, convert, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, 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
doPatternCheck
public void doPatternCheck(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.