Modifier and Type | Method and Description |
---|---|
ScmProvider |
ScmManagerStub.getProviderByRepository(ScmRepository repository) |
ScmProvider |
ScmManager.getProviderByRepository(ScmRepository repository) |
ScmProvider |
AbstractScmManager.getProviderByRepository(ScmRepository repository) |
ScmProvider |
ScmManagerStub.getProviderByType(String providerType)
Returns the default provider registered for this providerType or a specific implementation if the
'maven.scm.provider.providerType.implementation' system property is defined.
|
ScmProvider |
ScmManager.getProviderByType(String providerType)
Returns the default provider registered for this providerType or a specific implementation if the
'maven.scm.provider.providerType.implementation' system property is defined.
|
ScmProvider |
AbstractScmManager.getProviderByType(String providerType)
Returns the default provider registered for this providerType or a specific implementation if the
'maven.scm.provider.providerType.implementation' system property is defined.
|
ScmProvider |
ScmManagerStub.getProviderByUrl(String scmUrl) |
ScmProvider |
ScmManager.getProviderByUrl(String scmUrl) |
ScmProvider |
AbstractScmManager.getProviderByUrl(String scmUrl) |
ScmProvider |
ScmManagerStub.getScmProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractScmManager.addScmProvider(String providerType,
ScmProvider provider)
Deprecated.
|
void |
ScmManagerStub.setScmProvider(ScmProvider scmProvider) |
void |
ScmManagerStub.setScmProvider(String providerType,
ScmProvider provider)
Set a provider to be used for a type of SCM.
|
void |
ScmManager.setScmProvider(String providerType,
ScmProvider provider)
Set a provider to be used for a type of SCM.
|
void |
AbstractScmManager.setScmProvider(String providerType,
ScmProvider provider)
Set a provider to be used for a type of SCM.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractScmManager.setScmProviders(Map<String,ScmProvider> providers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScmProvider |
class |
ScmProviderStub
Stub implementation of ScmProvider for unit testing purposes.
|
Modifier and Type | Class and Description |
---|---|
class |
AccuRevScmProvider
AccuRev integration with Maven SCM
|
Modifier and Type | Class and Description |
---|---|
class |
BazaarScmProvider
Bazaar NG http://bazaar-vcs.org/ is a decentralized revision control system.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearCaseScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCvsScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
CvsExeScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
CvsJavaScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGitScmProvider
SCM Provider for git
|
Modifier and Type | Class and Description |
---|---|
class |
GitExeScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
JGitScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
HgScmProvider
Mercurial (HG) is a decentralized revision control system.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegrityScmProvider
MKS Integrity SCM Provider for Maven
|
Modifier and Type | Class and Description |
---|---|
class |
JazzScmProvider
The maven scm provider for Jazz.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
PerforceScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
StarteamScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSvnScmProvider
SCM Provider for Subversion
|
Modifier and Type | Class and Description |
---|---|
class |
SvnExeScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
SynergyScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
TfsScmProvider |
Modifier and Type | Class and Description |
---|---|
class |
VssScmProvider |
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.