Uses of Class
org.whitesource.scm.ScmType
-
Packages that use ScmType Package Description org.whitesource.scm -
-
Uses of ScmType in org.whitesource.scm
Methods in org.whitesource.scm that return ScmType Modifier and Type Method Description ScmTypeGitConnector. getType()ScmTypeMercurialConnector. getType()abstract ScmTypeScmConnector. getType()ScmTypeSvnConnector. getType()static ScmTypeScmType. getValue(java.lang.String value)static ScmTypeScmType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScmType[]ScmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-