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 |
| クラス 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.