Uses of Class
org.apache.maven.scm.repository.ScmRepository
-
-
Uses of ScmRepository in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmRepository Modifier and Type Method Description ScmRepositoryScmRequest. 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 ScmRepository Modifier and Type Method Description protected 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 Constructor Description ScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet) -
Uses of ScmRepository in org.apache.maven.scm.command.blame
Constructors in org.apache.maven.scm.command.blame with parameters of type ScmRepository Constructor Description BlameScmRequest(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 ScmRepository Constructor Description ChangeLogScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet) -
Uses of ScmRepository in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return ScmRepository Modifier and Type Method Description ScmRepositoryScmManagerStub. getScmRepository()ScmRepositoryAbstractScmManager. makeProviderScmRepository(String providerType, File path)Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryScmRepositoryScmManager. makeProviderScmRepository(String providerType, File path)Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryScmRepositoryScmManagerStub. makeProviderScmRepository(String providerType, File path)Generate aScmRepositoryfor a specific provider and a given checkout (working) directoryScmRepositoryAbstractScmManager. makeScmRepository(String scmUrl)Generate aScmRepositoryfrom an SCM URL.ScmRepositoryScmManager. makeScmRepository(String scmUrl)Generate aScmRepositoryfrom an SCM URL.ScmRepositoryScmManagerStub. makeScmRepository(String scmUrl)Generate aScmRepositoryfrom an SCM URL.Methods in org.apache.maven.scm.manager that return types with arguments of type ScmRepository Modifier and Type Method Description Optional<ScmRepository>AbstractScmManager. makeProviderScmRepository(File workingDirectory)Optional<ScmRepository>ScmManager. makeProviderScmRepository(File path)Generate aScmRepositoryfor a given checkout (working) directory.Optional<ScmRepository>ScmManagerStub. makeProviderScmRepository(File path)Methods in org.apache.maven.scm.manager with parameters of type ScmRepository Modifier and Type Method Description AddScmResultAbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultAbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.AddScmResultScmManager. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.AddScmResultScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.BlameScmResultAbstractScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Returns the blame of specified file.BlameScmResultScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Returns the blame of specified file.BlameScmResultScmManagerStub. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Returns the blame of specified file.BranchScmResultAbstractScmManager. 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.BranchScmResultAbstractScmManager. 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.BranchScmResultScmManager. 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.BranchScmResultScmManager. 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.BranchScmResultScmManagerStub. 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.BranchScmResultScmManagerStub. 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.ChangeLogScmResultAbstractScmManager. 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.ChangeLogScmResultAbstractScmManager. 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.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultAbstractScmManager. 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.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)Deprecated.ChangeLogScmResultScmManagerStub. 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.ChangeLogScmResultScmManagerStub. 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.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmManagerStub. 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.CheckInScmResultAbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultAbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)CheckInScmResultAbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)Save the changes you have done into the repository.CheckInScmResultScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)Save the changes you have done into the repository.CheckInScmResultScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)Save the changes you have done into the repository.CheckInScmResultScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)CheckInScmResultScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)Save the changes you have done into the repository.CheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machine.CheckOutScmResultScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machine.CheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.DiffScmResultAbstractScmManager. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmManager. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmManagerStub. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.EditScmResultAbstractScmManager. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.EditScmResultScmManager. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.EditScmResultScmManagerStub. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ScmProviderAbstractScmManager. getProviderByRepository(ScmRepository repository)ScmProviderScmManager. getProviderByRepository(ScmRepository repository)ScmProviderScmManagerStub. getProviderByRepository(ScmRepository repository)ListScmResultAbstractScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmManagerStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.MkdirScmResultAbstractScmManager. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create new directory/directories in the repository.MkdirScmResultScmManager. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create new directory/directories in the repository.MkdirScmResultScmManagerStub. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create new directory/directories in the repository.RemoveScmResultAbstractScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.RemoveScmResultScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.RemoveScmResultScmManagerStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.voidScmManagerStub. setScmRepository(ScmRepository scmRepository)StatusScmResultAbstractScmManager. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.StatusScmResultScmManager. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.StatusScmResultScmManagerStub. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.TagScmResultAbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultAbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.UnEditScmResultAbstractScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UnEditScmResultScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UnEditScmResultScmManagerStub. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmManagerStub. 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 Modifier and Type Method Description ScmRepositoryAbstractScmMojo. getScmRepository() -
Uses of ScmRepository in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmRepository Modifier and Type Method Description AddScmResultAbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultAbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.AddScmResultAbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)AddScmResultScmProvider. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.AddScmResultScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)Adds the given files to the source control system.AddScmResultScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet)Adds the given files to the source control system.AddScmResultScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, String message)Adds the given files to the source control system.AddScmResultScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)BlameScmResultAbstractScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Returns the blame of specified file.BlameScmResultScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Deprecated.use blame withBlameScmRequestparameterBlameScmResultScmProviderStub. blame(ScmRepository repository, ScmFileSet fileSet, String filename)Returns the blame of specified file.BranchScmResultAbstractScmProvider. 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.BranchScmResultAbstractScmProvider. 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.BranchScmResultAbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)BranchScmResultScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)BranchScmResultScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)BranchScmResultScmProvider. 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.BranchScmResultScmProviderStub. 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.BranchScmResultScmProviderStub. 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.BranchScmResultScmProviderStub. 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.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)Deprecated.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)Deprecated.ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultAbstractScmProvider. 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.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)Deprecated.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. 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.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happened in the source control system between two tags.ChangeLogScmResultScmProviderStub. 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.CheckInScmResultAbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultAbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)Deprecated.CheckInScmResultAbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)CheckInScmResultAbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message)Save the changes you have done into the repository.CheckInScmResultScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)CheckInScmResultScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)Save the changes you have done into the repository.CheckInScmResultScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)Save the changes you have done into the repository.CheckInScmResultScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)Save the changes you have done into the repository.CheckInScmResultScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)Save the changes you have done into the repository.CheckInScmResultScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)CheckInScmResultScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)Save the changes you have done into the repository.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)Deprecated.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag, boolean recursive)Deprecated.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters)CheckOutScmResultScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)CheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive)CheckOutScmResultScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machine.CheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)DiffScmResultAbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision)Deprecated.DiffScmResultAbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, String startRevision, String endRevision)DiffScmResultScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmProviderStub. diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision)Create a diff between two branch/tag/revision.DiffScmResultScmProviderStub. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.EditScmResultAbstractScmProvider. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.EditScmResultScmProvider. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.EditScmResultScmProviderStub. edit(ScmRepository repository, ScmFileSet fileSet)Make a file editable.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)Deprecated.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create an exported copy of the repository on your local machine.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machine.ExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)Create an exported copy of the repository on your local machine.ListScmResultAbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultAbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)ListScmResultScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.MkdirScmResultAbstractScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create directory/directories in the repository.MkdirScmResultScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create directory/directories in the repository.MkdirScmResultScmProviderStub. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)Create directory/directories in the repository.RemoveScmResultAbstractScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.RemoveScmResultScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.RemoveScmResultScmProviderStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)Removes the given files from the source control system.StatusScmResultAbstractScmProvider. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.StatusScmResultScmProvider. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.StatusScmResultScmProviderStub. status(ScmRepository repository, ScmFileSet fileSet)Returns the status of the files in the source control system.TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultAbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)TagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)TagScmResultScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message)Tag (or label in some systems) will tag the source file with a certain tag.TagScmResultScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)UnEditScmResultAbstractScmProvider. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UnEditScmResultScmProvider. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UnEditScmResultScmProviderStub. unedit(ScmRepository repository, ScmFileSet fileSet)Make a file no longer editable.UntagScmResultAbstractScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)Deletes a tag.UntagScmResultScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)Deletes a tag.UntagScmResultScmProviderStub. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)Deprecated.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)Deprecated.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)Deprecated.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)Deprecated.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)Deprecated.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern, boolean runChangelog)UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)Updates the copy on the local machine with the changes in the repository.UpdateScmResultScmProviderStub. 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 ScmRepository Modifier and Type Method Description CheckInScmResultAbstractGitScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)UntagScmResultAbstractGitScmProvider. 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected CheckOutScmResultGitCheckInCommandTckTest. checkOut(File workingDirectory, ScmRepository repository) -
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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description protected 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 ScmRepository Modifier and Type Method Description UntagScmResultAbstractSvnScmProvider. 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.repository Modifier and Type Class Description classScmRepositoryStubStub 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 ScmRepository Modifier and Type Method Description protected voidStatusCommandTckTest. commit(File workingDirectory, ScmRepository repository)
-