@Extension
public static final class LockStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteResource(String value) |
static hudson.util.FormValidation |
doCheckLabel(String value,
String resource) |
static hudson.util.FormValidation |
doCheckResource(String value,
String label) |
String |
getDisplayName() |
String |
getFunctionName() |
Set<Class<?>> |
getRequiredContext() |
boolean |
takesImplicitBlockArgument() |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, 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 boolean takesImplicitBlockArgument()
takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic hudson.model.AutoCompletionCandidates doAutoCompleteResource(@QueryParameter
String value)
public static hudson.util.FormValidation doCheckLabel(@QueryParameter
String value,
@QueryParameter
String resource)
public static hudson.util.FormValidation doCheckResource(@QueryParameter
String value,
@QueryParameter
String label)
Copyright © 2013–2020. All rights reserved.