Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-40849] Add Result.* fields to whitelist
  • Loading branch information
abayer committed Jan 5, 2017
1 parent 003f2bc commit 6b7bc44
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -4,6 +4,11 @@ method hudson.model.AbstractBuild getEnvironments
staticMethod hudson.model.Environment create hudson.EnvVars
method hudson.model.Item getParent
method hudson.model.ModelObject getDisplayName
staticField hudson.model.Result ABORTED
staticField hudson.model.Result FAILURE
staticField hudson.model.Result NOT_BUILT
staticField hudson.model.Result SUCCESS
staticField hudson.model.Result UNSTABLE
method hudson.model.Run getFullDisplayName
method hudson.model.User getFullName
method hudson.model.User getId
Expand Down

0 comments on commit 6b7bc44

Please sign in to comment.