@Extension
public class TestiniumPluginGlobalConfiguration
extends jenkins.model.GlobalConfiguration
Constructor and Description |
---|
TestiniumPluginGlobalConfiguration() |
TestiniumPluginGlobalConfiguration(String credentialsId,
String datetimeFormat,
String personalToken) |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest request,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckDatetimeFormat(String datetimeFormat) |
hudson.util.FormValidation |
doCheckPersonalToken(String personalToken) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Item project,
String credentialsId) |
static TestiniumPluginGlobalConfiguration |
get() |
TestiniumPluginConfiguration |
getConfiguration() |
String |
getDisplayName() |
all, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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 static TestiniumPluginGlobalConfiguration get()
public TestiniumPluginConfiguration getConfiguration()
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>
public boolean configure(org.kohsuke.stapler.StaplerRequest request, 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 doFillCredentialsIdItems(@AncestorInPath hudson.model.Item project, @QueryParameter String credentialsId)
public hudson.util.FormValidation doCheckDatetimeFormat(@QueryParameter String datetimeFormat)
public hudson.util.FormValidation doCheckPersonalToken(@QueryParameter String personalToken)
Copyright © 2016–2018. All rights reserved.