Uses of Class
org.apache.maven.scm.repository.ScmRepository
Packages that use ScmRepository
Package
Description
-
Uses of ScmRepository in org.apache.maven.scm
Fields in org.apache.maven.scm declared as ScmRepositoryModifier and TypeFieldDescriptionprivate ScmRepositoryScmRequest.scmRepositoryprivate ScmRepositoryScmTckTestCase.scmRepositoryMethods in org.apache.maven.scm that return ScmRepositoryModifier and TypeMethodDescriptionScmRequest.getScmRepository()protected ScmRepositoryScmTckTestCase.getScmRepository()Convenience method to get the ScmRepository for this provider.protected ScmRepositoryScmTestCase.makeScmRepository(String scmUrl) Methods in org.apache.maven.scm with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected voidScmTckTestCase.addToWorkingTree(File workingDirectory, File file, ScmRepository repository) Convenience method to add a file to the working tree at the working directory.protected CheckInScmResultScmTckTestCase.checkIn(File workingDirectory, ScmRepository repository) Convenience method to check in files to the repository.protected CheckOutScmResultScmTckTestCase.checkOut(File workingDirectory, ScmRepository repository) Convenience method to check out files from the repository.protected EditScmResultScmTckTestCase.edit(File basedir, String includes, String excludes, ScmRepository repository) protected RemoveScmResultScmTckTestCase.remove(File workingDirectory, ScmRepository repository) Convenience method to remove files from the repository.voidScmRequest.setScmRepository(ScmRepository scmRepository) Constructors in org.apache.maven.scm with parameters of type ScmRepository -
Uses of ScmRepository in org.apache.maven.scm.client.cli
Methods in org.apache.maven.scm.client.cli with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprivate voidMavenScmCli.checkIn(ScmRepository scmRepository, File workingDirectory, ScmVersion version) private voidMavenScmCli.checkOut(ScmRepository scmRepository, File workingDirectory, ScmVersion version) private voidMavenScmCli.update(ScmRepository scmRepository, File workingDirectory, ScmVersion version) -
Uses of ScmRepository in org.apache.maven.scm.command.blame
Constructors in org.apache.maven.scm.command.blame with parameters of type ScmRepositoryModifierConstructorDescriptionBlameScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet) -
Uses of ScmRepository in org.apache.maven.scm.command.changelog
Constructors in org.apache.maven.scm.command.changelog with parameters of type ScmRepositoryModifierConstructorDescriptionChangeLogScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet) -
Uses of ScmRepository in org.apache.maven.scm.manager
Fields in org.apache.maven.scm.manager declared as ScmRepositoryMethods in org.apache.maven.scm.manager that return ScmRepositoryModifier and TypeMethodDescriptionScmManagerStub.getScmRepository()AbstractScmManager.makeProviderScmRepository(String providerType, File path) Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryScmManager.makeProviderScmRepository(String providerType, File path) Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryScmManagerStub.makeProviderScmRepository(String providerType, File path) Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryAbstractScmManager.makeScmRepository(String scmUrl) Generate aScmRepositoryfrom an SCM URL.ScmManager.makeScmRepository(String scmUrl) Generate aScmRepositoryfrom an SCM URL.ScmManagerStub.makeScmRepository(String scmUrl) Generate aScmRepositoryfrom an SCM URL.Methods in org.apache.maven.scm.manager that return types with arguments of type ScmRepositoryModifier and TypeMethodDescriptionAbstractScmManager.makeProviderScmRepository(File workingDirectory) ScmManager.makeProviderScmRepository(File path) Generate aScmRepositoryfor a given checkout (working) directory.ScmManagerStub.makeProviderScmRepository(File path) Methods in org.apache.maven.scm.manager with parameters of type ScmRepositoryModifier and TypeMethodDescriptionAbstractScmManager.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.AbstractScmManager.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.ScmManager.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.ScmManager.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.ScmManagerStub.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.ScmManagerStub.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.AbstractScmManager.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Returns the blame of specified file.ScmManager.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Returns the blame of specified file.ScmManagerStub.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Returns the blame of specified file.AbstractScmManager.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) Branch (or label in some systems) will create a branch of the source file with a certain branch name.AbstractScmManager.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmManager.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmManager.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmManagerStub.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmManagerStub.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) Branch (or label in some systems) will create a branch of the source file with a certain branch name.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happend in the source control system in a certain period of time.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happend in the source control system in a certain period of time.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.AbstractScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmManager.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happend in the source control system in a certain period of time.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happend in the source control system in a certain period of time.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.ScmManagerStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags.AbstractScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.AbstractScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) AbstractScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) Save the changes you have done into the repository.ScmManager.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmManagerStub.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmManagerStub.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) ScmManagerStub.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.AbstractScmManager.checkOut(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machine.AbstractScmManager.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 machine.AbstractScmManager.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 machine.ScmManager.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 machine.ScmManager.checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmManagerStub.checkOut(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machine.ScmManagerStub.checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive) Create a copy of the repository on your local machine.ScmManagerStub.checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machine.ScmManagerStub.checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.AbstractScmManager.diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmManager.diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmManagerStub.diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.AbstractScmManager.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.ScmManager.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.ScmManagerStub.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory) Create an exported copy of the repository on your local machine.AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machine.AbstractScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machine.ScmManager.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.ScmManager.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory) Create an exported copy of the repository on your local machine.ScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machine.ScmManager.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machine.ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory) Create an exported copy of the repository on your local machine.ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machine.ScmManagerStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machine.AbstractScmManager.getProviderByRepository(ScmRepository repository) ScmManager.getProviderByRepository(ScmRepository repository) ScmManagerStub.getProviderByRepository(ScmRepository repository) AbstractScmManager.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmManager.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmManagerStub.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.AbstractScmManager.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create new directory/directories in the repository.ScmManager.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create new directory/directories in the repository.ScmManagerStub.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create new directory/directories in the repository.AbstractScmManager.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.ScmManager.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.ScmManagerStub.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.voidScmManagerStub.setScmRepository(ScmRepository scmRepository) AbstractScmManager.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.ScmManagerStub.status(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system.AbstractScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.ScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.ScmManager.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.ScmManagerStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.ScmManagerStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmManager.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.ScmManager.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.ScmManagerStub.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, String datePattern) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.AbstractScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmManager.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmManagerStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository. -
Uses of ScmRepository in org.apache.maven.scm.plugin
Methods in org.apache.maven.scm.plugin that return ScmRepository -
Uses of ScmRepository in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmRepositoryModifier and TypeMethodDescriptionAbstractScmProvider.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.AbstractScmProvider.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.AbstractScmProvider.add(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProvider.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.ScmProvider.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.ScmProvider.add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) Adds the given files to the source control system.ScmProviderStub.add(ScmRepository repository, ScmFileSet fileSet) Adds the given files to the source control system.ScmProviderStub.add(ScmRepository repository, ScmFileSet fileSet, String message) Adds the given files to the source control system.ScmProviderStub.add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters) AbstractScmProvider.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Returns the blame of specified file.ScmProvider.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Deprecated.use blame withBlameScmRequestparameterScmProviderStub.blame(ScmRepository repository, ScmFileSet fileSet, String filename) Returns the blame of specified file.AbstractScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) Branch (or label in some systems) will create a branch of the source file with a certain branch name.AbstractScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) Branch (or label in some systems) will create a branch of the source file with a certain branch name.AbstractScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) ScmProvider.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmProviderStub.branch(ScmRepository repository, ScmFileSet fileSet, String branchName) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmProviderStub.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message) Branch (or label in some systems) will create a branch of the source file with a certain branch name.ScmProviderStub.branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters) Branch (or label in some systems) will create a branch of the source file with a certain branch name.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Deprecated.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happened in the source control system in a certain period of time.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.AbstractScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmProvider.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern) Returns the changes that have happened in the source control system in a certain period of time.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happened in the source control system between two tags.AbstractScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.AbstractScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message) Deprecated.AbstractScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message) Save the changes you have done into the repository.ScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message) ScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) Save the changes you have done into the repository.ScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmProviderStub.checkIn(ScmRepository repository, ScmFileSet fileSet, String message) Save the changes you have done into the repository.ScmProviderStub.checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message) Save the changes you have done into the repository.ScmProviderStub.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) ScmProviderStub.checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.AbstractScmProvider.checkOut(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machine.AbstractScmProvider.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 machine.AbstractScmProvider.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 machine.ScmProvider.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) 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 machine.ScmProvider.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.ScmProviderStub.checkOut(ScmRepository repository, ScmFileSet fileSet) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository repository, ScmFileSet fileSet, String tag) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmProviderStub.checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters) AbstractScmProvider.diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision) Deprecated.AbstractScmProvider.diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmProvider.diff(ScmRepository scmRepository, ScmFileSet scmFileSet, String startRevision, String endRevision) ScmProvider.diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmProviderStub.diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision) Create a diff between two branch/tag/revision.ScmProviderStub.diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.AbstractScmProvider.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.ScmProvider.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.ScmProviderStub.edit(ScmRepository repository, ScmFileSet fileSet) Make a file editable.AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag) Deprecated.AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory) Deprecated.AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Create an exported copy of the repository on your local machine.AbstractScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory) Create an exported copy of the repository on your local machine.ScmProvider.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag) ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory) ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machine.ScmProvider.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machine.ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet) Create an exported copy of the repository on your local machine.ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, String tag) Create an exported copy of the repository on your local machine.ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory) Create an exported copy of the repository on your local machine.ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machine.ScmProviderStub.export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machine.AbstractScmProvider.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag) List each element (files and directories) of fileSet as they exist in the repository.AbstractScmProvider.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) List each element (files and directories) of fileSet as they exist in the repository.ScmProvider.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag) ScmProvider.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmProviderStub.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag) List each element (files and directories) of fileSet as they exist in the repository.ScmProviderStub.list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.private voidAbstractScmProvider.login(ScmRepository repository, ScmFileSet fileSet) AbstractScmProvider.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create directory/directories in the repository.ScmProvider.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create directory/directories in the repository.ScmProviderStub.mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal) Create directory/directories in the repository.AbstractScmProvider.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.ScmProvider.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.ScmProviderStub.remove(ScmRepository repository, ScmFileSet fileSet, String message) Removes the given files from the source control system.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.ScmProviderStub.status(ScmRepository repository, ScmFileSet fileSet) Returns the status of the files in the source control system.AbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) Tag (or label in some systems) will tag the source file with a certain tag.AbstractScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Tag (or label in some systems) will tag the source file with a certain tag.ScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName) ScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message) ScmProvider.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) Tag (or label in some systems) will tag the source file with a certain tag.ScmProviderStub.tag(ScmRepository repository, ScmFileSet fileSet, String tag) Tag (or label in some systems) will tag the source file with a certain tag.ScmProviderStub.tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message) Tag (or label in some systems) will tag the source file with a certain tag.ScmProviderStub.tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters) AbstractScmProvider.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.ScmProvider.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.ScmProviderStub.unedit(ScmRepository repository, ScmFileSet fileSet) Make a file no longer editable.AbstractScmProvider.untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) Deletes a tag.ScmProvider.untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) Deletes a tag.ScmProviderStub.untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag) Deprecated.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog) Deprecated.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern) Deprecated.private UpdateScmResultAbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern, boolean runChangelog) Deprecated.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate) Deprecated.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern) Deprecated.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Updates the copy on the local machine with the changes in the repository.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern) Updates the copy on the local machine with the changes in the repository.private UpdateScmResultAbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern, boolean runChangelog) AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.AbstractScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag) ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog) ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern) ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate) ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern) ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmProvider.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern, boolean runChangelog) ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repository.ScmProviderStub.update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository. -
Uses of ScmRepository in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git with parameters of type ScmRepositoryModifier and TypeMethodDescriptionAbstractGitScmProvider.checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) AbstractGitScmProvider.untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) Deletes a tag. -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.blame
Methods in org.apache.maven.scm.provider.git.command.blame with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitBlameCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.branch
Methods in org.apache.maven.scm.provider.git.command.branch with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitBranchCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) protected CheckOutScmResultGitSshBranchCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) voidGitSshBranchCommandTckTest.configureCredentials(ScmRepository repository, String passphrase) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.changelog
Methods in org.apache.maven.scm.provider.git.command.changelog with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitChangeLogCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.checkin
Methods in org.apache.maven.scm.provider.git.command.checkin with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitCheckInCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) private CheckOutScmResultGitCheckInCommandTckTest.checkoutRepoInto(File workingCopy, ScmRepository scmRepository) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.checkout
Methods in org.apache.maven.scm.provider.git.command.checkout with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected voidGitSshCheckOutCommandTckTest.configureCredentials(ScmRepository repository, String passphrase) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.status
Methods in org.apache.maven.scm.provider.git.command.status with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitStatusCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.tag
Methods in org.apache.maven.scm.provider.git.command.tag with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitSshTagCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) protected CheckOutScmResultGitTagCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) protected voidGitSshTagCommandTckTest.configureCredentials(ScmRepository repository, String passphrase) Sets up repository credentials for SSH access. -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.untag
Methods in org.apache.maven.scm.provider.git.command.untag with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitSshUntagCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) protected CheckOutScmResultGitUntagCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) protected voidGitSshUntagCommandTckTest.configureCredentials(ScmRepository repository, String passphrase) -
Uses of ScmRepository in org.apache.maven.scm.provider.git.command.update
Methods in org.apache.maven.scm.provider.git.command.update with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected CheckOutScmResultGitUpdateCommandTckTest.checkOut(File workingDirectory, ScmRepository repository) -
Uses of ScmRepository in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmRepositoryModifier and TypeMethodDescriptionAbstractSvnScmProvider.untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters) Deletes a tag. -
Uses of ScmRepository in org.apache.maven.scm.repository
Subclasses of ScmRepository in org.apache.maven.scm.repositoryModifier and TypeClassDescriptionclassStub for ScmRepository for unit testing purposes. -
Uses of ScmRepository in org.apache.maven.scm.tck.command.status
Methods in org.apache.maven.scm.tck.command.status with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprotected voidStatusCommandTckTest.commit(File workingDirectory, ScmRepository repository) -
Uses of ScmRepository in org.apache.maven.scm.tck.command.update
Methods in org.apache.maven.scm.tck.command.update with parameters of type ScmRepositoryModifier and TypeMethodDescriptionprivate voidUpdateCommandTckTest.commit(File workingDirectory, ScmRepository repository)
ScmManager.changeLog(org.apache.maven.scm.command.changelog.ChangeLogScmRequest)instead