Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #198 from hogarthj/JENKINS-46882
JENKINS-46882 allow new Exceptions to be thrown
  • Loading branch information
abayer committed Apr 17, 2018
2 parents 9d642ae + b458413 commit d0ef83d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -53,6 +53,7 @@ method java.lang.Comparable compareTo java.lang.Object
new java.lang.Enum java.lang.String int
method java.lang.Enum name
method java.lang.Enum ordinal
new java.lang.Exception java.lang.String
staticField java.lang.Integer MAX_VALUE
# could add valueOf, though currently the staticField’s need to be whitelisted, which is the more likely use case
staticMethod java.lang.Integer parseInt java.lang.String
Expand Down

0 comments on commit d0ef83d

Please sign in to comment.