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 ofSystemGroovyChoiceListProviderfrom user inputs.Methods in jp.ikedam.jenkins.plugins.extensible_choice_parameter with parameters of type ExtensibleChoiceParameterDefinitionModifier and TypeMethodDescriptionprotected abstract voidAddEditedChoiceListProvider.addEditedValue(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) Called to add a edited value to the choice list.protected voidGlobalTextareaChoiceListProvider.addEditedValue(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) Called to add a edited value to the choice list.protected voidTextareaChoiceListProvider.addEditedValue(AbstractProject<?, ?> project, ExtensibleChoiceParameterDefinition def, String value) voidAddEditedChoiceListProvider.onBuildCompletedWithValue(AbstractBuild<?, ?> build, ExtensibleChoiceParameterDefinition def, String value) Called when a build is completed Call addEditedValue() if neededvoidChoiceListProvider.onBuildCompletedWithValue(AbstractBuild<?, ?> build, ExtensibleChoiceParameterDefinition def, String value) Called when a build is completed Implementations can override this method, and do custom behavior.voidAddEditedChoiceListProvider.onBuildTriggeredWithValue(AbstractProject<?, ?> job, ExtensibleChoiceParameterDefinition def, String value) Called when a build is triggered Call addEditedValue() if neededvoidChoiceListProvider.onBuildTriggeredWithValue(AbstractProject<?, ?> job, ExtensibleChoiceParameterDefinition def, String value) Called when a build is triggered Implementations can override this method, and do custom behavior.