Class RepoSCM
- java.lang.Object
-
- net.uaznia.lukanus.hudson.plugins.gitparameter.scms.RepoSCM
-
- All Implemented Interfaces:
SCMWrapper
public class RepoSCM extends Object implements SCMWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static String
REPO_SCM_CLASS_NAME
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
getRepoMainfestsDir()
List<SCM>
getSCMs()
static boolean
isRepoSCM(String repositoryName)
-
-
-
Field Detail
-
REPO_SCM_CLASS_NAME
public static final String REPO_SCM_CLASS_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RepoSCM
public RepoSCM(SCM scm)
-
-