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:
parent
657ccf7d91
commit
82a9a8e824
@ -9,6 +9,7 @@ import hudson.AbortException
|
||||
|
||||
public class ChangeManagement implements Serializable {
|
||||
|
||||
public enum BackendType {SOLMAN, CTS, NONE}
|
||||
private script
|
||||
private GitUtils gitUtils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user