Uses of Class
org.apache.maven.scm.command.remove.RemoveScmResult
-
Packages that use RemoveScmResult Package Description org.apache.maven.scm.manager org.apache.maven.scm.provider -
-
Uses of RemoveScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return RemoveScmResult Modifier and Type Method Description RemoveScmResult
AbstractScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmManager. 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 RemoveScmResult Modifier and Type Method Description protected RemoveScmResult
AbstractScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoveScmResult
AbstractScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system
-