Uses of Class
org.apache.maven.scm.command.status.StatusScmResult
Packages that use StatusScmResult
Package
Description
-
Uses of StatusScmResult in org.apache.maven.scm.command.status
Methods in org.apache.maven.scm.command.status that return StatusScmResultModifier and TypeMethodDescriptionprotected abstract StatusScmResult
AbstractStatusCommand.executeStatusCommand
(ScmProviderRepository repository, ScmFileSet fileSet) -
Uses of StatusScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return StatusScmResultModifier and TypeMethodDescriptionAbstractScmManager.status
(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system.ScmManager.status
(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system. -
Uses of StatusScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return StatusScmResultModifier and TypeMethodDescriptionprotected StatusScmResult
AbstractScmProvider.status
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.status
(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system.ScmProvider.status
(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system.