@Symbol(value="featureManagementConfig") @Extension public static class FeatureManagementConfigurationBuilder.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckCredentialsId(String credentialsId,
Item item) |
ListBoxModel |
doFillApplicationIdAndNameItems(String credentialsId,
Item item) |
ListBoxModel |
doFillCredentialsIdItems(Item item,
String credentialsId) |
ListBoxModel |
doFillEnvironmentIdAndNameItems(String credentialsId,
String applicationIdAndName,
Item item) |
String |
getDisplayName() |
boolean |
isApplicable(Class<? extends AbstractProject> jobType) |
filter
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
@NonNull public String getDisplayName()
getDisplayName
in class Descriptor<Builder>
public boolean isApplicable(Class<? extends AbstractProject> jobType)
isApplicable
in class BuildStepDescriptor<Builder>
@POST public ListBoxModel doFillCredentialsIdItems(@AncestorInPath Item item, @QueryParameter String credentialsId)
@POST public FormValidation doCheckCredentialsId(@QueryParameter String credentialsId, @AncestorInPath Item item)
@POST public ListBoxModel doFillApplicationIdAndNameItems(@QueryParameter String credentialsId, @AncestorInPath Item item) throws IOException
IOException
@POST public ListBoxModel doFillEnvironmentIdAndNameItems(@QueryParameter String credentialsId, @QueryParameter String applicationIdAndName, @AncestorInPath Item item) throws IOException
IOException
Copyright © 2016–2023. All rights reserved.