@Extension
public class TAGlobalConfiguration
extends jenkins.model.GlobalConfiguration
Modifier and Type | Field and Description |
---|---|
Integer |
delay |
String |
host |
hudson.util.Secret |
password |
Integer |
port |
String |
protocol |
Integer |
retryCount |
String |
username |
Boolean |
validateCerts |
Constructor and Description |
---|
TAGlobalConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckDelay(String delay) |
hudson.util.FormValidation |
doCheckPassword(String password) |
hudson.util.FormValidation |
doCheckPort(String port) |
hudson.util.FormValidation |
doCheckRetryCount(String retryCount) |
hudson.util.FormValidation |
doCheckUsername(String username) |
hudson.util.ListBoxModel |
doFillProtocolItems() |
hudson.util.FormValidation |
doTestDynatraceConnection(String protocol,
String host,
String port,
String username,
boolean validateCerts,
String password) |
static int |
getDefaultDelay() |
static String |
getDefaultHost() |
static hudson.util.Secret |
getDefaultPassword() |
static int |
getDefaultPort() |
static String |
getDefaultProtocol() |
static int |
getDefaultRetryCount() |
static String |
getDefaultUsername() |
static boolean |
getDefaultValidateCerts() |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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
public String protocol
public String host
public Integer port
public String username
public hudson.util.Secret password
public Integer delay
public Integer retryCount
public Boolean validateCerts
public static String getDefaultProtocol()
public static String getDefaultHost()
public static int getDefaultPort()
public static String getDefaultUsername()
public static hudson.util.Secret getDefaultPassword()
public static int getDefaultDelay()
public static int getDefaultRetryCount()
public static boolean getDefaultValidateCerts()
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
hudson.model.Descriptor.FormException
public hudson.util.ListBoxModel doFillProtocolItems()
public hudson.util.FormValidation doCheckPort(@QueryParameter String port)
public hudson.util.FormValidation doCheckUsername(@QueryParameter String username)
public hudson.util.FormValidation doCheckPassword(@QueryParameter String password)
public hudson.util.FormValidation doCheckDelay(@QueryParameter String delay)
public hudson.util.FormValidation doCheckRetryCount(@QueryParameter String retryCount)
public hudson.util.FormValidation doTestDynatraceConnection(@QueryParameter(value="protocol") String protocol, @QueryParameter(value="host") String host, @QueryParameter(value="port") String port, @QueryParameter(value="username") String username, @QueryParameter(value="validateCerts") boolean validateCerts, @QueryParameter(value="password") String password)
Copyright © 2016–2020. All rights reserved.