@Extension
public static final class SaltAPIBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item project,
String value) |
hudson.util.FormValidation |
doCheckMinionTimeout(String value) |
hudson.util.FormValidation |
doCheckPollTime(String value) |
static hudson.util.FormValidation |
doCheckServername(String value) |
static hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Job context,
String credentialsId,
String servername,
hudson.model.Item project) |
static hudson.util.FormValidation |
doTestConnection(String servername,
String credentialsId,
String authtype,
hudson.model.Item project) |
String |
getApiVersion() |
String |
getDisplayName()
This human readable name is used in the configuration screen.
|
int |
getMinionTimeout() |
String |
getOutputFormat() |
int |
getPollTime() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, toMap
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public int getPollTime()
public int getMinionTimeout()
public String getOutputFormat()
public String getApiVersion()
public static hudson.util.FormValidation doTestConnection(@QueryParameter String servername, @QueryParameter String credentialsId, @QueryParameter String authtype, @AncestorInPath hudson.model.Item project)
public static hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath hudson.model.Job context, @QueryParameter String credentialsId, @QueryParameter String servername, @AncestorInPath hudson.model.Item project)
public static hudson.util.FormValidation doCheckServername(@QueryParameter String value)
public static hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath hudson.model.Item project, @QueryParameter String value)
public hudson.util.FormValidation doCheckPollTime(@QueryParameter String value)
public hudson.util.FormValidation doCheckMinionTimeout(@QueryParameter String value)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
Copyright © 2016–2020. All rights reserved.