@Extension
public static final class SaltAPIStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckCredentialsId(hudson.model.Item project,
String value) |
hudson.util.FormValidation |
doCheckServername(String value) |
hudson.util.ListBoxModel |
doFillCredentialsIdItems(hudson.model.Job context,
String credentialsId,
String servername,
hudson.model.Item project) |
hudson.util.FormValidation |
doTestConnection(String servername,
String credentialsId,
String authtype,
hudson.model.Item project) |
String |
getApiVersion() |
String |
getDisplayName() |
String |
getFunctionName() |
Set<Class<?>> |
getRequiredContext() |
all, allMeta, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiateaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, toMappublic String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>public String getApiVersion()
public hudson.util.FormValidation doCheckServername(@QueryParameter
String value)
public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
hudson.model.Job context,
@QueryParameter
String credentialsId,
@QueryParameter
String servername,
@AncestorInPath
hudson.model.Item project)
public hudson.util.FormValidation doCheckCredentialsId(@AncestorInPath
hudson.model.Item project,
@QueryParameter
String value)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String servername,
@QueryParameter
String credentialsId,
@QueryParameter
String authtype,
@AncestorInPath
hudson.model.Item project)
Copyright © 2016–2020. All rights reserved.