org.jenkinsci.plugins.mongodb
クラス MongoBuildWrapper.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      上位を拡張 hudson.tasks.BuildWrapperDescriptor
          上位を拡張 org.jenkinsci.plugins.mongodb.MongoBuildWrapper.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
MongoBuildWrapper

@Extension
public static final class MongoBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
MongoBuildWrapper.DescriptorImpl()
           
 
メソッドの概要
static hudson.util.FormValidation doCheckDbpath(String value)
           
static hudson.util.FormValidation doCheckPort(String value)
           
static hudson.util.FormValidation doCheckStartTimeout(String value)
           
 hudson.util.ListBoxModel doFillMongodbNameItems()
           
 String getDisplayName()
           
 MongoDBInstallation[] getInstallations()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
protected static boolean isPortNumber(String value)
           
 hudson.tasks.BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 void setInstallations(MongoDBInstallation[] installations)
           
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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
 

コンストラクタの詳細

MongoBuildWrapper.DescriptorImpl

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

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
定義:
クラス hudson.tasks.BuildWrapperDescriptor 内の isApplicable

getDisplayName

public String getDisplayName()
定義:
クラス hudson.model.Descriptor<hudson.tasks.BuildWrapper> 内の getDisplayName

newInstance

public hudson.tasks.BuildWrapper newInstance(org.kohsuke.stapler.StaplerRequest req,
                                             net.sf.json.JSONObject formData)
                                      throws hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.Descriptor<hudson.tasks.BuildWrapper> 内の newInstance
例外:
hudson.model.Descriptor.FormException

getInstallations

public MongoDBInstallation[] getInstallations()

setInstallations

public void setInstallations(MongoDBInstallation[] installations)

doCheckStartTimeout

public static hudson.util.FormValidation doCheckStartTimeout(@QueryParameter
                                                             String value)

doCheckPort

public static hudson.util.FormValidation doCheckPort(@QueryParameter
                                                     String value)

doCheckDbpath

public static hudson.util.FormValidation doCheckDbpath(@QueryParameter
                                                       String value)

isPortNumber

protected static boolean isPortNumber(String value)

doFillMongodbNameItems

public hudson.util.ListBoxModel doFillMongodbNameItems()


Copyright © 2004-2013. All Rights Reserved.