com.atlassian.maven.plugins.sandbox.scm
Class ScmConnectionWrapper
java.lang.Object
com.atlassian.maven.plugins.sandbox.scm.ScmConnectionWrapper
public class ScmConnectionWrapper
- extends Object
SCM_SVN_PREFIX
protected static final String SCM_SVN_PREFIX
- See Also:
- Constant Field Values
SCM_HG_PREFIX
protected static final String SCM_HG_PREFIX
- See Also:
- Constant Field Values
SCM_GIT_PREFIX
protected static final String SCM_GIT_PREFIX
- See Also:
- Constant Field Values
ScmConnectionWrapper
public ScmConnectionWrapper(String connection)
throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
isSvnConnection
public static boolean isSvnConnection(String url)
isMercurialConnection
public static boolean isMercurialConnection(String url)
isGitConnection
public static boolean isGitConnection(String url)
getUrl
public String getUrl()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 Atlassian. All rights reserved.