@Extension public static class DeploymentStepImpl.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 |
---|---|
FormValidation |
doCheckEnvironmentKey(Item context,
String environmentKey) |
FormValidation |
doCheckEnvironmentName(Item context,
String environmentName) |
FormValidation |
doCheckEnvironmentType(Item context,
String environmentType) |
FormValidation |
doCheckEnvironmentUrl(Item context,
String environmentUrl) |
ListBoxModel |
doFillEnvironmentTypeItems(Item context) |
BitbucketDeploymentFactory |
getBitbucketDeploymentFactory() |
DeploymentPoster |
getDeploymentPoster() |
String |
getDisplayName() |
String |
getFunctionName() |
Set<? extends Class<?>> |
getRequiredContext() |
boolean |
takesImplicitBlockArgument() |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
@POST public FormValidation doCheckEnvironmentKey(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentKey)
@POST public FormValidation doCheckEnvironmentName(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentName)
@POST public FormValidation doCheckEnvironmentType(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentType)
@POST public ListBoxModel doFillEnvironmentTypeItems(@AncestorInPath @CheckForNull Item context)
@POST public FormValidation doCheckEnvironmentUrl(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentUrl)
public BitbucketDeploymentFactory getBitbucketDeploymentFactory()
public DeploymentPoster getDeploymentPoster()
public String getDisplayName()
getDisplayName
in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
public Set<? extends Class<?>> getRequiredContext()
getRequiredContext
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public String getFunctionName()
getFunctionName
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public boolean takesImplicitBlockArgument()
takesImplicitBlockArgument
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
Copyright © 2016–2022. All rights reserved.