@Extension
public static class LambdaTestRunnerStep.StepDescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultFunctionName |
| Constructor and Description |
|---|
StepDescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doValidateForm(String functionName,
String region,
String s3Bucket,
String repoUri,
String command,
String storeToS3) |
String |
getDisplayName() |
String |
getFunctionName() |
Set<? extends Class<?>> |
getRequiredContext() |
all, allMeta, argumentsToString, 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 static final String defaultFunctionName
public Set<? extends Class<?>> getRequiredContext()
getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic String getFunctionName()
getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor@Nonnull public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>public hudson.util.FormValidation doValidateForm(@QueryParameter(value="functionName")
String functionName,
@QueryParameter(value="region")
String region,
@QueryParameter(value="s3Bucket")
String s3Bucket,
@QueryParameter(value="repoUri")
String repoUri,
@QueryParameter(value="command")
String command,
@QueryParameter(value="storeToS3")
String storeToS3)
Copyright © 2016–2019. All rights reserved.