Uses of Class
org.apache.maven.scm.ScmFileSet
-
-
Uses of ScmFileSet in org.apache.maven.scm
Methods in org.apache.maven.scm that return ScmFileSet Modifier and Type Method Description ScmFileSet
ScmRequest. getScmFileSet()
protected ScmFileSet
ScmTestCase. getScmFileSet()
Methods in org.apache.maven.scm with parameters of type ScmFileSet Modifier and Type Method Description void
ScmRequest. setScmFileSet(ScmFileSet scmFileSet)
The files being processed.Constructors in org.apache.maven.scm with parameters of type ScmFileSet Constructor Description ScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command
Methods in org.apache.maven.scm.command with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractCommand. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmResult
Command. execute(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.add
Methods in org.apache.maven.scm.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected abstract ScmResult
AbstractAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
protected ScmResult
AbstractAddCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.blame
Methods in org.apache.maven.scm.command.blame with parameters of type ScmFileSet Modifier and Type Method Description abstract BlameScmResult
AbstractBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
protected ScmResult
AbstractBlameCommand. executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.blame with parameters of type ScmFileSet Constructor Description BlameScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command.branch
Methods in org.apache.maven.scm.command.branch with parameters of type ScmFileSet Modifier and Type Method Description protected abstract ScmResult
AbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, String message)
protected ScmResult
AbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
Default impl to provide backward comp.ScmResult
AbstractBranchCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected abstract ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
Deprecated.ScmResult
AbstractChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ScmResult
ChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.command.changelog with parameters of type ScmFileSet Constructor Description ChangeLogScmRequest(ScmRepository scmRepository, ScmFileSet scmFileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected abstract CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption)
ScmResult
AbstractCheckInCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.checkout
Methods in org.apache.maven.scm.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
AbstractCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Execute Check out command line in a recursive check out way.protected abstract CheckOutScmResult
AbstractCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)
Execute Check out command line.ScmResult
AbstractCheckOutCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.diff
Methods in org.apache.maven.scm.command.diff with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractDiffCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract DiffScmResult
AbstractDiffCommand. executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.command.edit
Methods in org.apache.maven.scm.command.edit with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractEditCommand. executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command.export
Methods in org.apache.maven.scm.command.export with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractExportCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ExportScmResult
AbstractExportCommand. executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
-
Uses of ScmFileSet in org.apache.maven.scm.command.list
Methods in org.apache.maven.scm.command.list with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractListCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ListScmResult
AbstractListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
List contents of the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.command.login
Methods in org.apache.maven.scm.command.login with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractLoginCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
abstract LoginScmResult
AbstractLoginCommand. executeLoginCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.mkdir
Methods in org.apache.maven.scm.command.mkdir with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractMkdirCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract MkdirScmResult
AbstractMkdirCommand. executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Creates directories in the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.command.remoteinfo
Methods in org.apache.maven.scm.command.remoteinfo with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractRemoteInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
abstract RemoteInfoScmResult
AbstractRemoteInfoCommand. executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.remove
Methods in org.apache.maven.scm.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractRemoveCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.command.status
Methods in org.apache.maven.scm.command.status with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractStatusCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract StatusScmResult
AbstractStatusCommand. executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command.tag
Methods in org.apache.maven.scm.command.tag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractTagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message)
protected abstract ScmResult
AbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.command.unedit
Methods in org.apache.maven.scm.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractUnEditCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractUnEditCommand. executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.command.untag
Methods in org.apache.maven.scm.command.untag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractUntagCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract ScmResult
AbstractUntagCommand. executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)
Execute untag command. -
Uses of ScmFileSet in org.apache.maven.scm.command.update
Methods in org.apache.maven.scm.command.update with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractUpdateCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected abstract UpdateScmResult
AbstractUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
AbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.AddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.AddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.BlameScmResult
AbstractScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified file.BlameScmResult
ScmManager. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified file.BlameScmResult
ScmManagerStub. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified file.BranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmManagerStub. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmManagerStub. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.ChangeLogScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.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 system.RemoveScmResult
ScmManager. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system.RemoveScmResult
ScmManagerStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system.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 tag.TagScmResult
AbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tag.UnEditScmResult
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 repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
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 ScmFileSet in org.apache.maven.scm.plugin
Methods in org.apache.maven.scm.plugin that return ScmFileSet Modifier and Type Method Description ScmFileSet
AbstractScmMojo. getFileSet()
-
Uses of ScmFileSet in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AbstractScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TODO: why public? This should be protected, no?AddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.AddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
AddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.AddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
Adds the given files to the source control system.AddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control system.AddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, String message)
Adds the given files to the source control system.AddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
protected BlameScmResult
AbstractScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
BlameScmResult
AbstractScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, String filename)
Returns the blame of specified file.BlameScmResult
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 file.protected BranchScmResult
AbstractScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
BranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
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 name.BranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.BranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, String branchName, ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain branch name.protected ChangeLogScmResult
AbstractScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
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.protected CheckInScmResult
AbstractScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
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.protected CheckOutScmResult
AbstractScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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 machine.CheckOutScmResult
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)
protected DiffScmResult
AbstractScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
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.protected EditScmResult
AbstractScmProvider. edit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
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.protected ExportScmResult
AbstractScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machine.ExportScmResult
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 machine.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machine.ExportScmResult
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 machine.ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, String tag, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.InfoScmResult
AbstractScmProvider. info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
ScmProvider. info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
ScmProviderStub. info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ListScmResult
AbstractScmProvider. list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
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.protected LoginScmResult
AbstractScmProvider. login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected MkdirScmResult
AbstractScmProvider. mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Create directory/directories 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.RemoteInfoScmResult
AbstractScmProvider. remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoteInfoScmResult
ScmProvider. remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoteInfoScmResult
ScmProviderStub. remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected RemoveScmResult
AbstractScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoveScmResult
AbstractScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system.RemoveScmResult
ScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system.RemoveScmResult
ScmProviderStub. remove(ScmRepository repository, ScmFileSet fileSet, String message)
Removes the given files from the source control system.protected StatusScmResult
AbstractScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
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.protected TagScmResult
AbstractScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, String message)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
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 tag.TagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tag, String message)
Tag (or label in some systems) will tag the source file with a certain tag.TagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, String tagName, ScmTagParameters scmTagParameters)
protected UnEditScmResult
AbstractScmProvider. unedit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
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)
protected UpdateScmResult
AbstractScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
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 repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
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 repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
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 repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
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 ScmFileSet in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AbstractGitScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TODO: why public? This should be protected, no?protected BlameScmResult
AbstractGitScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BranchScmResult
AbstractGitScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
AbstractGitScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractGitScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractGitScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
AbstractGitScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
DiffScmResult
AbstractGitScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractGitScmProvider. executeCommand(GitCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ExportScmResult
AbstractGitScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
static org.codehaus.plexus.util.cli.Commandline
GitCommandUtils. getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)
static org.codehaus.plexus.util.cli.Commandline
GitCommandUtils. getBaseCommand(String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, String options)
InfoScmResult
AbstractGitScmProvider. info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoteInfoScmResult
AbstractGitScmProvider. remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoveScmResult
AbstractGitScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
AbstractGitScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
AbstractGitScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UntagScmResult
AbstractGitScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Deletes a tag.UpdateScmResult
AbstractGitScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.add
Methods in org.apache.maven.scm.provider.git.gitexe.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
GitAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.blame
Methods in org.apache.maven.scm.provider.git.gitexe.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
GitBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
protected ScmResult
GitBlameCommand. executeCommand(ScmProviderRepository repository, ScmFileSet workingDirectory, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.branch
Methods in org.apache.maven.scm.provider.git.gitexe.command.branch with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
GitBranchCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String branch)
ScmResult
GitBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)
static String
GitBranchCommand. getCurrentBranch(GitScmProviderRepository repository, ScmFileSet fileSet)
Helper function to detect the current branch. -
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.changelog
Methods in org.apache.maven.scm.provider.git.gitexe.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
ScmResult
GitChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.checkin
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile)
Deprecated.static org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String,String> environmentVariables)
Deprecated.static org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createCommitCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, File messageFile, Map<String,String> environmentVariables, CommandParameters.SignOption signOption)
org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
protected CheckInScmResult
GitCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
GitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, CommandParameters.SignOption signOption)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.checkout
Methods in org.apache.maven.scm.provider.git.gitexe.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
GitCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
The overriddenGitCheckOutCommand.executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)
in this class will not call this method!ScmResult
GitCheckOutCommand. executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters)
For git, the given repository is a remote one. -
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.diff
Methods in org.apache.maven.scm.provider.git.gitexe.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
GitDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.info
Methods in org.apache.maven.scm.provider.git.gitexe.command.info with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
GitInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.gitexe.command.remoteinfo with parameters of type ScmFileSet Modifier and Type Method Description RemoteInfoScmResult
GitRemoteInfoCommand. executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.remove
Methods in org.apache.maven.scm.provider.git.gitexe.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
GitRemoveCommand. executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.status
Methods in org.apache.maven.scm.provider.git.gitexe.command.status with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
GitStatusCommand. createCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet)
static org.codehaus.plexus.util.cli.Commandline
GitStatusCommand. createRevparseShowPrefix(ScmFileSet fileSet)
protected StatusScmResult
GitStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
static URI
GitStatusCommand. getRelativeCWD(org.slf4j.Logger logger, ScmFileSet fileSet)
Get the dir relative to the repository root.Constructors in org.apache.maven.scm.provider.git.gitexe.command.status with parameters of type ScmFileSet Constructor Description GitStatusConsumer(File workingDirectory, URI relativeRepositoryPath, ScmFileSet scmFileSet)
Assuming that you have to discover the repositoryRoot, this is how you can get therelativeRepositoryPath
GitStatusConsumer(File workingDirectory, ScmFileSet scmFileSet)
Assuming that you have to discover the repositoryRoot, this is how you can get therelativeRepositoryPath
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.tag
Methods in org.apache.maven.scm.provider.git.gitexe.command.tag with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
GitTagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag)
ScmResult
GitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)
ScmResult
GitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.untag
Methods in org.apache.maven.scm.provider.git.gitexe.command.untag with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
GitUntagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, String tag)
ScmResult
GitUntagCommand. executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)
Execute untag command. -
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.update
Methods in org.apache.maven.scm.provider.git.gitexe.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
GitUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command
Methods in org.apache.maven.scm.provider.git.jgit.command with parameters of type ScmFileSet Modifier and Type Method Description static List<ScmFile>
JGitUtils. addAllFiles(org.eclipse.jgit.api.Git git, ScmFileSet fileSet)
Adds all files in the given fileSet to the repository.static List<File>
JGitUtils. getWorkingCopyRelativePaths(File workingCopyDirectory, ScmFileSet fileSet)
Convert each file in thefileSet
to their relative file path to workingCopyDirectory and return them in a list.static List<ScmFile>
JGitUtils. removeAllFiles(org.eclipse.jgit.api.Git git, ScmFileSet fileSet)
Remove all files in the given fileSet from the repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.add
Methods in org.apache.maven.scm.provider.git.jgit.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JGitAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.blame
Methods in org.apache.maven.scm.provider.git.jgit.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
JGitBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.branch
Methods in org.apache.maven.scm.provider.git.jgit.command.branch with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JGitBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.changelog
Methods in org.apache.maven.scm.provider.git.jgit.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.checkin
Methods in org.apache.maven.scm.provider.git.jgit.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
JGitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)
CheckInScmResult
JGitCheckInCommand. executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.checkout
Methods in org.apache.maven.scm.provider.git.jgit.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
JGitCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
For git, the given repository is a remote one. -
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.diff
Methods in org.apache.maven.scm.provider.git.jgit.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
JGitDiffCommand. executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.info
Methods in org.apache.maven.scm.provider.git.jgit.command.info with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JGitInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.list
Methods in org.apache.maven.scm.provider.git.jgit.command.list with parameters of type ScmFileSet Modifier and Type Method Description protected ListScmResult
JGitListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.remoteinfo
Methods in org.apache.maven.scm.provider.git.jgit.command.remoteinfo with parameters of type ScmFileSet Modifier and Type Method Description RemoteInfoScmResult
JGitRemoteInfoCommand. executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.remove
Methods in org.apache.maven.scm.provider.git.jgit.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JGitRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.status
Methods in org.apache.maven.scm.provider.git.jgit.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected StatusScmResult
JGitStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.tag
Methods in org.apache.maven.scm.provider.git.jgit.command.tag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
JGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)
ScmResult
JGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.jgit.command.untag
Methods in org.apache.maven.scm.provider.git.jgit.command.untag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JGitUntagCommand. executeUntagCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.add
Methods in org.apache.maven.scm.provider.hg.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
HgAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.blame
Methods in org.apache.maven.scm.provider.hg.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
HgBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.branch
Methods in org.apache.maven.scm.provider.hg.command.branch with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
HgBranchCommand. executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, String message)
protected ScmResult
HgBranchCommand. executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)
Default impl to provide backward comp. -
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.changelog
Methods in org.apache.maven.scm.provider.hg.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
protected ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.checkin
Methods in org.apache.maven.scm.provider.hg.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
HgCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion tag)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.checkout
Methods in org.apache.maven.scm.provider.hg.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
HgCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.diff
Methods in org.apache.maven.scm.provider.hg.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
HgDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.info
Methods in org.apache.maven.scm.provider.hg.command.info with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
HgInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.inventory
Methods in org.apache.maven.scm.provider.hg.command.inventory with parameters of type ScmFileSet Modifier and Type Method Description protected ListScmResult
HgListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
List contents of the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.remove
Methods in org.apache.maven.scm.provider.hg.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
HgRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.status
Methods in org.apache.maven.scm.provider.hg.command.status with parameters of type ScmFileSet Modifier and Type Method Description StatusScmResult
HgStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.tag
Methods in org.apache.maven.scm.provider.hg.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
HgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, String message)
protected ScmResult
HgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.hg.command.update
Methods in org.apache.maven.scm.provider.hg.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
HgUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
LocalScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TODO: why public? This should be protected, no?protected ChangeLogScmResult
LocalScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
LocalScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
LocalScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ListScmResult
LocalScmProvider. list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.protected MkdirScmResult
LocalScmProvider. mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Create directory/directories in the repository.StatusScmResult
LocalScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
LocalScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
LocalScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.add
Methods in org.apache.maven.scm.provider.local.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
LocalAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.changelog
Methods in org.apache.maven.scm.provider.local.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
LocalChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.checkin
Methods in org.apache.maven.scm.provider.local.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
LocalCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.checkout
Methods in org.apache.maven.scm.provider.local.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
LocalCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.list
Methods in org.apache.maven.scm.provider.local.command.list with parameters of type ScmFileSet Modifier and Type Method Description protected ListScmResult
LocalListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List contents of the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.mkdir
Methods in org.apache.maven.scm.provider.local.command.mkdir with parameters of type ScmFileSet Modifier and Type Method Description protected MkdirScmResult
LocalMkdirCommand. executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.status
Methods in org.apache.maven.scm.provider.local.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected StatusScmResult
LocalStatusCommand. executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.tag
Methods in org.apache.maven.scm.provider.local.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
LocalTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String tagName, String message)
protected ScmResult
LocalTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.local.command.update
Methods in org.apache.maven.scm.provider.local.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
LocalUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AbstractSvnScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TODO: why public? This should be protected, no?protected BlameScmResult
AbstractSvnScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BranchScmResult
AbstractSvnScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
AbstractSvnScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractSvnScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
AbstractSvnScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
DiffScmResult
AbstractSvnScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractSvnScmProvider. executeCommand(SvnCommand command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ExportScmResult
AbstractSvnScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
AbstractSvnScmProvider. info(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ListScmResult
AbstractSvnScmProvider. list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.MkdirScmResult
AbstractSvnScmProvider. mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Create directory/directories in the repository.RemoveScmResult
AbstractSvnScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
AbstractSvnScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
AbstractSvnScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UntagScmResult
AbstractSvnScmProvider. untag(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Deletes a tag.UpdateScmResult
AbstractSvnScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe
Methods in org.apache.maven.scm.provider.svn.svnexe with parameters of type ScmFileSet Modifier and Type Method Description RemoteInfoScmResult
SvnExeScmProvider. remoteInfo(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.add
Methods in org.apache.maven.scm.provider.svn.svnexe.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SvnAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.blame
Methods in org.apache.maven.scm.provider.svn.svnexe.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
SvnBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.branch
Methods in org.apache.maven.scm.provider.svn.svnexe.command.branch with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
SvnBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, String message)
ScmResult
SvnBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, String branch, ScmBranchParameters scmBranchParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.changelog
Methods in org.apache.maven.scm.provider.svn.svnexe.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern)
Deprecated.protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
Deprecated.ScmResult
SvnChangeLogCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.checkin
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
SvnCheckInCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile)
static org.codehaus.plexus.util.cli.Commandline
SvnCheckInCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean interactive)
protected CheckInScmResult
SvnCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.checkout
Methods in org.apache.maven.scm.provider.svn.svnexe.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
SvnCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.diff
Methods in org.apache.maven.scm.provider.svn.svnexe.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
SvnDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.export
Methods in org.apache.maven.scm.provider.svn.svnexe.command.export with parameters of type ScmFileSet Modifier and Type Method Description protected ExportScmResult
SvnExeExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.info
Methods in org.apache.maven.scm.provider.svn.svnexe.command.info with parameters of type ScmFileSet Modifier and Type Method Description protected org.codehaus.plexus.util.cli.Commandline
SvnInfoCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, String revision)
protected ScmResult
SvnInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
SvnInfoCommand. executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, String revision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.list
Methods in org.apache.maven.scm.provider.svn.svnexe.command.list with parameters of type ScmFileSet Modifier and Type Method Description protected ListScmResult
SvnListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List contents of the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.mkdir
Methods in org.apache.maven.scm.provider.svn.svnexe.command.mkdir with parameters of type ScmFileSet Modifier and Type Method Description protected org.codehaus.plexus.util.cli.Commandline
SvnMkdirCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, File messageFile, boolean createInLocal)
protected MkdirScmResult
SvnMkdirCommand. executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, boolean createInLocal)
Creates directories in the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remoteinfo with parameters of type ScmFileSet Modifier and Type Method Description RemoteInfoScmResult
SvnRemoteInfoCommand. executeRemoteInfoCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.remove
Methods in org.apache.maven.scm.provider.svn.svnexe.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SvnRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.status
Methods in org.apache.maven.scm.provider.svn.svnexe.command.status with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
SvnStatusCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet)
protected StatusScmResult
SvnStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.tag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.tag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
SvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, String message)
ScmResult
SvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.untag
Methods in org.apache.maven.scm.provider.svn.svnexe.command.untag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
SvnUntagCommand. executeUntagCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmUntagParameters scmUntagParameters)
Execute untag command. -
Uses of ScmFileSet in org.apache.maven.scm.provider.svn.svnexe.command.update
Methods in org.apache.maven.scm.provider.svn.svnexe.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
SvnUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-