1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Merge pull request #252 from marcusholl/pr/ConfigHelperMoreTypeSave

Be more typed inside ConfigurationHelper
This commit is contained in:
Marcus Holl 2018-08-15 10:56:31 +02:00 committed by GitHub
commit e49633a7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
package com.sap.piper
class ConfigurationHelper implements Serializable {
static def loadStepDefaults(Script step){
static ConfigurationHelper loadStepDefaults(Script step){
return new ConfigurationHelper(step)
.initDefaults(step)
.loadDefaults()