Uses of Class
org.apache.maven.scm.command.remove.RemoveScmResult
Packages that use RemoveScmResult
-
Uses of RemoveScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return RemoveScmResultModifier and TypeMethodDescriptionAbstractScmManager.remove
(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control systemScmManager.remove
(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system -
Uses of RemoveScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return RemoveScmResultModifier and TypeMethodDescriptionprotected RemoveScmResult
AbstractScmProvider.remove
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.remove
(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control systemScmProvider.remove
(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system