org.jenkinsci.plugins.karotz
クラス KarotzPublisher.KarotzPublisherDescriptor

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

@Extension
public static final class KarotzPublisher.KarotzPublisherDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

Descriptor for KarotzPublisher. Used as a singleton. The class is marked as public so that it can be accessed from views.


入れ子のクラスの概要
 
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
フィールドの概要
 
クラス hudson.model.Descriptor から継承されたフィールド
clazz
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
KarotzPublisher.KarotzPublisherDescriptor()
           
 
メソッドの概要
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doCheckApiKey(String value)
           
 hudson.util.FormValidation doCheckInstallId(String value)
           
 hudson.util.FormValidation doCheckSecretKey(String value)
           
 hudson.util.FormValidation doStartInteractiveMode(String apiKey, String secretKey, String installId)
           
 hudson.util.FormValidation doStopInteractiveMode()
           
 String getApiKey()
           
 KarotzEventHandlerDescriptor getDefaultEventHandler()
           
 String getDisplayName()
           
 KarotzEventHandler getEventHandler()
           
 String getInstallId()
           
 String getSecretKey()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
           
 
クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド
filter
 
クラス hudson.model.Descriptor から継承されたメソッド
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

KarotzPublisher.KarotzPublisherDescriptor

public KarotzPublisher.KarotzPublisherDescriptor()
メソッドの詳細

getApiKey

public String getApiKey()

getSecretKey

public String getSecretKey()

getInstallId

public String getInstallId()

getEventHandler

public KarotzEventHandler getEventHandler()

getDefaultEventHandler

public KarotzEventHandlerDescriptor getDefaultEventHandler()

configure

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

doCheckApiKey

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

doCheckSecretKey

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

doCheckInstallId

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

doStartInteractiveMode

public hudson.util.FormValidation doStartInteractiveMode(@QueryParameter
                                                         String apiKey,
                                                         @QueryParameter
                                                         String secretKey,
                                                         @QueryParameter
                                                         String installId)

doStopInteractiveMode

public hudson.util.FormValidation doStopInteractiveMode()

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


Copyright © 2004-2012. All Rights Reserved.