クラス
jp.ikedam.jenkins.plugins.extensible_choice_parameter.ExtensibleChoiceParameterDefinition の使用

ExtensibleChoiceParameterDefinition を使用しているパッケージ
jp.ikedam.jenkins.plugins.extensible_choice_parameter   
 

jp.ikedam.jenkins.plugins.extensible_choice_parameter での ExtensibleChoiceParameterDefinition の使用
 

ExtensibleChoiceParameterDefinition を返す 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.
 

ExtensibleChoiceParameterDefinition 型のパラメータを持つ jp.ikedam.jenkins.plugins.extensible_choice_parameter のメソッド
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-2015. All Rights Reserved.