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 ScmRepository
ScmRequest. getScmRepository()
protected ScmRepository
ScmTckTestCase. getScmRepository()
Convenience method to get the ScmRepository for this providerprotected ScmRepository
ScmTestCase. makeScmRepository(String scmUrl)
Methods in org.apache.maven.scm with parameters of type ScmRepository Modifier and Type Method Description protected void
ScmTckTestCase. addToWorkingTree(File workingDirectory, File file, ScmRepository repository)
Convenience method to add a file to the working tree at the working directoryprotected CheckInScmResult
ScmTckTestCase. checkIn(File workingDirectory, ScmRepository repository)
Convenience method to check in files to the repositoryprotected CheckOutScmResult
ScmTckTestCase. checkOut(File workingDirectory, ScmRepository repository)
Convenience method to check out files from the repositoryprotected EditScmResult
ScmTckTestCase. edit(File basedir, String includes, String excludes, ScmRepository repository)
protected RemoveScmResult
ScmTckTestCase. remove(File workingDirectory, ScmRepository repository)
Convenience method to remove files from the repositoryvoid
ScmRequest. 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 ScmRepository
ScmManagerStub. getScmRepository()
ScmRepository
AbstractScmManager. makeProviderScmRepository(String providerType, File path)
ScmRepository
ScmManager. makeProviderScmRepository(String providerType, File path)
ScmRepository
ScmManagerStub. makeProviderScmRepository(String providerType, File path)
ScmRepository
AbstractScmManager. makeScmRepository(String scmUrl)
Generate a SCMRepository from a SCM url.ScmRepository
ScmManager. makeScmRepository(String scmUrl)
Generate a SCMRepository from a SCM url.ScmRepository
ScmManagerStub. makeScmRepository(String scmUrl)
Generate a SCMRepository from a SCM url.Methods in org.apache.maven.scm.manager with parameters of type ScmRepository Modifier and Type Method Description AddScmResult
AbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
AbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemAddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemAddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemBlameScmResult
AbstractScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified fileBlameScmResult
ScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified fileBlameScmResult
ScmManagerStub. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified fileBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
ScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
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.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.DiffScmResult
AbstractScmManager. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManager. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManagerStub. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.EditScmResult
AbstractScmManager. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmManager. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmManagerStub. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineScmProvider
AbstractScmManager. getProviderByRepository(ScmRepository repository)
ScmProvider
ScmManager. getProviderByRepository(ScmRepository repository)
ScmProvider
ScmManagerStub. getProviderByRepository(ScmRepository repository)
ListScmResult
AbstractScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmManagerStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.MkdirScmResult
AbstractScmManager. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create new directory/directories in the repository.MkdirScmResult
ScmManager. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create new directory/directories in the repository.MkdirScmResult
ScmManagerStub. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create new directory/directories in the repository.RemoveScmResult
AbstractScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmManagerStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemvoid
ScmManagerStub. setScmRepository(ScmRepository scmRepository)
StatusScmResult
AbstractScmManager. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.StatusScmResult
ScmManager. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.StatusScmResult
ScmManagerStub. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.TagScmResult
AbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tagUnEditScmResult
AbstractScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmManagerStub. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
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 Modifier and Type Method Description ScmRepository
AbstractScmMojo. 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 AddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemAddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
AddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemAddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
Adds the given files to the source control systemAddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control systemAddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
BlameScmResult
AbstractScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified fileBlameScmResult
ScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Deprecated.use blame withBlameScmRequest
parameterBlameScmResult
ScmProviderStub. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified fileBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
BranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameBranchScmResult
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 nameChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)
Deprecated.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch)
ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, String branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, int numDays, ScmBranch branch, String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, String startTag, String endTag)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
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.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
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.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
Deprecated.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)
Deprecated.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag, boolean recursive)
Deprecated.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, String tag)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, String tag, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
DiffScmResult
AbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision)
Deprecated.DiffScmResult
AbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, String startRevision, String endRevision)
DiffScmResult
ScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmProviderStub. diff(ScmRepository repository, ScmFileSet fileSet, String startRevision, String endRevision)
Create a diff between two branch/tag/revision.DiffScmResult
ScmProviderStub. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.EditScmResult
AbstractScmProvider. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmProvider. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmProviderStub. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machineListScmResult
AbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
AbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)
ListScmResult
ScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, String tag)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.MkdirScmResult
AbstractScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create directory/directories in the repository.MkdirScmResult
ScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create directory/directories in the repository.MkdirScmResult
ScmProviderStub. mkdir(ScmRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Create directory/directories in the repository.RemoveScmResult
AbstractScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemRemoveScmResult
ScmProviderStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control systemStatusScmResult
AbstractScmProvider. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.StatusScmResult
ScmProvider. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.StatusScmResult
ScmProviderStub. status(ScmRepository repository, ScmFileSet fileSet)
Returns the status of the files in the source control system.TagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
TagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
TagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
UnEditScmResult
AbstractScmProvider. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmProvider. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmProviderStub. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UntagScmResult
AbstractScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Deletes a tag.UntagScmResult
ScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Deletes a tag.UntagScmResult
ScmProviderStub. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern, boolean runChangelog)
UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
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 ScmRepository Modifier and Type Method Description CheckInScmResult
AbstractGitScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UntagScmResult
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 ScmRepository Modifier and Type Method Description protected CheckOutScmResult
GitBlameCommandTckTest. 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 CheckOutScmResult
GitBranchCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
protected CheckOutScmResult
GitSshBranchCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
void
GitSshBranchCommandTckTest. 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 CheckOutScmResult
GitChangeLogCommandTckTest. 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 CheckOutScmResult
GitCheckInCommandTckTest. 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 void
GitSshCheckOutCommandTckTest. 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 CheckOutScmResult
GitStatusCommandTckTest. 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 CheckOutScmResult
GitSshTagCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
protected CheckOutScmResult
GitTagCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
protected void
GitSshTagCommandTckTest. 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 CheckOutScmResult
GitSshUntagCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
protected CheckOutScmResult
GitUntagCommandTckTest. checkOut(File workingDirectory, ScmRepository repository)
protected void
GitSshUntagCommandTckTest. 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 CheckOutScmResult
GitUpdateCommandTckTest. 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 UntagScmResult
AbstractSvnScmProvider. 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 class
ScmRepositoryStub
Stub 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 void
StatusCommandTckTest. commit(File workingDirectory, ScmRepository repository)
-