mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-08 04:21:26 +02:00
Enum for the backend types
This commit is contained in:
parent
657ccf7d91
commit
82a9a8e824
@ -9,6 +9,7 @@ import hudson.AbortException
|
|||||||
|
|
||||||
public class ChangeManagement implements Serializable {
|
public class ChangeManagement implements Serializable {
|
||||||
|
|
||||||
|
public enum BackendType {SOLMAN, CTS, NONE}
|
||||||
private script
|
private script
|
||||||
private GitUtils gitUtils
|
private GitUtils gitUtils
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user