1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

Enum for the backend types

This commit is contained in:
Marcus Holl 2018-09-18 14:48:06 +02:00
parent 657ccf7d91
commit 82a9a8e824

View File

@ -9,6 +9,7 @@ import hudson.AbortException
public class ChangeManagement implements Serializable {
public enum BackendType {SOLMAN, CTS, NONE}
private script
private GitUtils gitUtils