@Extension(optional=true)
public static final class ECSTaskTemplateStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doCheckMemory(int memory,
int memoryReservation) |
hudson.util.FormValidation |
doCheckMemoryReservation(int memory,
int memoryReservation) |
hudson.util.FormValidation |
doCheckSubnetsLaunchType(String subnets,
String launchType) |
hudson.util.FormValidation |
doCheckSubnetsNetworkMode(String subnets,
String networkMode) |
hudson.util.ListBoxModel |
doFillLaunchTypeItems() |
hudson.util.ListBoxModel |
doFillNetworkModeItems() |
hudson.util.ListBoxModel |
doFillProtocolItems() |
String |
getDisplayName() |
String |
getFunctionName() |
Set<? extends Class<?>> |
getRequiredContext() |
boolean |
isAdvanced() |
boolean |
takesImplicitBlockArgument() |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, 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 boolean isAdvanced()
isAdvanced in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic Set<? extends Class<?>> getRequiredContext()
getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptorpublic hudson.util.ListBoxModel doFillLaunchTypeItems()
public hudson.util.ListBoxModel doFillNetworkModeItems()
public hudson.util.ListBoxModel doFillProtocolItems()
public hudson.util.FormValidation doCheckSubnetsLaunchType(@QueryParameter(value="subnets")
String subnets,
@QueryParameter(value="launchType")
String launchType)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckSubnetsNetworkMode(@QueryParameter(value="subnets")
String subnets,
@QueryParameter(value="networkMode")
String networkMode)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckMemory(@QueryParameter(value="memory")
int memory,
@QueryParameter(value="memoryReservation")
int memoryReservation)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckMemoryReservation(@QueryParameter(value="memory")
int memory,
@QueryParameter(value="memoryReservation")
int memoryReservation)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2016–2020. All rights reserved.