org.codefirst.jenkins.wsnotifier
クラス WsNotifier.DescriptorImpl

java.lang.Object
  上位を拡張 hudson.model.Descriptor<T>
      上位を拡張 hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          上位を拡張 org.codefirst.jenkins.wsnotifier.WsNotifier.DescriptorImpl
すべての実装されたインタフェース:
hudson.model.Saveable
含まれているクラス:
WsNotifier

@Extension
public static final class WsNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
WsNotifier.DescriptorImpl()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 hudson.util.FormValidation doCheckPort(String value)
           
 String getDisplayName()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
           
 boolean keepalive()
           
 int pingInterval()
           
 int port()
           
 boolean useStatusFormat()
           
 
クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド
filter
 
クラス hudson.model.Descriptor から継承されたメソッド
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, 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
 

コンストラクタの詳細

WsNotifier.DescriptorImpl

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

port

public int port()

useStatusFormat

public boolean useStatusFormat()

keepalive

public boolean keepalive()

pingInterval

public int pingInterval()

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
定義:
クラス hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicable

getDisplayName

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

doCheckPort

public hudson.util.FormValidation doCheckPort(@QueryParameter
                                              String value)
                                       throws IOException,
                                              javax.servlet.ServletException
例外:
IOException
javax.servlet.ServletException

configure

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


Copyright © 2004-2013. All Rights Reserved.