jp.ikedam.jenkins.plugins.jobcopy_builder
クラス AdditionalFileset.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<AdditionalFileset>
      上位を拡張 jp.ikedam.jenkins.plugins.jobcopy_builder.AdditionalFileset.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
AdditionalFileset

@Extension
public static final class AdditionalFileset.DescriptorImpl
extends hudson.model.Descriptor<AdditionalFileset>

The internal class to work with views. The following files are used (put in main/resource directory in the source tree).

config.jelly
shown as a part of a job configuration page.


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
AdditionalFileset.DescriptorImpl()
           
 
メソッドの概要
 hudson.util.FormValidation doCheckIncludeFile(String includeFile)
          Validates the input to includeFile
 String getDisplayName()
          Returns the display name This is used nowhere...
 hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> getJobcopyOperationDescriptors()
          Returns all the available JobcopyOperation.
 
クラス 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
 

コンストラクタの詳細

AdditionalFileset.DescriptorImpl

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

getDisplayName

public String getDisplayName()
Returns the display name This is used nowhere...

定義:
クラス hudson.model.Descriptor<AdditionalFileset> 内の getDisplayName
戻り値:
the display name
関連項目:
Descriptor.getDisplayName()

getJobcopyOperationDescriptors

public hudson.DescriptorExtensionList<JobcopyOperation,hudson.model.Descriptor<JobcopyOperation>> getJobcopyOperationDescriptors()
Returns all the available JobcopyOperation. Used for the contents of "Add Copy Operation" dropdown.

戻り値:
the list of JobcopyOperation

doCheckIncludeFile

public hudson.util.FormValidation doCheckIncludeFile(@QueryParameter
                                                     String includeFile)
Validates the input to includeFile

パラメータ:
includeFile -
戻り値:
FormValidation object


Copyright © 2004-2013. All Rights Reserved.