Uses of Class
org.apache.maven.scm.command.add.AddScmResult
Packages that use AddScmResult
Package
Description
-
Uses of AddScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return AddScmResultModifier and TypeMethodDescriptionAbstractScmManager.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemAbstractScmManager.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control systemScmManager.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemScmManager.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control systemScmManagerStub.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemScmManagerStub.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system -
Uses of AddScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return AddScmResultModifier and TypeMethodDescriptionAbstractScmProvider.add
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?AbstractScmProvider.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemAbstractScmProvider.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control systemAbstractScmProvider.add
(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProvider.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemScmProvider.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control systemScmProvider.add
(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) Adds the given files to the source control systemScmProviderStub.add
(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control systemScmProviderStub.add
(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control systemScmProviderStub.add
(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) ScmProviderStub.getAddScmResult()
Methods in org.apache.maven.scm.provider with parameters of type AddScmResultModifier and TypeMethodDescriptionvoid
ScmProviderStub.setAddScmResult
(AddScmResult addScmResult) -
Uses of AddScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return AddScmResultModifier and TypeMethodDescriptionAbstractGitScmProvider.add
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no? -
Uses of AddScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return AddScmResultModifier and TypeMethodDescriptionHgScmProvider.add
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no? -
Uses of AddScmResult in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return AddScmResultModifier and TypeMethodDescriptionLocalScmProvider.add
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no? -
Uses of AddScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return AddScmResultModifier and TypeMethodDescriptionAbstractSvnScmProvider.add
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) TODO: why public? This should be protected, no?