Package jetbrains.buildServer.vcs
Class MavenVcsUrl
- java.lang.Object
-
- jetbrains.buildServer.vcs.VcsUrl
-
- jetbrains.buildServer.vcs.MavenVcsUrl
-
public class MavenVcsUrl extends VcsUrl
- Author:
- Sergey.Anchipolevsky Date: 28.07.2009
-
-
Field Summary
Fields Modifier and Type Field Description static String
MISSING_VCS_PROVIDER_NAME_ERROR_MSG
static String
SCM_DELIM
-
Fields inherited from class jetbrains.buildServer.vcs.VcsUrl
myCredentials, myUrl
-
-
Constructor Summary
Constructors Constructor Description MavenVcsUrl(String url)
MavenVcsUrl(String url, Credentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLastPathElement()
MavenVcsUrl
getParent()
String
getProviderSchema()
String
getProviderSpecificPart()
int
hashCode()
-
Methods inherited from class jetbrains.buildServer.vcs.VcsUrl
asMavenVcsUrl, getCredentials, getProtocol, getUrl, toString
-
-
-
-
Field Detail
-
SCM_DELIM
public static final String SCM_DELIM
- See Also:
- Constant Field Values
-
MISSING_VCS_PROVIDER_NAME_ERROR_MSG
public static final String MISSING_VCS_PROVIDER_NAME_ERROR_MSG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MavenVcsUrl
public MavenVcsUrl(@NotNull String url, @Nullable Credentials credentials) throws MalformedURLException
- Throws:
MalformedURLException
-
MavenVcsUrl
public MavenVcsUrl(@NotNull String url) throws MalformedURLException
- Throws:
MalformedURLException
-
-
Method Detail
-
getProviderSchema
@NotNull public String getProviderSchema()
-
getProviderSpecificPart
@NotNull public String getProviderSpecificPart()
-
getParent
@Nullable public MavenVcsUrl getParent()
-
getLastPathElement
@Nullable public String getLastPathElement()
-
-