|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
jp.ikedam.jenkins.plugins.jobcopy_builder.JobcopyBuilder.DescriptorImpl
@Extension public static final class JobcopyBuilder.DescriptorImpl
The internal class to work with views. The following files are used (put in main/resource directory in the source tree).
| 入れ子のクラスの概要 |
|---|
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| フィールドの概要 |
|---|
| クラス hudson.model.Descriptor から継承されたフィールド |
|---|
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
|---|
NOOP |
| コンストラクタの概要 | |
|---|---|
JobcopyBuilder.DescriptorImpl()
|
|
| メソッドの概要 | |
|---|---|
hudson.util.FormValidation |
doCheckFromJobName(String fromJobName)
Validate "From Job Name" field. |
hudson.util.FormValidation |
doCheckJobName(String jobName,
boolean warnIfExists,
boolean warnIfNotExists)
Validate "From Job Name" or "To Job Name" field. |
hudson.util.FormValidation |
doCheckToJobName(String toJobName,
boolean overwrite)
Validate "To Job Name" field. |
hudson.util.ComboBoxModel |
doFillFromJobNameItems()
Returns the list of jobs. |
String |
getDisplayName()
Returns the display name Displayed in the "Add build step" dropdown in a job configuration page. |
hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> |
getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
Test whether this build step can be applied to the specified job type. |
| クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド |
|---|
filter |
| クラス hudson.model.Descriptor から継承されたメソッド |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JobcopyBuilder.DescriptorImpl()
| メソッドの詳細 |
|---|
public String getDisplayName()
hudson.model.Descriptor<hudson.tasks.Builder> 内の getDisplayNameDescriptor.getDisplayName()public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder> 内の isApplicablejobType - the type of the job to be tested.
BuildStepDescriptor.isApplicable(java.lang.Class)public hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> getJobcopyOperationDescriptors()
public hudson.util.ComboBoxModel doFillFromJobNameItems()
public hudson.util.FormValidation doCheckJobName(String jobName,
boolean warnIfExists,
boolean warnIfNotExists)
| jobName | warnIfExists | warnIfNotExists | Returns |
|---|---|---|---|
| Blank | any | any | error |
| value containing variables | any | any | ok |
| existing job | false | any | ok |
| existing job | true | any | warning |
| non existing job | any | false | ok |
| non existing job | any | true | warning |
jobName - warnIfExists - warnIfNotExists -
public hudson.util.FormValidation doCheckFromJobName(@QueryParameter
String fromJobName)
fromJobName -
public hudson.util.FormValidation doCheckToJobName(@QueryParameter
String toJobName,
@QueryParameter
boolean overwrite)
toJobName - overwrite -
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||