File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/main/resources/org/jenkinsci/plugins/scriptsecurity/sandbox/whitelists Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1117,9 +1117,10 @@ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods replaceFirst java.l
11171117staticMethod org.codehaus.groovy.runtime.StringGroovyMethods reverse java.lang.String
11181118staticMethod org.codehaus.groovy.runtime.StringGroovyMethods takeWhile groovy.lang.GString groovy.lang.Closure
11191119staticMethod org.codehaus.groovy.runtime.StringGroovyMethods takeWhile java.lang.CharSequence groovy.lang.Closure
1120- staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toBoolean java.lang.Boolean
1121- staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toDouble java.lang.Double
1122- staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.Integer
1120+ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toBoolean java.lang.String
1121+ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toDouble java.lang.String
1122+ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.CharSequence
1123+ staticMethod org.codehaus.groovy.runtime.StringGroovyMethods toInteger java.lang.String
11231124staticMethod org.codehaus.groovy.runtime.StringGroovyMethods tr java.lang.CharSequence java.lang.CharSequence java.lang.CharSequence
11241125staticMethod org.codehaus.groovy.runtime.StringGroovyMethods unexpand java.lang.CharSequence
11251126staticMethod org.codehaus.groovy.runtime.StringGroovyMethods unexpand java.lang.CharSequence int
You can’t perform that action at this time.
0 commit comments