Uses of Class
org.apache.maven.scm.ScmFileSet
-
-
Uses of ScmFileSet in org.apache.maven.scm
Fields in org.apache.maven.scm declared as ScmFileSet Modifier and Type Field Description private ScmFileSet
ScmRequest. scmFileSet
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, java.lang.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, java.lang.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, java.lang.String branchName, java.lang.String message)
protected ScmResult
AbstractBranchCommand. executeBranchCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
default impl to provide backward compScmResult
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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.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, java.lang.String message, ScmVersion scmVersion)
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, java.lang.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, java.lang.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, java.lang.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, java.lang.String tagName, java.lang.String message)
protected abstract ScmResult
AbstractTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 systemAddScmResult
AbstractScmManager. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemAddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmManager. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemAddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmManagerStub. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemBlameScmResult
AbstractScmManager. blame(ScmRepository repository, ScmFileSet fileSet, java.lang.String filename)
Returns the blame of specified fileBlameScmResult
ScmManager. blame(ScmRepository repository, ScmFileSet fileSet, java.lang.String filename)
Returns the blame of specified fileBlameScmResult
ScmManagerStub. blame(ScmRepository repository, ScmFileSet fileSet, java.lang.String filename)
Returns the blame of specified fileBranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmManager. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManager. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManagerStub. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmManagerStub. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.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, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.String datePattern)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
ScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.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, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.String datePattern)
Returns the changes that have happend in the source control system between two tags.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)
Save the changes you have done into the repository.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.DiffScmResult
AbstractScmManager. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManager. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManagerStub. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.EditScmResult
AbstractScmManager. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmManager. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.EditScmResult
ScmManagerStub. edit(ScmRepository repository, ScmFileSet fileSet)
Make a file editable.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineListScmResult
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, java.lang.String message, boolean createInLocal)
Create new directory/directories in the repository.MkdirScmResult
ScmManager. mkdir(ScmRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Create new directory/directories in the repository.MkdirScmResult
ScmManagerStub. mkdir(ScmRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Create new directory/directories in the repository.RemoveScmResult
AbstractScmManager. remove(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Removes the given files from the source control systemRemoveScmResult
ScmManager. remove(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Removes the given files from the source control systemRemoveScmResult
ScmManagerStub. remove(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Removes the given files from the source control systemStatusScmResult
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, java.lang.String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmManager. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManager. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmManagerStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
Tag (or label in some systems) will tag the source file with a certain tagUnEditScmResult
AbstractScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmManager. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UnEditScmResult
ScmManagerStub. unedit(ScmRepository repository, ScmFileSet fileSet)
Make a file no longer editable.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate, java.lang.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)
AddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemAddScmResult
AbstractScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters parameters)
AddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemAddScmResult
ScmProvider. add(ScmRepository repository, ScmFileSet fileSet, CommandParameters commandParameters)
Adds the given files to the source control systemAddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet)
Adds the given files to the source control systemAddScmResult
ScmProviderStub. add(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Adds the given files to the source control systemAddScmResult
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, java.lang.String filename)
Returns the blame of specified fileBlameScmResult
ScmProvider. blame(ScmRepository repository, ScmFileSet fileSet, java.lang.String filename)
Deprecated.use blame withBlameScmRequest
parameterBlameScmResult
ScmProviderStub. blame(ScmRepository repository, ScmFileSet fileSet, java.lang.String filename)
Returns the blame of specified fileprotected BranchScmResult
AbstractScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
BranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
AbstractScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
BranchScmResult
ScmProvider. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameBranchScmResult
ScmProviderStub. branch(ScmRepository repository, ScmFileSet fileSet, java.lang.String branchName, ScmBranchParameters scmBranchParameters)
Branch (or label in some systems) will create a branch of the source file with a certain branch nameprotected ChangeLogScmResult
AbstractScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.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, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.String datePattern)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch)
ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.String datePattern)
Deprecated.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.lang.String startTag, java.lang.String endTag, java.lang.String datePattern)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.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, java.util.Date startDate, java.util.Date endDate, int numDays, java.lang.String branch, java.lang.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, java.util.Date startDate, java.util.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, java.util.Date startDate, java.util.Date endDate, int numDays, ScmBranch branch, java.lang.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, java.lang.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, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
Deprecated.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.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 machineCheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Deprecated.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, boolean recursive)
Deprecated.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create a copy of the repository on your local machineCheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, java.lang.String tag, boolean recursive)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, java.lang.String tag, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machineCheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
protected DiffScmResult
AbstractScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
DiffScmResult
AbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, java.lang.String startRevision, java.lang.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, java.lang.String startRevision, java.lang.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, java.lang.String startRevision, java.lang.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 machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)
Deprecated.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create an exported copy of the repository on your local machineExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)
ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machineExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
Create an exported copy of the repository on your local machineInfoScmResult
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, java.lang.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, java.lang.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, java.lang.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)
private void
AbstractScmProvider. login(ScmRepository repository, ScmFileSet fileSet)
protected MkdirScmResult
AbstractScmProvider. mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Create directory/directories in the repository.MkdirScmResult
AbstractScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Create directory/directories in the repository.MkdirScmResult
ScmProvider. mkdir(ScmRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Create directory/directories in the repository.MkdirScmResult
ScmProviderStub. mkdir(ScmRepository repository, ScmFileSet fileSet, java.lang.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, java.lang.String message)
Removes the given files from the source control systemRemoveScmResult
ScmProvider. remove(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Removes the given files from the source control systemRemoveScmResult
ScmProviderStub. remove(ScmRepository repository, ScmFileSet fileSet, java.lang.String message)
Removes the given files from the source control systemprotected 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, java.lang.String tagName)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
AbstractScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName)
TagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
TagScmResult
ScmProvider. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
Tag (or label in some systems) will tag the source file with a certain tagTagScmResult
ScmProviderStub. tag(ScmRepository repository, ScmFileSet fileSet, java.lang.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 repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, boolean runChangelog)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String datePattern)
Deprecated.private UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String datePattern, boolean runChangelog)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate, java.lang.String datePattern)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryprivate UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String datePattern, boolean runChangelog)
UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, boolean runChangelog)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate, java.lang.String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, java.lang.String tag, java.util.Date lastUpdate, java.lang.String datePattern, boolean runChangelog)
UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate, java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repository -
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AccuRevScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BlameScmResult
AccuRevScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ChangeLogScmResult
AccuRevScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected CheckInScmResult
AccuRevScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected CheckOutScmResult
AccuRevScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ExportScmResult
AccuRevScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected LoginScmResult
AccuRevScmProvider. login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected RemoveScmResult
AccuRevScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected StatusScmResult
AccuRevScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected TagScmResult
AccuRevScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected UpdateScmResult
AccuRevScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command
Methods in org.apache.maven.scm.provider.accurev.command with parameters of type ScmFileSet Modifier and Type Method Description protected abstract ScmResult
AbstractAccuRevCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractAccuRevExtractSourceCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AbstractAccuRevCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.add
Methods in org.apache.maven.scm.provider.accurev.command.add with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AccuRevAddCommand. add(ScmProviderRepository repo, ScmFileSet scmFileSet, CommandParameters commandParameters)
protected ScmResult
AccuRevAddCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Add. -
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.blame
Methods in org.apache.maven.scm.provider.accurev.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
AccuRevBlameCommand. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BlameScmResult
AccuRevBlameCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.changelog
Methods in org.apache.maven.scm.provider.accurev.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description ChangeLogScmResult
AccuRevChangeLogCommand. changelog(ScmProviderRepository repo, ScmFileSet testFileSet, CommandParameters params)
protected ScmResult
AccuRevChangeLogCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.checkin
Methods in org.apache.maven.scm.provider.accurev.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description CheckInScmResult
AccuRevCheckInCommand. checkIn(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
AccuRevCheckInCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.checkout
Methods in org.apache.maven.scm.provider.accurev.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description CheckOutScmResult
AccuRevCheckOutCommand. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.export
Methods in org.apache.maven.scm.provider.accurev.command.export with parameters of type ScmFileSet Modifier and Type Method Description ExportScmResult
AccuRevExportCommand. export(ScmProviderRepository repository, ScmFileSet scmFileSet, CommandParameters params)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.login
Methods in org.apache.maven.scm.provider.accurev.command.login with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AccuRevLoginCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
LoginScmResult
AccuRevLoginCommand. login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.remove
Methods in org.apache.maven.scm.provider.accurev.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AccuRevRemoveCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
RemoveScmResult
AccuRevRemoveCommand. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.status
Methods in org.apache.maven.scm.provider.accurev.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AccuRevStatusCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
AccuRevStatusCommand. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.tag
Methods in org.apache.maven.scm.provider.accurev.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AccuRevTagCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
AccuRevTagCommand. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.accurev.command.update
Methods in org.apache.maven.scm.provider.accurev.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AccuRevUpdateCommand. executeAccurevCommand(AccuRevScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
AccuRevUpdateCommand. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.add
Methods in org.apache.maven.scm.provider.bazaar.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
BazaarAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.blame
Methods in org.apache.maven.scm.provider.bazaar.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
BazaarBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.changelog
Methods in org.apache.maven.scm.provider.bazaar.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
BazaarChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
private ChangeLogScmResult
BazaarChangeLogCommand. executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.checkin
Methods in org.apache.maven.scm.provider.bazaar.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
BazaarCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.checkout
Methods in org.apache.maven.scm.provider.bazaar.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
BazaarCheckOutCommand. 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.bazaar.command.diff
Methods in org.apache.maven.scm.provider.bazaar.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
BazaarDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.remove
Methods in org.apache.maven.scm.provider.bazaar.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
BazaarRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.status
Methods in org.apache.maven.scm.provider.bazaar.command.status with parameters of type ScmFileSet Modifier and Type Method Description StatusScmResult
BazaarStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.tag
Methods in org.apache.maven.scm.provider.bazaar.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
BazaarTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.bazaar.command.update
Methods in org.apache.maven.scm.provider.bazaar.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
BazaarUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.add
Methods in org.apache.maven.scm.provider.clearcase.command.add with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseAddCommand. createCommandLine(ScmFileSet scmFileSet)
protected ScmResult
ClearCaseAddCommand. executeAddCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, java.lang.String string, boolean b)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.blame
Methods in org.apache.maven.scm.provider.clearcase.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
ClearCaseBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.changelog
Methods in org.apache.maven.scm.provider.clearcase.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
ClearCaseChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.checkin
Methods in org.apache.maven.scm.provider.clearcase.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseCheckInCommand. createCommandLine(ScmFileSet scmFileSet, java.lang.String message)
protected CheckInScmResult
ClearCaseCheckInCommand. executeCheckInCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.checkout
Methods in org.apache.maven.scm.provider.clearcase.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
ClearCaseCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.edit
Methods in org.apache.maven.scm.provider.clearcase.command.edit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseEditCommand. createCheckinCurrentDirCommandLine(ScmFileSet scmFileSet)
static org.codehaus.plexus.util.cli.Commandline
ClearCaseEditCommand. createCheckoutCurrentDirCommandLine(ScmFileSet scmFileSet)
static org.codehaus.plexus.util.cli.Commandline
ClearCaseEditCommand. createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
protected ScmResult
ClearCaseEditCommand. executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.remove
Methods in org.apache.maven.scm.provider.clearcase.command.remove with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseRemoveCommand. createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
protected ScmResult
ClearCaseRemoveCommand. executeRemoveCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet, java.lang.String string)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.status
Methods in org.apache.maven.scm.provider.clearcase.command.status with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseStatusCommand. createCommandLine(ScmFileSet scmFileSet)
protected StatusScmResult
ClearCaseStatusCommand. executeStatusCommand(ScmProviderRepository scmProviderRepository, ScmFileSet scmFileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.tag
Methods in org.apache.maven.scm.provider.clearcase.command.tag with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseTagCommand. createCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
private static org.codehaus.plexus.util.cli.Commandline
ClearCaseTagCommand. createNewLabelCommandLine(ScmFileSet scmFileSet, java.lang.String tag)
protected ScmResult
ClearCaseTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
protected ScmResult
ClearCaseTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.unedit
Methods in org.apache.maven.scm.provider.clearcase.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseUnEditCommand. createCommandLine(ScmLogger logger, ScmFileSet scmFileSet)
protected ScmResult
ClearCaseUnEditCommand. executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.clearcase.command.update
Methods in org.apache.maven.scm.provider.clearcase.command.update with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
ClearCaseUpdateCommand. createCommandLine(ScmFileSet scmFileSet)
protected UpdateScmResult
ClearCaseUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib
Methods in org.apache.maven.scm.provider.cvslib that return ScmFileSet Modifier and Type Method Description private static ScmFileSet
AbstractCvsScmProvider. fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet)
CVS provider requires that all files in ScmFileSet must be relative to basedir This function ensures and converts all absolute paths to relative pathsMethods in org.apache.maven.scm.provider.cvslib with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
AbstractCvsScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BlameScmResult
AbstractCvsScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
BranchScmResult
AbstractCvsScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
AbstractCvsScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
AbstractCvsScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
AbstractCvsScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
DiffScmResult
AbstractCvsScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
private ScmResult
AbstractCvsScmProvider. executeCommand(Command command, ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ExportScmResult
AbstractCvsScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
private static ScmFileSet
AbstractCvsScmProvider. fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet)
CVS provider requires that all files in ScmFileSet must be relative to basedir This function ensures and converts all absolute paths to relative pathsprotected ListScmResult
AbstractCvsScmProvider. list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.LoginScmResult
AbstractCvsScmProvider. login(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected MkdirScmResult
AbstractCvsScmProvider. mkdir(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Create directory/directories in the repository.RemoveScmResult
AbstractCvsScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
AbstractCvsScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
AbstractCvsScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected TagScmResult
AbstractCvsScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, ScmTagParameters scmParameters)
UpdateScmResult
AbstractCvsScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command
Methods in org.apache.maven.scm.provider.cvslib.command with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
CvsCommandUtils. getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
static org.codehaus.plexus.util.cli.Commandline
CvsCommandUtils. getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
static org.codehaus.plexus.util.cli.Commandline
CvsCommandUtils. getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, java.lang.String options)
static org.codehaus.plexus.util.cli.Commandline
CvsCommandUtils. getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, java.lang.String options, boolean addCvsRoot)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.add
Methods in org.apache.maven.scm.provider.cvslib.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractCvsAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.blame
Methods in org.apache.maven.scm.provider.cvslib.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
AbstractCvsBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.branch
Methods in org.apache.maven.scm.provider.cvslib.command.branch with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractCvsBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branchName, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
AbstractCvsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
private ChangeLogScmResult
AbstractCvsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)
protected ChangeLogScmResult
AbstractCvsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.checkin
Methods in org.apache.maven.scm.provider.cvslib.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
AbstractCvsCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.checkout
Methods in org.apache.maven.scm.provider.cvslib.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
AbstractCvsCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
The overridenAbstractCvsCheckOutCommand.executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)
in this class will not call this method!ScmResult
AbstractCvsCheckOutCommand. executeCommand(ScmProviderRepository repo, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.diff
Methods in org.apache.maven.scm.provider.cvslib.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
AbstractCvsDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.export
Methods in org.apache.maven.scm.provider.cvslib.command.export with parameters of type ScmFileSet Modifier and Type Method Description protected ExportScmResult
AbstractCvsExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.list
Methods in org.apache.maven.scm.provider.cvslib.command.list with parameters of type ScmFileSet Modifier and Type Method Description protected ListScmResult
AbstractCvsListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List contents of the remote repositoryprivate ListScmResult
AbstractCvsListCommand. executeListCommand1(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version, java.lang.Boolean supD)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.login
Methods in org.apache.maven.scm.provider.cvslib.command.login with parameters of type ScmFileSet Modifier and Type Method Description LoginScmResult
CvsLoginCommand. executeLoginCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.mkdir
Methods in org.apache.maven.scm.provider.cvslib.command.mkdir with parameters of type ScmFileSet Modifier and Type Method Description protected MkdirScmResult
AbstractCvsMkdirCommand. executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean createInLocal)
Creates directories in the remote repository. -
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.remove
Methods in org.apache.maven.scm.provider.cvslib.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
AbstractCvsRemoveCommand. executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.status
Methods in org.apache.maven.scm.provider.cvslib.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected StatusScmResult
AbstractCvsStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.tag
Methods in org.apache.maven.scm.provider.cvslib.command.tag with parameters of type ScmFileSet Modifier and Type Method Description ScmResult
AbstractCvsTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
ScmResult
AbstractCvsTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.cvslib.command.update
Methods in org.apache.maven.scm.provider.cvslib.command.update with parameters of type ScmFileSet Modifier and Type Method Description UpdateScmResult
AbstractCvsUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
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)
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)
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(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet)
static org.codehaus.plexus.util.cli.Commandline
GitCommandUtils. getBaseCommand(java.lang.String commandName, GitScmProviderRepository repo, ScmFileSet fileSet, java.lang.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, java.lang.String message, boolean binary)
private AddScmResult
GitAddCommand. executeAddFileSet(ScmFileSet fileSet)
-
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, java.lang.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 static org.codehaus.plexus.util.cli.Commandline
GitBranchCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.String branch)
ScmResult
GitBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message)
static java.lang.String
GitBranchCommand. getCurrentBranch(ScmLogger logger, 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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit, ScmVersion version)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
protected ChangeLogScmResult
GitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.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, java.io.File messageFile)
static org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createPushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
protected CheckInScmResult
GitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
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 overridenGitCheckOutCommand.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
Fields in org.apache.maven.scm.provider.git.gitexe.command.info declared as ScmFileSet Modifier and Type Field Description private ScmFileSet
GitInfoConsumer. scmFileSet
Methods in org.apache.maven.scm.provider.git.gitexe.command.info with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
GitInfoCommand. createCommandLine(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ScmResult
GitInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
Constructors in org.apache.maven.scm.provider.git.gitexe.command.info with parameters of type ScmFileSet Constructor Description GitInfoConsumer(ScmLogger logger, ScmFileSet scmFileSet)
-
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, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.git.gitexe.command.status
Fields in org.apache.maven.scm.provider.git.gitexe.command.status declared as ScmFileSet Modifier and Type Field Description private ScmFileSet
GitStatusConsumer. scmFileSet
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 java.net.URI
GitStatusCommand. getRelativeCWD(AbstractCommand caller, 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(ScmLogger logger, java.io.File workingDirectory, java.net.URI relativeRepositoryPath, ScmFileSet scmFileSet)
Assuming that you have to discover the repositoryRoot, this is how you can get therelativeRepositoryPath
GitStatusConsumer(ScmLogger logger, java.io.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 static org.codehaus.plexus.util.cli.Commandline
GitTagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tag)
ScmResult
GitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
ScmResult
GitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 static org.codehaus.plexus.util.cli.Commandline
GitUntagCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, java.lang.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 java.util.List<ScmFile>
JGitUtils. addAllFiles(org.eclipse.jgit.api.Git git, ScmFileSet fileSet)
Adds all files in the given fileSet to 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, java.lang.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, java.lang.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, java.lang.String branch, java.lang.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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.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, java.lang.String message, ScmVersion version)
-
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.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, java.lang.String tag, java.lang.String message)
ScmResult
JGitTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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, java.lang.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, java.lang.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, java.lang.String branch, java.lang.String message)
protected ScmResult
HgBranchCommand. executeBranchCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
protected ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)
private ChangeLogScmResult
HgChangeLogCommand. executeChangeLogCommand(ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, java.lang.String datePattern, java.lang.Integer limit)
-
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, java.lang.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, java.lang.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, java.lang.String tag, java.lang.String message)
protected ScmResult
HgTagCommand. executeTagCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.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.jazz
Methods in org.apache.maven.scm.provider.jazz with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
JazzScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BlameScmResult
JazzScmProvider. blame(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected BranchScmResult
JazzScmProvider. branch(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ChangeLogScmResult
JazzScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected CheckInScmResult
JazzScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected CheckOutScmResult
JazzScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected DiffScmResult
JazzScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected EditScmResult
JazzScmProvider. edit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ExportScmResult
JazzScmProvider. export(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected ListScmResult
JazzScmProvider. list(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
List each element (files and directories) of fileSet as they exist in the repository.protected StatusScmResult
JazzScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected TagScmResult
JazzScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected UnEditScmResult
JazzScmProvider. unedit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected UpdateScmResult
JazzScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command
Methods in org.apache.maven.scm.provider.jazz.command with parameters of type ScmFileSet Modifier and Type Method Description void
JazzScmCommand. addArgument(ScmFileSet fileSet)
Constructors in org.apache.maven.scm.provider.jazz.command with parameters of type ScmFileSet Constructor Description JazzScmCommand(java.lang.String cmd, java.lang.String subCmd, ScmProviderRepository repo, boolean addRepositoryWorkspaceArg, ScmFileSet fileSet, ScmLogger logger)
Create a JazzScmCommand, adding the repository-uri as needed.JazzScmCommand(java.lang.String cmd, java.lang.String subCmd, ScmProviderRepository repo, ScmFileSet fileSet, ScmLogger logger)
Create a JazzScmCommand when a sub-command is needed.JazzScmCommand(java.lang.String cmd, ScmProviderRepository repo, ScmFileSet fileSet, ScmLogger logger)
Create a JazzScmCommand when no sub-command is needed. -
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.add
Methods in org.apache.maven.scm.provider.jazz.command.add with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzAddCommand. createAddCommand(ScmProviderRepository repo, ScmFileSet fileSet)
AddScmResult
JazzAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
JazzAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.blame
Methods in org.apache.maven.scm.provider.jazz.command.blame with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzBlameCommand. createBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String filename)
BlameScmResult
JazzBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.branch
Methods in org.apache.maven.scm.provider.jazz.command.branch with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
JazzBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String branch, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.changelog
Methods in org.apache.maven.scm.provider.jazz.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected JazzScmCommand
JazzChangeLogCommand. createHistoryCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected JazzScmCommand
JazzChangeLogCommand. createListChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.List<ChangeSet> changeSets)
protected ChangeLogScmResult
JazzChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.checkin
Methods in org.apache.maven.scm.provider.jazz.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzCheckInCommand. createCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet)
JazzScmCommand
JazzCheckInCommand. createCreateChangesetCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message)
JazzScmCommand
JazzCheckInCommand. createDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet)
protected CheckInScmResult
JazzCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion)
protected CheckInScmResult
JazzCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.checkout
Methods in org.apache.maven.scm.provider.jazz.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzCheckOutCommand. createJazzLoadCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)
protected CheckOutScmResult
JazzCheckOutCommand. 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.jazz.command.diff
Methods in org.apache.maven.scm.provider.jazz.command.diff with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzDiffCommand. createDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String relativePath)
protected DiffScmResult
JazzDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.edit
Methods in org.apache.maven.scm.provider.jazz.command.edit with parameters of type ScmFileSet Modifier and Type Method Description protected JazzScmCommand
JazzEditCommand. createEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
JazzEditCommand. executeEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.list
Methods in org.apache.maven.scm.provider.jazz.command.list with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzListCommand. createListCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
protected ListScmResult
JazzListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List contents of the remote repository -
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.status
Methods in org.apache.maven.scm.provider.jazz.command.status with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzStatusCommand. createStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
StatusScmResult
JazzStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.tag
Methods in org.apache.maven.scm.provider.jazz.command.tag with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzTagCommand. createTagCreateSnapshotCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
JazzScmCommand
JazzTagCommand. createTagCreateWorkspaceCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)
JazzScmCommand
JazzTagCommand. createTagDeliverCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)
JazzScmCommand
JazzTagCommand. createTagSnapshotPromoteCommand(JazzScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag)
protected ScmResult
JazzTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.unedit
Methods in org.apache.maven.scm.provider.jazz.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzUnEditCommand. createUneditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
JazzUnEditCommand. executeUnEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.jazz.command.update
Methods in org.apache.maven.scm.provider.jazz.command.update with parameters of type ScmFileSet Modifier and Type Method Description JazzScmCommand
JazzUpdateCommand. createAcceptCommand(ScmProviderRepository repo, ScmFileSet fileSet)
protected UpdateScmResult
JazzUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
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)
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, java.lang.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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.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, java.lang.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, java.lang.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, java.lang.String tagName, java.lang.String message)
protected ScmResult
LocalTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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.perforce
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command
Methods in org.apache.maven.scm.provider.perforce.command with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
PerforceInfoCommand. executeCommand(ScmProviderRepository repo, ScmFileSet scmFileSet, CommandParameters commandParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.add
Methods in org.apache.maven.scm.provider.perforce.command.add with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
PerforceAddCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
protected ScmResult
PerforceAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.blame
Methods in org.apache.maven.scm.provider.perforce.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
PerforceBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.changelog
Methods in org.apache.maven.scm.provider.perforce.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
PerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
protected ChangeLogScmResult
PerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
PerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.checkin
Methods in org.apache.maven.scm.provider.perforce.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description static java.lang.String
PerforceCheckInCommand. createChangeListSpecification(PerforceScmProviderRepository repo, ScmFileSet files, java.lang.String msg, java.lang.String canonicalPath, java.lang.String jobs)
protected CheckInScmResult
PerforceCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.checkout
Methods in org.apache.maven.scm.provider.perforce.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
PerforceCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion version, boolean recursive, boolean shallow)
Check out the depot code atrepo.getPath()
into the target directory atfiles.getBasedir
. -
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.diff
Methods in org.apache.maven.scm.provider.perforce.command.diff with parameters of type ScmFileSet Modifier and Type Method Description protected DiffScmResult
PerforceDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion startRev, ScmVersion endRev)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.edit
Methods in org.apache.maven.scm.provider.perforce.command.edit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
PerforceEditCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
protected ScmResult
PerforceEditCommand. executeEditCommand(ScmProviderRepository repo, ScmFileSet files)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.login
Methods in org.apache.maven.scm.provider.perforce.command.login with parameters of type ScmFileSet Modifier and Type Method Description LoginScmResult
PerforceLoginCommand. executeLoginCommand(ScmProviderRepository repo, ScmFileSet files, CommandParameters params)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.remove
Methods in org.apache.maven.scm.provider.perforce.command.remove with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
PerforceRemoveCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
protected ScmResult
PerforceRemoveCommand. executeRemoveCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.status
Methods in org.apache.maven.scm.provider.perforce.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected StatusScmResult
PerforceStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet files)
private org.codehaus.plexus.util.cli.Commandline
PerforceStatusCommand. readOpened(PerforceScmProviderRepository prepo, ScmFileSet files, PerforceStatusConsumer consumer)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.tag
Methods in org.apache.maven.scm.provider.perforce.command.tag with parameters of type ScmFileSet Modifier and Type Method Description private void
PerforceTagCommand. createLabel(ScmProviderRepository repo, ScmFileSet files, java.lang.String tag, PerforceTagConsumer consumer, boolean lock)
static org.codehaus.plexus.util.cli.Commandline
PerforceTagCommand. createLabelsyncCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files, java.lang.String tag)
protected ScmResult
PerforceTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String tag, java.lang.String message)
protected ScmResult
PerforceTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String tag, ScmTagParameters scmTagParameters)
private void
PerforceTagCommand. syncLabel(ScmProviderRepository repo, ScmFileSet files, java.lang.String tag, PerforceTagConsumer consumer)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.unedit
Methods in org.apache.maven.scm.provider.perforce.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
PerforceUnEditCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmFileSet files)
protected ScmResult
PerforceUnEditCommand. executeUnEditCommand(ScmProviderRepository repo, ScmFileSet files)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.perforce.command.update
Methods in org.apache.maven.scm.provider.perforce.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
PerforceUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam
Methods in org.apache.maven.scm.provider.starteam that return ScmFileSet Modifier and Type Method Description private static ScmFileSet
StarteamScmProvider. fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet)
Starteam provider requires that all files in ScmFileSet must be relative to basedir This function ensures and converts all absolute paths to relative pathsMethods in org.apache.maven.scm.provider.starteam with parameters of type ScmFileSet Modifier and Type Method Description AddScmResult
StarteamScmProvider. add(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
ChangeLogScmResult
StarteamScmProvider. changelog(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckInScmResult
StarteamScmProvider. checkin(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
CheckOutScmResult
StarteamScmProvider. checkout(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
DiffScmResult
StarteamScmProvider. diff(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected EditScmResult
StarteamScmProvider. edit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
private static ScmFileSet
StarteamScmProvider. fixUpScmFileSetAbsoluteFilePath(ScmFileSet currentFileSet)
Starteam provider requires that all files in ScmFileSet must be relative to basedir This function ensures and converts all absolute paths to relative pathsRemoveScmResult
StarteamScmProvider. remove(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
StatusScmResult
StarteamScmProvider. status(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
TagScmResult
StarteamScmProvider. tag(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
protected UnEditScmResult
StarteamScmProvider. unedit(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
StarteamScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command
Methods in org.apache.maven.scm.provider.starteam.command with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamCommandLineUtils. createStarteamCommandLine(java.lang.String action, java.util.List<java.lang.String> args, ScmFileSet scmFileSet, StarteamScmProviderRepository repo)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.add
Methods in org.apache.maven.scm.provider.starteam.command.add with parameters of type ScmFileSet Modifier and Type Method Description (package private) static org.codehaus.plexus.util.cli.Commandline
StarteamAddCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet scmFileSet, java.lang.String issue)
protected ScmResult
StarteamAddCommand. executeAddCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.changelog
Methods in org.apache.maven.scm.provider.starteam.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamChangeLogCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet workingDirectory, java.util.Date startDate)
protected ChangeLogScmResult
StarteamChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.checkin
Methods in org.apache.maven.scm.provider.starteam.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamCheckInCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version, java.lang.String issueType, java.lang.String issueValue)
protected CheckInScmResult
StarteamCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.checkout
Methods in org.apache.maven.scm.provider.starteam.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamCheckOutCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet baseDir, ScmVersion version)
protected CheckOutScmResult
StarteamCheckOutCommand. 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.starteam.command.diff
Methods in org.apache.maven.scm.provider.starteam.command.diff with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamDiffCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet workingDirectory, ScmVersion startLabel, ScmVersion endLabel)
protected DiffScmResult
StarteamDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.edit
Methods in org.apache.maven.scm.provider.starteam.command.edit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamEditCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
protected ScmResult
StarteamEditCommand. executeEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.remove
Methods in org.apache.maven.scm.provider.starteam.command.remove with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamRemoveCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
protected ScmResult
StarteamRemoveCommand. executeRemoveCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.status
Methods in org.apache.maven.scm.provider.starteam.command.status with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamStatusCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet workingDirectory)
protected StatusScmResult
StarteamStatusCommand. executeStatusCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.tag
Methods in org.apache.maven.scm.provider.starteam.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
StarteamTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
protected ScmResult
StarteamTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.unedit
Methods in org.apache.maven.scm.provider.starteam.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamUnEditCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet dirOrFile)
protected ScmResult
StarteamUnEditCommand. executeUnEditCommand(ScmProviderRepository repo, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.starteam.command.update
Methods in org.apache.maven.scm.provider.starteam.command.update with parameters of type ScmFileSet Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
StarteamUpdateCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
static org.codehaus.plexus.util.cli.Commandline
StarteamUpdateCommand. createDeleteLocalCommand(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version)
private void
StarteamUpdateCommand. deleteLocal(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected UpdateScmResult
StarteamUpdateCommand. 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)
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, java.lang.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, java.lang.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, java.lang.String branch, java.lang.String message)
ScmResult
SvnBranchCommand. executeBranchCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
Deprecated.private ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)
protected ChangeLogScmResult
SvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.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, java.io.File messageFile)
protected CheckInScmResult
SvnCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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, java.lang.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 static org.codehaus.plexus.util.cli.Commandline
SvnInfoCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, java.lang.String revision)
protected ScmResult
SvnInfoCommand. executeCommand(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
InfoScmResult
SvnInfoCommand. executeInfoCommand(SvnScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters, boolean recursive, java.lang.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 (package private) static org.codehaus.plexus.util.cli.Commandline
SvnListCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
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 static org.codehaus.plexus.util.cli.Commandline
SvnMkdirCommand. createCommandLine(SvnScmProviderRepository repository, ScmFileSet fileSet, java.io.File messageFile, boolean createInLocal)
protected MkdirScmResult
SvnMkdirCommand. executeMkdirCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.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, java.lang.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 static 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, java.lang.String tag, java.lang.String message)
ScmResult
SvnTagCommand. executeTagCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.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 (package private) org.codehaus.plexus.util.cli.Commandline
SvnUntagCommand. createCommandline(SvnScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tag, java.io.File messageFile)
create command line from parametersScmResult
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)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.add
Methods in org.apache.maven.scm.provider.synergy.command.add with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SynergyAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.changelog
Methods in org.apache.maven.scm.provider.synergy.command.changelog with parameters of type ScmFileSet Modifier and Type Method Description protected ChangeLogScmResult
SynergyChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.checkin
Methods in org.apache.maven.scm.provider.synergy.command.checkin with parameters of type ScmFileSet Modifier and Type Method Description protected CheckInScmResult
SynergyCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.checkout
Methods in org.apache.maven.scm.provider.synergy.command.checkout with parameters of type ScmFileSet Modifier and Type Method Description protected CheckOutScmResult
SynergyCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.edit
Methods in org.apache.maven.scm.provider.synergy.command.edit with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SynergyEditCommand. executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.remove
Methods in org.apache.maven.scm.provider.synergy.command.remove with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SynergyRemoveCommand. executeRemoveCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.status
Methods in org.apache.maven.scm.provider.synergy.command.status with parameters of type ScmFileSet Modifier and Type Method Description protected StatusScmResult
SynergyStatusCommand. executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.tag
Methods in org.apache.maven.scm.provider.synergy.command.tag with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SynergyTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tag, java.lang.String message)
protected ScmResult
SynergyTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tag, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.unedit
Methods in org.apache.maven.scm.provider.synergy.command.unedit with parameters of type ScmFileSet Modifier and Type Method Description protected ScmResult
SynergyUnEditCommand. executeUnEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.synergy.command.update
Methods in org.apache.maven.scm.provider.synergy.command.update with parameters of type ScmFileSet Modifier and Type Method Description protected UpdateScmResult
SynergyUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.tfs
-
Uses of ScmFileSet in org.apache.maven.scm.provider.tfs.command
Constructors in org.apache.maven.scm.provider.tfs.command with parameters of type ScmFileSet Constructor Description TfsCommand(java.lang.String cmd, ScmProviderRepository r, ScmFileSet f, ScmLogger logger)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.tfs.command.blame
Methods in org.apache.maven.scm.provider.tfs.command.blame with parameters of type ScmFileSet Modifier and Type Method Description BlameScmResult
TfsBlameCommand. executeBlameCommand(ScmProviderRepository repo, ScmFileSet workingDirectory, java.lang.String filename)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands
Methods in org.apache.maven.scm.provider.vss.commands with parameters of type ScmFileSet Modifier and Type Method Description static void
VssCommandLineUtils. addFiles(org.codehaus.plexus.util.cli.Commandline cl, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.add
Methods in org.apache.maven.scm.provider.vss.commands.add with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssAddCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
VssAddCommand. executeAddCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, boolean binary)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.changelog
Methods in org.apache.maven.scm.provider.vss.commands.changelog with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssHistoryCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate)
protected ChangeLogScmResult
VssHistoryCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.checkin
Methods in org.apache.maven.scm.provider.vss.commands.checkin with parameters of type ScmFileSet Modifier and Type Method Description java.util.List<org.codehaus.plexus.util.cli.Commandline>
VssCheckInCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected CheckInScmResult
VssCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion)
(non-Javadoc) -
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.checkout
Methods in org.apache.maven.scm.provider.vss.commands.checkout with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssCheckOutCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected CheckOutScmResult
VssCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.edit
Methods in org.apache.maven.scm.provider.vss.commands.edit with parameters of type ScmFileSet Modifier and Type Method Description java.util.List<org.codehaus.plexus.util.cli.Commandline>
VssEditCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
protected ScmResult
VssEditCommand. executeEditCommand(ScmProviderRepository repository, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.status
Fields in org.apache.maven.scm.provider.vss.commands.status declared as ScmFileSet Modifier and Type Field Description private ScmFileSet
VssStatusConsumer. fileSet
Methods in org.apache.maven.scm.provider.vss.commands.status with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssStatusCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet)
protected StatusScmResult
VssStatusCommand. executeStatusCommand(ScmProviderRepository repository, ScmFileSet fileSet)
Constructors in org.apache.maven.scm.provider.vss.commands.status with parameters of type ScmFileSet Constructor Description VssStatusConsumer(VssScmProviderRepository repo, ScmLogger logger, ScmFileSet fileSet)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.tag
Methods in org.apache.maven.scm.provider.vss.commands.tag with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssTagCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
protected ScmResult
VssTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, java.lang.String message)
protected ScmResult
VssTagCommand. executeTagCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String tagName, ScmTagParameters scmTagParameters)
-
Uses of ScmFileSet in org.apache.maven.scm.provider.vss.commands.update
Methods in org.apache.maven.scm.provider.vss.commands.update with parameters of type ScmFileSet Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
VssUpdateCommand. buildCmdLine(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
protected UpdateScmResult
VssUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
-
Uses of ScmFileSet in org.apache.maven.scm.tck.command.list
Methods in org.apache.maven.scm.tck.command.list with parameters of type ScmFileSet Modifier and Type Method Description private java.util.List<ScmFile>
ListCommandTckTest. runList(ScmFileSet fileSet, boolean recursive)
-