| パッケージ | 説明 |
|---|---|
| jp.ikedam.jenkins.plugins.extensible_choice_parameter |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ExtensibleChoiceParameterDefinition |
ExtensibleChoiceParameterDefinition.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Create a new instance of
SystemGroovyChoiceListProvider from user inputs. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
TextareaChoiceListProvider.addEditedValue(hudson.model.AbstractProject<?,?> project,
ExtensibleChoiceParameterDefinition def,
String value) |
protected void |
GlobalTextareaChoiceListProvider.addEditedValue(hudson.model.AbstractProject<?,?> project,
ExtensibleChoiceParameterDefinition def,
String value)
Called to add a edited value to the choice list.
|
protected abstract void |
AddEditedChoiceListProvider.addEditedValue(hudson.model.AbstractProject<?,?> project,
ExtensibleChoiceParameterDefinition def,
String value)
Called to add a edited value to the choice list.
|
void |
ChoiceListProvider.onBuildCompletedWithValue(hudson.model.AbstractBuild<?,?> build,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is completed
Implementations can override this method, and do custom behavior.
|
void |
AddEditedChoiceListProvider.onBuildCompletedWithValue(hudson.model.AbstractBuild<?,?> build,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is completed
Call addEditedValue() if needed
|
void |
ChoiceListProvider.onBuildTriggeredWithValue(hudson.model.AbstractProject<?,?> job,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is triggered
Implementations can override this method, and do custom behavior.
|
void |
AddEditedChoiceListProvider.onBuildTriggeredWithValue(hudson.model.AbstractProject<?,?> job,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is triggered
Call addEditedValue() if needed
|
Copyright © 2004-2013. All Rights Reserved.