Uses of Interface
org.apache.maven.scm.ScmVersion
-
-
Uses of ScmVersion in org.apache.maven.scm
Classes in org.apache.maven.scm that implement ScmVersion Modifier and Type Class Description classAbstractScmVersionclassScmBranchclassScmRevisionclassScmTagMethods in org.apache.maven.scm that return ScmVersion Modifier and Type Method Description ScmVersionCommandParameters. getScmVersion(CommandParameter parameter)Return the parameter value as ScmVersion.ScmVersionCommandParameters. getScmVersion(CommandParameter parameter, ScmVersion defaultValue)Return the parameter value as ScmVersion or the default value.Methods in org.apache.maven.scm with parameters of type ScmVersion Modifier and Type Method Description ScmVersionCommandParameters. getScmVersion(CommandParameter parameter, ScmVersion defaultValue)Return the parameter value as ScmVersion or the default value.voidCommandParameters. setScmVersion(CommandParameter parameter, ScmVersion scmVersion)Set a parameter value. -
Uses of ScmVersion in org.apache.maven.scm.command.changelog
Methods in org.apache.maven.scm.command.changelog that return ScmVersion Modifier and Type Method Description ScmVersionChangeLogScmRequest. getEndRevision()ScmVersionChangeLogSet. getEndVersion()Returns the end version (revision/branch/label) for this set.ScmVersionChangeLogScmRequest. getRevision()ScmVersionChangeLogScmRequest. getStartRevision()ScmVersionChangeLogSet. getStartVersion()Returns the start version (revision/branch/label) for this set.Methods in org.apache.maven.scm.command.changelog with parameters of type ScmVersion Modifier and Type Method Description protected ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Deprecated.protected ChangeLogScmResultAbstractChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Deprecated.voidChangeLogScmRequest. setEndRevision(ScmVersion endRevision)voidChangeLogSet. setEndVersion(ScmVersion endVersion)voidChangeLogScmRequest. setRevision(ScmVersion revision)voidChangeLogScmRequest. setStartRevision(ScmVersion startRevision)voidChangeLogSet. setStartVersion(ScmVersion startVersion) -
Uses of ScmVersion in org.apache.maven.scm.command.checkin
Methods in org.apache.maven.scm.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected abstract CheckInScmResultAbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.command.checkout
Methods in org.apache.maven.scm.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultAbstractCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Execute Check out command line in a recursive check out way.protected abstract CheckOutScmResultAbstractCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.command.diff
Methods in org.apache.maven.scm.command.diff with parameters of type ScmVersion Modifier and Type Method Description protected abstract DiffScmResultAbstractDiffCommand. executeDiffCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion in org.apache.maven.scm.command.export
Methods in org.apache.maven.scm.command.export with parameters of type ScmVersion Modifier and Type Method Description protected abstract ExportScmResultAbstractExportCommand. executeExportCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String outputDirectory) -
Uses of ScmVersion in org.apache.maven.scm.command.list
Methods in org.apache.maven.scm.command.list with parameters of type ScmVersion Modifier and Type Method Description protected abstract ListScmResultAbstractListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)List contents of the remote repository -
Uses of ScmVersion in org.apache.maven.scm.command.update
Methods in org.apache.maven.scm.command.update with parameters of type ScmVersion Modifier and Type Method Description protected abstract UpdateScmResultAbstractUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager with parameters of type ScmVersion Modifier and Type Method Description ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultAbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Returns the changes that have happend in the source control system between two tags.CheckInScmResultAbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)Save the changes you have done into the repository.CheckInScmResultScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)Save the changes you have done into the repository.CheckInScmResultScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)Save the changes you have done into the repository.CheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machineCheckOutScmResultAbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machineCheckOutScmResultScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machineCheckOutScmResultScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.DiffScmResultAbstractScmManager. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmManager. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmManagerStub. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.ExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultAbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineListScmResultAbstractScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmManagerStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.UpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmManager. 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 repositoryUpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManager. 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 repositoryUpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmManagerStub. 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 ScmVersion in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmVersion Modifier and Type Method Description ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultAbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Deprecated.ChangeLogScmResultScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, java.lang.String datePattern)Deprecated.ChangeLogScmResultScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Returns the changes that have happend in the source control system between two tags.ChangeLogScmResultScmProviderStub. 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.CheckInScmResultAbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String message)Save the changes you have done into the repository.CheckInScmResultScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)Save the changes you have done into the repository.CheckInScmResultScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, java.lang.String message)Save the changes you have done into the repository.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create a copy of the repository on your local machineCheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultAbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters)CheckOutScmResultScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machineCheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create a copy of the repository on your local machineCheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)Create a copy of the repository on your local machine.CheckOutScmResultScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)DiffScmResultAbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.DiffScmResultScmProviderStub. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)Create a diff between two branch/tag/revision.ExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Create an exported copy of the repository on your local machineExportScmResultAbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Create an exported copy of the repository on your local machineExportScmResultScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory)Create an exported copy of the repository on your local machineListScmResultAbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.ListScmResultScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List each element (files and directories) of fileSet as they exist in the repository.UpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultAbstractScmProvider. 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 repositoryUpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProvider. 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 repositoryUpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, java.util.Date lastUpdate)Updates the copy on the local machine with the changes in the repositoryUpdateScmResultScmProviderStub. 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 ScmVersion in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev with parameters of type ScmVersion Modifier and Type Method Description AccuRevVersionAccuRevScmProviderRepository. getAccuRevVersion(ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.accurev.command
Methods in org.apache.maven.scm.provider.accurev.command with parameters of type ScmVersion Modifier and Type Method Description protected abstract ScmResultAbstractAccuRevExtractSourceCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.List<ScmFile> scmFiles, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.accurev.command.checkout
Methods in org.apache.maven.scm.provider.accurev.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected ScmResultAccuRevCheckOutCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.List<ScmFile> scmFiles, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.accurev.command.export
Methods in org.apache.maven.scm.provider.accurev.command.export with parameters of type ScmVersion Modifier and Type Method Description protected ScmResultAccuRevExportCommand. getScmResult(AccuRevScmProviderRepository repository, java.util.List<ScmFile> scmFiles, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.bazaar.command.checkin
Methods in org.apache.maven.scm.provider.bazaar.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultBazaarCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.bazaar.command.checkout
Methods in org.apache.maven.scm.provider.bazaar.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultBazaarCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.bazaar.command.diff
Methods in org.apache.maven.scm.provider.bazaar.command.diff with parameters of type ScmVersion Modifier and Type Method Description protected DiffScmResultBazaarDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion in org.apache.maven.scm.provider.bazaar.command.update
Methods in org.apache.maven.scm.provider.bazaar.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultBazaarUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.clearcase.command.checkin
Methods in org.apache.maven.scm.provider.clearcase.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultClearCaseCheckInCommand. executeCheckInCommand(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.clearcase.command.checkout
Methods in org.apache.maven.scm.provider.clearcase.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected java.lang.StringClearCaseCheckOutCommand. createConfigSpec(java.lang.String loadDirectory, java.lang.String elementName, ScmVersion version)protected java.lang.StringClearCaseCheckOutCommand. createConfigSpec(java.lang.String loadDirectory, ScmVersion version)Creates a config spec that loads the given loadDirectory and uses the given version tagprotected CheckOutScmResultClearCaseCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.clearcase.command.update
Methods in org.apache.maven.scm.provider.clearcase.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultClearCaseUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.command.changelog with parameters of type ScmVersion Modifier and Type Method Description protected ChangeLogScmResultAbstractCvsChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)protected abstract ChangeLogScmResultAbstractCvsChangeLogCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.checkin
Methods in org.apache.maven.scm.provider.cvslib.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultAbstractCvsCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.checkout
Methods in org.apache.maven.scm.provider.cvslib.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultAbstractCvsCheckOutCommand. 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! -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.diff
Methods in org.apache.maven.scm.provider.cvslib.command.diff with parameters of type ScmVersion Modifier and Type Method Description protected DiffScmResultAbstractCvsDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.export
Methods in org.apache.maven.scm.provider.cvslib.command.export with parameters of type ScmVersion Modifier and Type Method Description protected ExportScmResultAbstractCvsExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.list
Methods in org.apache.maven.scm.provider.cvslib.command.list with parameters of type ScmVersion Modifier and Type Method Description protected ListScmResultAbstractCvsListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)List contents of the remote repository -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.command.update
Methods in org.apache.maven.scm.provider.cvslib.command.update with parameters of type ScmVersion Modifier and Type Method Description UpdateScmResultAbstractCvsUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.cvsexe.command.changelog with parameters of type ScmVersion Modifier and Type Method Description protected ChangeLogScmResultCvsExeChangeLogCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion in org.apache.maven.scm.provider.cvslib.cvsjava.command.changelog
Methods in org.apache.maven.scm.provider.cvslib.cvsjava.command.changelog with parameters of type ScmVersion Modifier and Type Method Description protected ChangeLogScmResultCvsJavaChangeLogCommand. executeCvsCommand(org.codehaus.plexus.util.cli.Commandline cl, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitChangeLogCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)this constructs creates the commandline for the git-whatchanged command.protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultGitChangeLogCommand. 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 ChangeLogScmResultGitChangeLogCommand. 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 ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, java.lang.String datePattern)protected ChangeLogScmResultGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCheckInCommand. createPushCommandLine(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)protected CheckInScmResultGitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitCheckOutCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version)protected CheckOutScmResultGitCheckOutCommand. 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! -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitDiffCommand. createCommandLine(java.io.File workingDirectory, ScmVersion startVersion, ScmVersion endVersion, boolean cached)protected DiffScmResultGitDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineGitUpdateCommand. createCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmVersion scmVersion)create the command line for updating the current branch with the info from the foreign repository.static org.codehaus.plexus.util.cli.CommandlineGitUpdateCommand. createLatestRevisionCommandLine(GitScmProviderRepository repository, java.io.File workingDirectory, ScmVersion scmVersion)protected UpdateScmResultGitUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.changelog
Methods in org.apache.maven.scm.provider.hg.command.changelog with parameters of type ScmVersion Modifier and Type Method Description protected ChangeLogScmResultHgChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.checkin
Methods in org.apache.maven.scm.provider.hg.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultHgCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion tag) -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.checkout
Methods in org.apache.maven.scm.provider.hg.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultHgCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.diff
Methods in org.apache.maven.scm.provider.hg.command.diff with parameters of type ScmVersion Modifier and Type Method Description protected DiffScmResultHgDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.inventory
Methods in org.apache.maven.scm.provider.hg.command.inventory with parameters of type ScmVersion Modifier and Type Method Description protected ListScmResultHgListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)List contents of the remote repository -
Uses of ScmVersion in org.apache.maven.scm.provider.hg.command.update
Methods in org.apache.maven.scm.provider.hg.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultHgUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag) -
Uses of ScmVersion in org.apache.maven.scm.provider.local.command.checkin
Methods in org.apache.maven.scm.provider.local.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultLocalCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.local.command.checkout
Methods in org.apache.maven.scm.provider.local.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultLocalCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.local.command.list
Methods in org.apache.maven.scm.provider.local.command.list with parameters of type ScmVersion Modifier and Type Method Description protected ListScmResultLocalListCommand. executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion version)List contents of the remote repository -
Uses of ScmVersion in org.apache.maven.scm.provider.local.command.update
Methods in org.apache.maven.scm.provider.local.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultLocalUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.perforce.command.changelog
Methods in org.apache.maven.scm.provider.perforce.command.changelog with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinePerforceChangeLogCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, java.lang.String clientspec, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultPerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.util.Date startDate, java.util.Date endDate, ScmBranch branch, java.lang.String datePattern, ScmVersion startVersion, ScmVersion endVersion)protected ChangeLogScmResultPerforceChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern) -
Uses of ScmVersion in org.apache.maven.scm.provider.perforce.command.checkin
Methods in org.apache.maven.scm.provider.perforce.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultPerforceCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet files, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.perforce.command.checkout
Methods in org.apache.maven.scm.provider.perforce.command.checkout with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinePerforceCheckOutCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmVersion version, java.lang.String specname)protected CheckOutScmResultPerforceCheckOutCommand. 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 ScmVersion in org.apache.maven.scm.provider.perforce.command.diff
Methods in org.apache.maven.scm.provider.perforce.command.diff with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlinePerforceDiffCommand. createCommandLine(PerforceScmProviderRepository repo, java.io.File workingDirectory, ScmVersion startRev, ScmVersion endRev)protected DiffScmResultPerforceDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion startRev, ScmVersion endRev) -
Uses of ScmVersion in org.apache.maven.scm.provider.perforce.command.update
Methods in org.apache.maven.scm.provider.perforce.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultPerforceUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet files, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.starteam.command.checkin
Methods in org.apache.maven.scm.provider.starteam.command.checkin with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineStarteamCheckInCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version, java.lang.String issueType, java.lang.String issueValue)protected CheckInScmResultStarteamCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.starteam.command.checkout
Methods in org.apache.maven.scm.provider.starteam.command.checkout with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineStarteamCheckOutCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet baseDir, ScmVersion version)protected CheckOutScmResultStarteamCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.starteam.command.diff
Methods in org.apache.maven.scm.provider.starteam.command.diff with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineStarteamDiffCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet workingDirectory, ScmVersion startLabel, ScmVersion endLabel)protected DiffScmResultStarteamDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.starteam.command.update
Methods in org.apache.maven.scm.provider.starteam.command.update with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineStarteamUpdateCommand. createCommandLine(StarteamScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)static org.codehaus.plexus.util.cli.CommandlineStarteamUpdateCommand. createDeleteLocalCommand(StarteamScmProviderRepository repo, ScmFileSet dir, ScmVersion version)protected UpdateScmResultStarteamUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmVersion Modifier and Type Method Description static booleanSvnTagBranchUtils. isRevisionSpecifier(ScmVersion version)Returns whether the supplied tag refers to an actual revision or is specifying a tag/branch url in the repository. -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion)static org.codehaus.plexus.util.cli.CommandlineSvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmBranch branch, java.util.Date startDate, java.util.Date endDate, ScmVersion startVersion, ScmVersion endVersion, java.lang.Integer limit)protected ChangeLogScmResultSvnChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, java.lang.String datePattern)Deprecated. -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description protected CheckInScmResultSvnCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnCheckOutCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url)Create SVN check out command line in a recursive way.static org.codehaus.plexus.util.cli.CommandlineSvnCheckOutCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url, boolean recursive)Create SVN check out command line.protected CheckOutScmResultSvnCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnDiffCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion startVersion, ScmVersion endVersion)protected DiffScmResultSvnDiffCommand. executeDiffCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnExeExportCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version, java.lang.String url, java.lang.String outputSirectory)protected ExportScmResultSvnExeExportCommand. executeExportCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, java.lang.String outputDirectory) -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description protected ListScmResultSvnListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)List contents of the remote repository -
Uses of ScmVersion 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 ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSvnUpdateCommand. createCommandLine(SvnScmProviderRepository repository, java.io.File workingDirectory, ScmVersion version)protected UpdateScmResultSvnUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.synergy.command.checkin
Methods in org.apache.maven.scm.provider.synergy.command.checkin with parameters of type ScmVersion Modifier and Type Method Description protected CheckInScmResultSynergyCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, java.lang.String message, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.synergy.command.checkout
Methods in org.apache.maven.scm.provider.synergy.command.checkout with parameters of type ScmVersion Modifier and Type Method Description protected CheckOutScmResultSynergyCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)Execute Check out command line. -
Uses of ScmVersion in org.apache.maven.scm.provider.synergy.command.update
Methods in org.apache.maven.scm.provider.synergy.command.update with parameters of type ScmVersion Modifier and Type Method Description protected UpdateScmResultSynergyUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.provider.synergy.util
Methods in org.apache.maven.scm.provider.synergy.util with parameters of type ScmVersion Modifier and Type Method Description static org.codehaus.plexus.util.cli.CommandlineSynergyCCM. checkoutProject(java.io.File directory, java.lang.String projectSpec, ScmVersion version, java.lang.String purpose, java.lang.String release, java.lang.String ccmAddr)Create commandline to checkout a projectstatic voidSynergyUtil. checkoutProject(ScmLogger logger, java.io.File directory, java.lang.String projectSpec, ScmVersion version, java.lang.String purpose, java.lang.String release, java.lang.String ccmAddr)Checkout a given project. -
Uses of ScmVersion in org.apache.maven.scm.provider.tfs.command
Methods in org.apache.maven.scm.provider.tfs.command with parameters of type ScmVersion Modifier and Type Method Description TfsCommandTfsUpdateCommand. createCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v)TfsCommandTfsCheckOutCommand. createGetCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive)protected CheckInScmResultTfsCheckInCommand. executeCheckInCommand(ScmProviderRepository r, ScmFileSet f, java.lang.String m, ScmVersion v)protected CheckOutScmResultTfsCheckOutCommand. executeCheckOutCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow)protected ListScmResultTfsListCommand. executeListCommand(ScmProviderRepository r, ScmFileSet f, boolean recursive, ScmVersion v)protected UpdateScmResultTfsUpdateCommand. executeUpdateCommand(ScmProviderRepository r, ScmFileSet f, ScmVersion v)
-