Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #13 from ikedam/feature/JENKINS-22318_emptyInFileC…
…hoice [JENKINS-22318] an empty choice in the file choice list
- Loading branch information
Showing
with
290 additions
and 11 deletions.
- +76 −9 src/main/java/jp/ikedam/jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProvider.java
- +3 −0 ...ces/jp/ikedam/jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProvider/config.jelly
- +3 −0 .../jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProvider/help-emptyChoiceType.html
- +3 −0 ...nkins/plugins/extensible_choice_parameter/FilenameChoiceListProvider/help-emptyChoiceType_ja.html
- +3 −0 src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/Messages.properties
- +6 −0 src/main/resources/jp/ikedam/jenkins/plugins/extensible_choice_parameter/Messages_ja.properties
- +73 −1 .../jp/ikedam/jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProviderJenkinsTest.java
- +123 −1 ...a/jp/ikedam/jenkins/plugins/extensible_choice_parameter/FilenameChoiceListProviderSimpleTest.java
@@ -0,0 +1,3 @@ | ||
<div> | ||
Adds an empty choice to the specified place. | ||
</div> |
@@ -0,0 +1,3 @@ | ||
<div> | ||
指定の場所に空の選択肢を追加します。 | ||
</div> |
Oops, something went wrong.