Christopher Fenner
6007f54074
use new config handler in steps ( #253 )
...
* use new config handler
* use new config handler
* add reporting
* Update checksPublishResults.groovy
* remove unused ConfigurationMerger methods
* fix typo
* revert changes on script loading
* remove outdated test case
* Add missing import
2018-08-15 11:53:28 +02:00
Alejandra Ferreiro Vidal
36788e2b45
remove null value from merge
2018-03-08 17:16:20 +01:00
Marcus Holl
efafd9a44a
[refactoring] resolve data inside merge ( #101 )
2018-02-28 11:42:19 +01:00
Marcus Holl
5fe76eb9dc
Replace usage of lists for denoting keys by sets.
...
The characteristics of a list are
o the order of the entries is significant
o duplicates are allowed
The characteristics of a set are
o the order is not significant
o duplicates are not allowed.
When describing keys for a step the characteristics of a
set applies here, whereas the characteristics of a list does
not apply.
2018-02-19 12:53:08 +01:00
Christopher Fenner
78321e35f1
defile static tool list
2018-02-16 10:08:48 +01:00
Christopher Fenner
d97769b56c
cleanup
2018-02-08 10:53:48 +01:00
Christopher Fenner
a4b8d3828c
rename method
2018-02-08 10:52:10 +01:00
Christopher Fenner
c48d0a7416
simplify parameter preparation
2018-02-08 10:51:39 +01:00
Christopher Fenner
c6300f4570
correct handling of parameter maps
2018-02-08 10:50:11 +01:00
Christopher Fenner
4abbff8b70
remove null options for parsers
2018-02-08 10:43:24 +01:00
Christopher Fenner
8adf79bfe1
use MapUtils
2018-02-08 10:28:42 +01:00
Christopher Fenner
f278bbbd14
use empty defaults
2018-02-08 10:28:42 +01:00
Christopher Fenner
54d5196f1a
use flat list for parameter filtering
2018-02-08 10:28:42 +01:00
Christopher Fenner
87de7417ca
add further tests
2018-02-05 13:48:39 +01:00
Christopher Fenner
64046b6de2
rename step to checksPublishResults
2018-02-02 14:50:26 +01:00