Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FIXED JENKINS-22318] Added an empty choice option to FilenameChoiceL…
…istProvider.
- Loading branch information
Showing
with
94 additions
and 9 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
@@ -0,0 +1,3 @@ | ||
<div> | ||
Adds an empty choice to the specified place. | ||
</div> |
@@ -0,0 +1,3 @@ | ||
<div> | ||
指定の場所に空の選択肢を追加します。 | ||
</div> |