Uses of Class
org.apache.maven.scm.command.checkout.CheckOutScmResult
Packages that use CheckOutScmResult
Package
Description
-
Uses of CheckOutScmResult in org.apache.maven.scm.command.checkout
Methods in org.apache.maven.scm.command.checkout that return CheckOutScmResultModifier and TypeMethodDescriptionprotected CheckOutScmResult
AbstractCheckOutCommand.executeCheckOutCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Execute Check out command line in a recursive check out way.protected abstract CheckOutScmResult
AbstractCheckOutCommand.executeCheckOutCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow) Execute Check out command line. -
Uses of CheckOutScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return CheckOutScmResultModifier and TypeMethodDescriptionAbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machineAbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, boolean recursive) Create a copy of the repository on your local machine.AbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineAbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machineScmManager.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive) Create a copy of the repository on your local machine.ScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmManager.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine. -
Uses of CheckOutScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return CheckOutScmResultModifier and TypeMethodDescriptionprotected CheckOutScmResult
AbstractScmProvider.checkout
(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machineAbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, boolean recursive) Create a copy of the repository on your local machine.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, String tag) Deprecated.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, String tag, boolean recursive) Deprecated.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Create a copy of the repository on your local machineAbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive) Create a copy of the repository on your local machine.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters) ScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machineScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive) Create a copy of the repository on your local machine.ScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, String tag) Deprecated.ScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive) ScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters) Create a copy of the repository on your local machine.
ScmProvider.checkOut(org.apache.maven.scm.repository.ScmRepository, org.apache.maven.scm.ScmFileSet, org.apache.maven.scm.ScmVersion)