1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy/com/sap/piper
Marcus Holl 55a952522b ConfigurationHelper: replace all occurences of GString by java.lang.String
GStrings might be handed over e.g. via signature to steps.

GStrings in configuration makes it harder to deal with configurations.
E.g.
   ```if(param == 'a' || param == 'b')``` returns true if a is a GString representing 'a'
but
   ```if(param in ['a', 'b'])``` returns false.

It would be possible not to use the ```in``` notation in our code. But this
increases readability.

GString are not significant and can be replaced by the corresponding java.lang.String
representation without loss of information. Hence it is justified IMO to ensure
there are no GStrings contained in the configuration map.
2018-09-10 10:10:19 +02:00
..
cm cmclient call needs to quote the file path 2018-08-28 15:29:08 +02:00
k8s Enable support for executing on K8S as a step (#231) 2018-08-21 15:45:59 +02:00
mta fix test issue on Windows 2018-06-27 14:38:57 +02:00
tools drop NEO version verification - remove neo version check 2018-07-18 09:46:11 +02:00
versioning Merge remote-tracking branch 'github/master' into work 2018-09-04 10:42:36 +02:00
ConfigurationHelperTest.groovy ConfigurationHelper: replace all occurences of GString by java.lang.String 2018-09-10 10:10:19 +02:00
ConfigurationLoaderTest.groovy Add configuration support for postActions (#135) 2018-05-07 10:50:21 +02:00
ConfigurationMergerTest.groovy use new config handler in steps (#253) 2018-08-15 11:53:28 +02:00
EnvironmentUtilsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
FileUtilsTest.groovy speed up tests 2018-06-06 11:19:19 +02:00
GitUtilsTest.groovy GitUtils: Extract lines matching a pattern from a set of commits 2018-06-11 09:53:26 +02:00
MapUtilsTest.groovy MapUtils: Provide method for traversing of nested maps. 2018-09-06 12:17:55 +02:00
MtaUtilsTest.groovy Remove read yaml rule from common rules 2018-08-31 10:22:46 +02:00
UtilsTest.groovy notify about deactivated SWA reporting (#261) 2018-08-29 10:01:16 +02:00
VersionTest.groovy add missing package 2018-02-14 11:32:52 +01:00
VersionUtilsTest.groovy drop NEO version verification - introduce getVersion 2018-07-17 20:56:31 +02:00