@Extension
public static final class HockeyappRecorder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
HockeyappRecorder.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckBaseUrl(String value) |
hudson.util.FormValidation |
doCheckDebugMode(String value) |
String |
getDefaultToken() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
boolean |
getGlobalDebugMode() |
String |
getTimeout() |
int |
getTimeoutInt() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
setDefaultToken(String defaultToken) |
void |
setGlobalDebugMode(boolean globalDebugMode) |
void |
setTimeout(String timeout) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, 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, toMappublic String getDefaultToken()
public void setDefaultToken(String defaultToken)
public boolean getGlobalDebugMode()
public void setGlobalDebugMode(boolean globalDebugMode)
public String getTimeout()
public int getTimeoutInt()
public void setTimeout(String timeout)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckBaseUrl(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckDebugMode(@QueryParameter
String value)
Copyright © 2004-2014. All Rights Reserved.