public class GoogleGolangOrgVcsRepositoryProvider extends IspBasedVcsRepositoryProviderSupport
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.regex.Pattern |
REF_PATTERN |
| Constructor and Description |
|---|
GoogleGolangOrgVcsRepositoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildUriFor(java.lang.String root,
RawVcsReference rawReference) |
protected VcsType |
detectVcsTypeOf(RawVcsReference rawReference) |
protected java.lang.String |
getName() |
protected java.lang.String |
refFor(java.util.regex.Matcher matcher,
RawVcsReference rawReference) |
protected java.lang.String |
rootFor(java.util.regex.Matcher matcher,
RawVcsReference rawReference) |
couldHandle, dependencyPattern, detectVcsUriOf, fixedVcsTypeFor, idFor, nameMatcherFor, prefix, resolveVcsUriFor, subPathOf, tryProvideFor, vcsFactory, vcsUriPrefixFor, vcsUriUriSuffixForpublic GoogleGolangOrgVcsRepositoryProvider()
@Nonnull protected VcsType detectVcsTypeOf(@Nonnull RawVcsReference rawReference) throws VcsException
detectVcsTypeOf in class IspBasedVcsRepositoryProviderSupportVcsException@Nonnull
protected java.lang.String rootFor(@Nonnull
java.util.regex.Matcher matcher,
@Nonnull
RawVcsReference rawReference)
throws VcsException
rootFor in class IspBasedVcsRepositoryProviderSupportVcsException@Nullable
protected java.lang.String refFor(@Nonnull
java.util.regex.Matcher matcher,
@Nonnull
RawVcsReference rawReference)
throws VcsException
refFor in class IspBasedVcsRepositoryProviderSupportVcsException@Nonnull
protected java.lang.String buildUriFor(@Nonnull
java.lang.String root,
@Nonnull
RawVcsReference rawReference)
throws VcsException
VcsException@Nonnull protected java.lang.String getName()
getName in class IspBasedVcsRepositoryProviderSupport