|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<ChoiceListProvider>
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider
jp.ikedam.jenkins.plugins.extensible_choice_parameter.AddEditedChoiceListProvider
public abstract class AddEditedChoiceListProvider
ChoiceListProvider that can add edited value.
| 入れ子のクラスの概要 | |
|---|---|
static class |
AddEditedChoiceListProvider.WhenToAdd
Used to Specify when to add a edited value |
| インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| コンストラクタの概要 | |
|---|---|
AddEditedChoiceListProvider(boolean addEditedValue,
AddEditedChoiceListProvider.WhenToAdd whenToAdd)
Constructor |
|
| メソッドの概要 | |
|---|---|
protected abstract void |
addEditedValue(hudson.model.AbstractProject<?,?> project,
ExtensibleChoiceParameterDefinition def,
String value)
Called to add a edited value to the choice list. |
AddEditedChoiceListProvider.WhenToAdd |
getWhenToAdd()
Returns when to add a edited value. |
boolean |
isAddEditedValue()
Returns whether to add edited value. |
void |
onBuildCompletedWithValue(hudson.model.AbstractBuild<?,?> build,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is completed Call addEditedValue() if needed |
void |
onBuildTriggeredWithValue(hudson.model.AbstractProject<?,?> job,
ExtensibleChoiceParameterDefinition def,
String value)
Called when a build is triggered Call addEditedValue() if needed |
| クラス jp.ikedam.jenkins.plugins.extensible_choice_parameter.ChoiceListProvider から継承されたメソッド |
|---|
all, getChoiceList, getDefaultChoice |
| クラス hudson.model.AbstractDescribableImpl から継承されたメソッド |
|---|
getDescriptor |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AddEditedChoiceListProvider(boolean addEditedValue,
AddEditedChoiceListProvider.WhenToAdd whenToAdd)
whenToAdd - when to add a edited value.| メソッドの詳細 |
|---|
public AddEditedChoiceListProvider.WhenToAdd getWhenToAdd()
public boolean isAddEditedValue()
public void onBuildCompletedWithValue(hudson.model.AbstractBuild<?,?> build,
ExtensibleChoiceParameterDefinition def,
String value)
ChoiceListProvider 内の onBuildCompletedWithValuebuild - the build with which this choice provider is used.def - the parameter definition the value specifiedvalue - the value specified.ChoiceListProvider.onBuildCompletedWithValue(hudson.model.AbstractBuild, jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition, java.lang.String)
public void onBuildTriggeredWithValue(hudson.model.AbstractProject<?,?> job,
ExtensibleChoiceParameterDefinition def,
String value)
ChoiceListProvider 内の onBuildTriggeredWithValuejob - the job with which this choice provider is used.def - the parameter definition the value specifiedvalue - the value specified.ChoiceListProvider.onBuildTriggeredWithValue(hudson.model.AbstractProject, jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition, java.lang.String)
protected abstract void addEditedValue(hudson.model.AbstractProject<?,?> project,
ExtensibleChoiceParameterDefinition def,
String value)
project - def - value -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||