|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

After some research It seems that le method get(String,String) was added in
The following commit https://github.com/jenkinsci/jenkins/commit/3776891794b12c99deb660e6c91ee8013dfc8984
<pre><code>
@since 1.485
/**
**/
public String get(String key, String defaultValue) {
</code></pre>
So upgrade your jenkins version to at least 1.485
Regards