Uses of Class
hudson.model.Descriptor.FormException
Packages that use Descriptor.FormException
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Boolean expression over labels.
Jenkins's interface with source code management systems.
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Code related to agents.
Built-in
Triggers that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of Descriptor.FormException in hudson
Methods in hudson that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidPlugin.configure(net.sf.json.JSONObject formData) Deprecated.voidPlugin.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Handles the submission for the system configuration.voidPlugin.configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Deprecated.booleanProxyConfigurationManager.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) DescriptorExtensionList.newInstanceFromRadioList(net.sf.json.JSONObject config) Creates a new instance of aDescribablefrom the structured form submission data posted by a radio button group.DescriptorExtensionList.newInstanceFromRadioList(net.sf.json.JSONObject parent, String name) Creates a new instance of aDescribablefrom the structured form submission data posted by a radio list. -
Uses of Descriptor.FormException in hudson.model
Methods in hudson.model that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionprotected final <T extends Describable<T>>
List<T> AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest2 req, List<? extends Descriptor<T>> descriptors) protected final <T extends Describable<T>>
List<T> AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest req, List<? extends Descriptor<T>> descriptors, String prefix) Deprecated.As of 1.261.booleanDescriptor.configure(org.kohsuke.stapler.StaplerRequest req) Deprecated.As of 1.239, useDescriptor.configure(StaplerRequest2, JSONObject).booleanDescriptor.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) Invoked when the global configuration page is submitted.booleanDescriptor.configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) Deprecated.booleanUsageStatistics.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) static ViewView.create(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, ViewGroup owner) static ViewView.create(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, ViewGroup owner) Deprecated.voidAbstractProject.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) voidComputer.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts the update to the node configuration.org.kohsuke.stapler.HttpResponseComputerSet.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req) Accepts submission from the configuration page.voidJob.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts submission from the configuration page.org.kohsuke.stapler.HttpResponseRun.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req) final voidView.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts submission from the configuration page.voidMyViewsProperty.doCreateView(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) voidComputerSet.doDoCreateItem(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, String name, String type) Really creates a new agent.ChoiceParameterDefinition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest req) Deprecated.ImplementDescriptor.newInstance(StaplerRequest, JSONObject)method instead.Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Creates a configured instance from the submitted form.Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Deprecated.JobProperty<?> JobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) JobProperty<?> JobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) Deprecated.ParametersDefinitionProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) RunParameterDefinition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) TopLevelItemDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req) Deprecated.since 2007-01-19.static <T extends Describable<T>>
List<T> Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest2 req, Object formData, Collection<? extends Descriptor<T>> descriptors) static <T extends Describable<T>>
List<T> Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData, String key, Collection<? extends Descriptor<T>> descriptors) Used to buildDescribableinstance list from<f:hetero-list>tag.static <T extends Describable<T>>
List<T> Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req, Object formData, Collection<? extends Descriptor<T>> descriptors) static <T extends Describable<T>>
List<T> Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, String key, Collection<? extends Descriptor<T>> descriptors) JobProperty<?> JobProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) JobProperty<?> JobProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.MyViewsProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Node.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Node.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.default TReconfigurableDescribable.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) When a parent/owner object of a Describable gets a config form submission and instances are recreated, this method is invoked on the existing instance (meaning the 'this' reference points to the existing instance) to create a new instance to be added to the parent/owner object.default TReconfigurableDescribable.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) UserProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) UserProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.ViewProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) ViewProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.voidRenames this view.protected voidAbstractProject.submit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) protected voidAbstractProject.submit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.protected voidAllView.submit(org.kohsuke.stapler.StaplerRequest req) Deprecated.protected voidAllView.submit(org.kohsuke.stapler.StaplerRequest2 req) protected voidJob.submit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Derived class can override this to perform additional config submission work.protected voidJob.submit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.protected voidListView.submit(org.kohsuke.stapler.StaplerRequest req) Deprecated.protected voidListView.submit(org.kohsuke.stapler.StaplerRequest2 req) Handles the configuration submission.protected voidMyView.submit(org.kohsuke.stapler.StaplerRequest req) Deprecated.protected voidMyView.submit(org.kohsuke.stapler.StaplerRequest2 req) protected voidProject.submit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) protected voidProject.submit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.protected voidProxyView.submit(org.kohsuke.stapler.StaplerRequest req) Deprecated.protected voidProxyView.submit(org.kohsuke.stapler.StaplerRequest2 req) protected voidView.submit(org.kohsuke.stapler.StaplerRequest req) Deprecated.protected voidView.submit(org.kohsuke.stapler.StaplerRequest2 req) Handles the configuration submission.protected voidViewJob.submit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) protected voidViewJob.submit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) Deprecated.Constructors in hudson.model that throw Descriptor.FormExceptionModifierConstructorDescriptionprotectedSlave(String name, String remoteFS, ComputerLauncher launcher) protectedSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy) Deprecated.since 2009-02-20.protectedSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.as of 2.2 UseSlave(String, String, ComputerLauncher)and set the rest through setters.protectedSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184 -
Uses of Descriptor.FormException in hudson.model.labels
Methods in hudson.model.labels that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidLabelAtom.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts the update to the node configuration. -
Uses of Descriptor.FormException in hudson.model.userproperty
Methods in hudson.model.userproperty that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidUserPropertyCategoryAccountAction.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) voidUserPropertyCategoryAction.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) -
Uses of Descriptor.FormException in hudson.scm
Methods in hudson.scm that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionstatic <T extends RepositoryBrowser>
TRepositoryBrowsers.createInstance(Class<T> type, org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject parent, String fieldName) Creates an instance ofRepositoryBrowserfrom a form submission.static <T extends RepositoryBrowser>
TRepositoryBrowsers.createInstance(Class<T> type, org.kohsuke.stapler.StaplerRequest req, String fieldName) Deprecated.since 2008-06-19.static <T extends RepositoryBrowser>
TRepositoryBrowsers.createInstance(Class<T> type, org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject parent, String fieldName) static SCMSCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req) Deprecated.as of 1.294 UseSCMS.parseSCM(StaplerRequest2, AbstractProject)and pass in the caller's project type.static SCMSCMS.parseSCM(org.kohsuke.stapler.StaplerRequest2 req, AbstractProject target) ParsesSCMconfiguration from the submitted form.static SCMSCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req, AbstractProject target) Deprecated. -
Uses of Descriptor.FormException in hudson.search
Methods in hudson.search that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionUserSearchProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in hudson.security
Methods in hudson.security that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanGlobalSecurityConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) voidGlobalSecurityConfiguration.doConfigure(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) AuthorizationStrategy.Unsecured.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) HudsonPrivateSecurityRealm.Details.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in hudson.security.csrf
Methods in hudson.security.csrf that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanGlobalCrumbIssuerConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) DefaultCrumbIssuer.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in hudson.slaves
Methods in hudson.slaves that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponseCloud.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts the update to the node configuration.Cloud.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Cloud.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.NodeProperty<?> NodeProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) NodeProperty<?> NodeProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Constructors in hudson.slaves that throw Descriptor.FormExceptionModifierConstructorDescriptionprotectedAbstractCloudSlave(String name, String remoteFS, ComputerLauncher launcher) protectedAbstractCloudSlave(String name, String nodeDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184protectedAbstractCloudSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.since 2.184DumbSlave(String name, String remoteFS, ComputerLauncher launcher) DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy) Deprecated.as of 1.286.DumbSlave(String name, String nodeDescription, String remoteFS, String numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy retentionStrategy, List<? extends NodeProperty<?>> nodeProperties) Deprecated.as of 2.2. -
Uses of Descriptor.FormException in hudson.tasks
Methods in hudson.tasks that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanShell.DescriptorImpl.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject data) ArtifactArchiver.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) BuildTrigger.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Maven.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in hudson.tools
Methods in hudson.tools that throw Descriptor.FormException -
Uses of Descriptor.FormException in hudson.triggers
Methods in hudson.triggers that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanSCMTrigger.DescriptorImpl.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) -
Uses of Descriptor.FormException in hudson.util
Methods in hudson.util that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionDescriptorList.newInstanceFromRadioList(net.sf.json.JSONObject config) Creates a new instance of aDescribablefrom the structured form submission data posted by a radio button group.DescriptorList.newInstanceFromRadioList(net.sf.json.JSONObject parent, String name) Creates a new instance of aDescribablefrom the structured form submission data posted by a radio button group.voidDescribableList.rebuild(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) Rebuilds the list by creating a fresh instances from the submitted form.voidDescribableList.rebuild(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) Deprecated.voidDescribableList.rebuild(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors, String prefix) Deprecated.as of 1.271 UseDescribableList.rebuild(StaplerRequest2, JSONObject, List)instead.voidDescribableList.rebuildHetero(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key) Rebuilds the list by creating a fresh instances from the submitted form.voidDescribableList.rebuildHetero(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key) -
Uses of Descriptor.FormException in hudson.views
Methods in hudson.views that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanGlobalDefaultViewConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanMyViewsTabBar.GlobalConfigurationImpl.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanViewsTabBar.GlobalConfigurationImpl.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) -
Uses of Descriptor.FormException in jenkins.agents
Methods in jenkins.agents that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidCloudSet.doCreate(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, String name, String mode, String from) First check point in creating a new cloud.voidCloudSet.doDoCreate(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, String cloudDescriptorName) Really creates a new agent. -
Uses of Descriptor.FormException in jenkins.appearance
Methods in jenkins.appearance that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidAppearanceGlobalConfiguration.doConfigure(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) -
Uses of Descriptor.FormException in jenkins.console
Methods in jenkins.console that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanConsoleUrlProviderGlobalConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) -
Uses of Descriptor.FormException in jenkins.management
Methods in jenkins.management that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanAdministrativeMonitorsConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) -
Uses of Descriptor.FormException in jenkins.model
Methods in jenkins.model that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanArtifactManagerConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalBuildDiscarderConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalComputerRetentionCheckIntervalConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) By default, callsStaplerRequest2.bindJSON(Object, JSONObject), appropriate when your implementation has getters and setters for all fields.booleanGlobalConfiguration.configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) Deprecated.booleanGlobalNodePropertiesConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalPluginConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalProjectNamingStrategyConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalQuietPeriodConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanGlobalSCMRetryCountConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanMasterBuildConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) voidJenkins.doConfigExecutorsSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts submission from the node configuration page.voidJenkins.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) Accepts submission from the configuration page.voidJenkins.MasterComputer.doConfigSubmit(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) voidJenkins.doCreateView(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) JobProperty<?> OptionalJobProperty.OptionalJobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) JobProperty<?> OptionalJobProperty.OptionalJobPropertyDescriptor.newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in jenkins.model.experimentalflags
Methods in jenkins.model.experimentalflags that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionUserExperimentalFlagsProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of Descriptor.FormException in jenkins.mvn
Methods in jenkins.mvn that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionstatic GlobalSettingsProviderGlobalSettingsProvider.parseSettingsProvider(org.kohsuke.stapler.StaplerRequest req) Deprecated.static GlobalSettingsProviderGlobalSettingsProvider.parseSettingsProvider(org.kohsuke.stapler.StaplerRequest2 req) static SettingsProviderSettingsProvider.parseSettingsProvider(org.kohsuke.stapler.StaplerRequest req) Deprecated.static SettingsProviderSettingsProvider.parseSettingsProvider(org.kohsuke.stapler.StaplerRequest2 req) -
Uses of Descriptor.FormException in jenkins.security
Methods in jenkins.security that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanQueueItemAuthenticatorConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) booleanUpdateSiteWarningsConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) ApiTokenProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Allow user to rename tokensLastGrantedAuthoritiesProperty.reconfigure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Stick to the same object since there's no UI for this. -
Uses of Descriptor.FormException in jenkins.tasks.filters
Methods in jenkins.tasks.filters that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionbooleanEnvVarsFilterGlobalConfiguration.configure(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json) -
Uses of Descriptor.FormException in jenkins.tools
Methods in jenkins.tools that throw Descriptor.FormExceptionModifier and TypeMethodDescriptionvoidGlobalToolConfiguration.doConfigure(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp)
Plugin.configure(StaplerRequest2,JSONObject)instead