|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher.FlexiblePublisherDescriptor
@Extension(ordinal=2.147483147E9) public static class FlexiblePublisher.FlexiblePublisherDescriptor
| 入れ子のクラスの概要 |
|---|
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| フィールドの概要 |
|---|
| クラス hudson.model.Descriptor から継承されたフィールド |
|---|
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
|---|
NOOP |
| コンストラクタの概要 | |
|---|---|
FlexiblePublisher.FlexiblePublisherDescriptor()
|
|
FlexiblePublisher.FlexiblePublisherDescriptor(PublisherDescriptorLister publisherLister)
|
|
| メソッドの概要 | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
static hudson.DescriptorExtensionList<PublisherDescriptorLister,hudson.model.Descriptor<PublisherDescriptorLister>> |
getAllPublisherDescriptorListers()
|
String |
getDisplayName()
|
PublisherDescriptorLister |
getPublisherLister()
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
|
FlexiblePublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Build a new instance from parameters a user input in a configuration page. |
Object |
readResolve()
|
| クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド |
|---|
filter |
| クラス hudson.model.Descriptor から継承されたメソッド |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
@DataBoundConstructor public FlexiblePublisher.FlexiblePublisherDescriptor(PublisherDescriptorLister publisherLister)
public FlexiblePublisher.FlexiblePublisherDescriptor()
| メソッドの詳細 |
|---|
public static hudson.DescriptorExtensionList<PublisherDescriptorLister,hudson.model.Descriptor<PublisherDescriptorLister>> getAllPublisherDescriptorListers()
public PublisherDescriptorLister getPublisherLister()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
hudson.model.Descriptor<hudson.tasks.Publisher> 内の configurehudson.model.Descriptor.FormExceptionpublic String getDisplayName()
hudson.model.Descriptor<hudson.tasks.Publisher> 内の getDisplayNamepublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicablepublic Object readResolve()
public FlexiblePublisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
StaplerRequest.bindJSON(Class, JSONObject),
and DataBoundConstructor of classes of posted objects.
But we have to use Descriptor.newInstance(StaplerRequest, JSONObject)
for classes without DataBoundConstructor (such as Mailer)
and classes with Descriptor.newInstance(StaplerRequest, JSONObject)
doing different from their constructors with DataBoundConstructor
(such as hudson.tasks.junit.JUnitResultArchiver).
hudson.model.Descriptor<hudson.tasks.Publisher> 内の newInstancereq - formData -
hudson.model.Descriptor.FormExceptionDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject),
FlexiblePublisher.FlexiblePublisher(List)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||