jp.ikedam.jenkins.plugins.extensible_choice_parameter
クラス FilenameChoiceListProvider.DescriptorImpl

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

@Extension
public static class FilenameChoiceListProvider.DescriptorImpl
extends hudson.model.Descriptor<ChoiceListProvider>

Class for view.


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
FilenameChoiceListProvider.DescriptorImpl()
           
 
メソッドの概要
 hudson.util.FormValidation doCheckBaseDirPath(String baseDirPath)
          Validate a value inputed for baseDirPath Checks followings: * not blank * specified path exists * specified path is a directory.
 hudson.util.FormValidation doCheckExcludePattern(String excludePattern)
          Validate a value inputed for excludePattern always ok.
 hudson.util.FormValidation doCheckIncludePattern(String includePattern)
          Validate a value inputed for includePattern Checks followings: * not blank
 hudson.util.FormValidation doTest(String baseDirPath, String includePattern, String excludePattern, FilenameChoiceListProvider.ScanType scanType, boolean reverseOrder, FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType)
          Test what files will be listed.
 String getDisplayName()
          Returns the name for displaying.
 
クラス 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
 

コンストラクタの詳細

FilenameChoiceListProvider.DescriptorImpl

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

getDisplayName

public String getDisplayName()
Returns the name for displaying.

定義:
クラス hudson.model.Descriptor<ChoiceListProvider> 内の getDisplayName
戻り値:
the name for displaying

doCheckBaseDirPath

public hudson.util.FormValidation doCheckBaseDirPath(@QueryParameter
                                                     String baseDirPath)
Validate a value inputed for baseDirPath Checks followings: * not blank * specified path exists * specified path is a directory.

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

doCheckIncludePattern

public hudson.util.FormValidation doCheckIncludePattern(@QueryParameter
                                                        String includePattern)
Validate a value inputed for includePattern Checks followings: * not blank

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

doCheckExcludePattern

public hudson.util.FormValidation doCheckExcludePattern(@QueryParameter
                                                        String excludePattern)
Validate a value inputed for excludePattern always ok.

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

doTest

public hudson.util.FormValidation doTest(@QueryParameter
                                         String baseDirPath,
                                         @QueryParameter
                                         String includePattern,
                                         @QueryParameter
                                         String excludePattern,
                                         @QueryParameter
                                         FilenameChoiceListProvider.ScanType scanType,
                                         @QueryParameter
                                         boolean reverseOrder,
                                         @QueryParameter
                                         FilenameChoiceListProvider.EmptyChoiceType emptyChoiceType)
Test what files will be listed.

パラメータ:
baseDirPath -
includePattern -
excludePattern -
scanType -
戻り値:


Copyright © 2004-2015. All Rights Reserved.