commit | 1981abb14106fb1bdadf79cdef7bfa793df9889c | [log] [tgz] |
---|---|---|
author | Kirill Mashchenko <kmashchenko@mirantis.com> | Thu Jun 28 02:58:19 2018 +0300 |
committer | Kirill Mashchenko <kmashchenko@mirantis.com> | Thu Jun 28 02:59:47 2018 +0300 |
tree | 00a86de2a9bd8295228a01f5ba112effee6dd744 | |
parent | f2479a4013f6ded7b56e057c6186e15b418e8c9a [diff] |
Add method java.util.Collection toArray to jenkins approved scripts Change-Id: Iac856dcb8d5372d6c3723aad5c02ee494e7b73aa
diff --git a/jenkins/client/approved_scripts.yml b/jenkins/client/approved_scripts.yml index dbc74d6..65db576 100644 --- a/jenkins/client/approved_scripts.yml +++ b/jenkins/client/approved_scripts.yml
@@ -156,3 +156,4 @@ - method hudson.model.ParametersDefinitionProperty getParameterDefinitions - method hudson.model.ParameterDefinition getName - method hudson.model.StringParameterDefinition getDefaultValue + - method java.util.Collection toArray