Skip to content

Commit

Permalink
[FIXED JENKINS-27880] Expose value field for NodeLabelParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Stephens committed Apr 10, 2015
1 parent f4c8c4e commit 9c137b8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -181,6 +181,7 @@ public String toString() {
/**
* @return the label
*/
@Exported(name = "value")
public String getLabel() {
return label;
}
Expand Down

0 comments on commit 9c137b8

Please sign in to comment.