Skip to content

Commit

Permalink
Merge branch 'misc-whitelists' into JENKINS-28586
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 28, 2015
2 parents 15509b5 + 383c747 commit 4766322
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -6,6 +6,7 @@ method java.io.PrintWriter print java.lang.String
method java.lang.CharSequence length
method java.lang.Comparable compareTo java.lang.Object
method java.lang.Object equals java.lang.Object
method java.lang.Object toString
method java.util.Collection add java.lang.Object
method java.util.Collection size
method java.util.Map put java.lang.Object java.lang.Object
Expand All @@ -15,14 +16,19 @@ method java.lang.String contains java.lang.CharSequence
method java.lang.String endsWith java.lang.String
method java.lang.String indexOf java.lang.String
method java.lang.String toLowerCase
method java.lang.String trim
method java.lang.String matches java.lang.String
method java.lang.String split java.lang.String
method java.lang.String startsWith java.lang.String
method java.lang.String replace java.lang.CharSequence java.lang.CharSequence
method java.util.Collection contains java.lang.Object
method java.util.concurrent.Callable call

# Groovy:
method groovy.lang.Script getBinding
method groovy.lang.Closure call java.lang.Object
staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareEqual java.lang.Object java.lang.Object
staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareNotEqual java.lang.Object java.lang.Object
staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter findRegex java.lang.Object java.lang.Object
staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter matchRegex java.lang.Object java.lang.Object
staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods disjoint java.util.Collection java.util.Collection
Expand Down

0 comments on commit 4766322

Please sign in to comment.