Class MultiSCM
- java.lang.Object
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.scms.MultiSCM
-
- All Implemented Interfaces:
SCMWrapper
public class MultiSCM extends Object implements SCMWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static String
MULTI_SCM_CLASS_NAME
-
-
-
Field Detail
-
MULTI_SCM_CLASS_NAME
public static final String MULTI_SCM_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MultiSCM
public MultiSCM(SCM scm)
-
-
Method Detail
-
getSCMs
public List<SCM> getSCMs()
- Specified by:
getSCMs
in interfaceSCMWrapper
-
-