| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckAclToken(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckEnvKey(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckHostUrl(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.FormValidation |
doCheckKey(hudson.model.AbstractProject<?,?> project,
String value) |
hudson.util.ListBoxModel |
doFillDebugModeItems() |
hudson.util.ListBoxModel |
doFillDefaultDebugModeItems() |
String |
getAclToken() |
String |
getApiUri() |
DebugMode |
getConsulDebugMode() |
DebugMode |
getDefaultDebugMode() |
String |
getDisplayName() |
String |
getHostUrl() |
String |
getTimeoutConnect() |
String |
getTimeoutResponse() |
boolean |
isIgnoreGlobalSettings() |
void |
setAclToken(String aclToken) |
void |
setApiUri(String apiUri) |
void |
setConsulDebugMode(DebugMode consulDebugMode) |
void |
setHostUrl(String hostUrl) |
void |
setIgnoreGlobalSettings(boolean ignoreGlobalSettings) |
void |
setTimeoutConnect(String timeoutConnect) |
void |
setTimeoutResponse(String timeoutResponse) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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 getHostUrl()
public void setHostUrl(String hostUrl)
public String getAclToken()
public void setAclToken(String aclToken)
public String getApiUri()
public void setApiUri(String apiUri)
public String getTimeoutConnect()
public void setTimeoutConnect(String timeoutConnect)
public String getTimeoutResponse()
public void setTimeoutResponse(String timeoutResponse)
public DebugMode getConsulDebugMode()
public void setConsulDebugMode(DebugMode consulDebugMode)
public boolean isIgnoreGlobalSettings()
public void setIgnoreGlobalSettings(boolean ignoreGlobalSettings)
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<ReadBean>public hudson.util.FormValidation doCheckAclToken(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckHostUrl(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckKey(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.FormValidation doCheckEnvKey(@AncestorInPath
hudson.model.AbstractProject<?,?> project,
@QueryParameter
String value)
throws IOException
IOExceptionpublic hudson.util.ListBoxModel doFillDebugModeItems()
public hudson.util.ListBoxModel doFillDefaultDebugModeItems()
public DebugMode getDefaultDebugMode()
Copyright © 2016. All rights reserved.