Uses of Class
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition
Packages that use ExtensibleChoiceParameterDefinition
-
Uses of ExtensibleChoiceParameterDefinition in jp.ikedam.jenkins.plugins.extensible_choice_parameter
Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter that return ExtensibleChoiceParameterDefinitionModifier and TypeMethodDescriptionExtensibleChoiceParameterDefinition.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) Create a new instance ofSystemGroovyChoiceListProvider
from user inputs.Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type ExtensibleChoiceParameterDefinitionModifier and TypeMethodDescriptionprotected abstract void
AddEditedChoiceListProvider.addEditedValue
(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) Called to add a edited value to the choice list.protected void
GlobalTextareaChoiceListProvider.addEditedValue
(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) Called to add a edited value to the choice list.protected void
TextareaChoiceListProvider.addEditedValue
(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) void
AddEditedChoiceListProvider.onBuildCompletedWithValue
(AbstractBuild<?, ?> build, ExtensibleChoiceParameterDefinition def, String value) Called when a build is completed Call addEditedValue() if neededvoid
ChoiceListProvider.onBuildCompletedWithValue
(AbstractBuild<?, ?> build, ExtensibleChoiceParameterDefinition def, String value) Called when a build is completed Implementations can override this method, and do custom behavior.void
AddEditedChoiceListProvider.onBuildTriggeredWithValue
(AbstractProject<?, ?> job, ExtensibleChoiceParameterDefinition def, String value) Called when a build is triggered Call addEditedValue() if neededvoid
ChoiceListProvider.onBuildTriggeredWithValue
(AbstractProject<?, ?> job, ExtensibleChoiceParameterDefinition def, String value) Called when a build is triggered Implementations can override this method, and do custom behavior.