@Extension public static class ParallelStep.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
defineArguments(org.jenkinsci.plugins.workflow.steps.Step step) |
String |
getDisplayName() |
String |
getFunctionName() |
Set<Class<?>> |
getRequiredContext() |
org.jenkinsci.plugins.workflow.steps.Step |
newInstance(Map<String,Object> arguments) |
boolean |
takesImplicitBlockArgument()
Block arguments would have to be wrapped into a list and passed as such.
|
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, uninstantiate
addHelpFileRedirect, 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, toMap
public String getFunctionName()
getFunctionName
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public org.jenkinsci.plugins.workflow.steps.Step newInstance(Map<String,Object> arguments)
newInstance
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public Map<String,Object> defineArguments(org.jenkinsci.plugins.workflow.steps.Step step) throws UnsupportedOperationException
defineArguments
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
UnsupportedOperationException
public Set<Class<?>> getRequiredContext()
getRequiredContext
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public boolean takesImplicitBlockArgument()
parallel { foo(); }
takesImplicitBlockArgument
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public String getDisplayName()
getDisplayName
in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
Copyright © 2016–2020. All rights reserved.