Uses of Interface
org.apache.maven.scm.ScmVersion
Packages that use ScmVersion
Package
Description
-
Uses of ScmVersion in org.apache.maven.scm
Classes in org.apache.maven.scm that implement ScmVersionModifier and TypeClassDescriptionclass
class
class
class
Methods in org.apache.maven.scm that return ScmVersionModifier and TypeMethodDescriptionCommandParameters.getScmVersion
(CommandParameter parameter) Return the parameter value as ScmVersion.CommandParameters.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 ScmVersionModifier and TypeMethodDescriptionCommandParameters.getScmVersion
(CommandParameter parameter, ScmVersion defaultValue) Return the parameter value as ScmVersion or the default value.void
CommandParameters.setScmVersion
(CommandParameter parameter, ScmVersion scmVersion) Set a parameter value. -
Uses of ScmVersion in org.apache.maven.scm.client.cli
Methods in org.apache.maven.scm.client.cli with parameters of type ScmVersionModifier and TypeMethodDescriptionprivate void
MavenScmCli.checkIn
(ScmRepository scmRepository, File workingDirectory, ScmVersion version) private void
MavenScmCli.checkOut
(ScmRepository scmRepository, File workingDirectory, ScmVersion version) void
MavenScmCli.execute
(String scmUrl, String command, File workingDirectory, ScmVersion version) private void
MavenScmCli.update
(ScmRepository scmRepository, File workingDirectory, ScmVersion version) -
Uses of ScmVersion in org.apache.maven.scm.command.changelog
Fields in org.apache.maven.scm.command.changelog declared as ScmVersionModifier and TypeFieldDescriptionprivate ScmVersion
ChangeLogSet.endVersion
private ScmVersion
ChangeLogSet.startVersion
Methods in org.apache.maven.scm.command.changelog that return ScmVersionModifier and TypeMethodDescriptionChangeLogScmRequest.getEndRevision()
ChangeLogSet.getEndVersion()
Returns the end version (revision/branch/label) for this set.ChangeLogScmRequest.getRevision()
ChangeLogScmRequest.getStartRevision()
ChangeLogSet.getStartVersion()
Returns the start version (revision/branch/label) for this set.Methods in org.apache.maven.scm.command.changelog with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected ChangeLogScmResult
AbstractChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Deprecated.protected ChangeLogScmResult
AbstractChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Deprecated.void
ChangeLogScmRequest.setEndRevision
(ScmVersion endRevision) void
ChangeLogSet.setEndVersion
(ScmVersion endVersion) void
ChangeLogScmRequest.setRevision
(ScmVersion revision) void
ChangeLogScmRequest.setStartRevision
(ScmVersion startRevision) void
ChangeLogSet.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 ScmVersionModifier and TypeMethodDescriptionprotected abstract CheckInScmResult
AbstractCheckInCommand.executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected 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. -
Uses of ScmVersion in org.apache.maven.scm.command.diff
Methods in org.apache.maven.scm.command.diff with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected abstract DiffScmResult
AbstractDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected abstract ExportScmResult
AbstractExportCommand.executeExportCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory) -
Uses of ScmVersion in org.apache.maven.scm.command.list
Methods in org.apache.maven.scm.command.list with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected abstract ListScmResult
AbstractListCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected abstract UpdateScmResult
AbstractUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionAbstractScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.AbstractScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags.ScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmManager.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmManagerStub.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happend in the source control system between two tags.ScmManagerStub.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happend in the source control system between two tags.AbstractScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmManager.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmManagerStub.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.AbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineAbstractScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmManager.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmManager.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmManagerStub.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmManagerStub.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.AbstractScmManager.diff
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmManager.diff
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmManagerStub.diff
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.AbstractScmManager.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machineAbstractScmManager.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machineScmManager.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machineScmManager.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machineScmManagerStub.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machineScmManagerStub.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machineAbstractScmManager.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmManager.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmManagerStub.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.AbstractScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repositoryAbstractScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryAbstractScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repositoryAbstractScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryAbstractScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repositoryScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryScmManager.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmManagerStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repositoryScmManagerStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryScmManagerStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmManagerStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryScmManagerStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository -
Uses of ScmVersion in org.apache.maven.scm.plugin
Methods in org.apache.maven.scm.plugin that return ScmVersionModifier and TypeMethodDescriptionAbstractScmMojo.getScmVersion
(String versionType, String version) -
Uses of ScmVersion in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider with parameters of type ScmVersionModifier and TypeMethodDescriptionAbstractScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.AbstractScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) Returns the changes that have happened in the source control system between two tags.ScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Deprecated.ScmProvider.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Deprecated.ScmProviderStub.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Returns the changes that have happened in the source control system between two tags.ScmProviderStub.changeLog
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern) Returns the changes that have happened in the source control system between two tags.AbstractScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message) Save the changes you have done into the repository.ScmProvider.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.ScmProviderStub.checkIn
(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message) Save the changes you have done into the repository.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Create a copy of the repository on your local machineAbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive) Create a copy of the repository on your local machine.AbstractScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters) ScmProvider.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmProvider.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters) Create a copy of the repository on your local machine.ScmProviderStub.checkOut
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create a copy of the repository on your local machineScmProviderStub.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive) Create a copy of the repository on your local machine.ScmProviderStub.checkOut
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters) AbstractScmProvider.diff
(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmProvider.diff
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.ScmProviderStub.diff
(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion) Create a diff between two branch/tag/revision.AbstractScmProvider.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Create an exported copy of the repository on your local machineAbstractScmProvider.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory) Create an exported copy of the repository on your local machineScmProvider.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machineScmProvider.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machineScmProviderStub.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Create an exported copy of the repository on your local machineScmProviderStub.export
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory) Create an exported copy of the repository on your local machineAbstractScmProvider.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) List each element (files and directories) of fileSet as they exist in the repository.ScmProvider.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.ScmProviderStub.list
(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version) List each element (files and directories) of fileSet as they exist in the repository.AbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion) Updates the copy on the local machine with the changes in the repositoryAbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryAbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern) Updates the copy on the local machine with the changes in the repositoryprivate UpdateScmResult
AbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern, boolean runChangelog) AbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryAbstractScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repositoryScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryScmProvider.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmProviderStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version) Updates the copy on the local machine with the changes in the repositoryScmProviderStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog) Updates the copy on the local machine with the changes in the repositoryScmProviderStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) Updates the copy on the local machine with the changes in the repositoryScmProviderStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate) Updates the copy on the local machine with the changes in the repositoryScmProviderStub.update
(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern) Updates the copy on the local machine with the changes in the repository -
Uses of ScmVersion in org.apache.maven.scm.provider.accurev
Methods in org.apache.maven.scm.provider.accurev with parameters of type ScmVersionModifier and TypeMethodDescriptionAccuRevScmProviderRepository.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 ScmVersionModifier and TypeMethodDescriptionprotected abstract ScmResult
AbstractAccuRevExtractSourceCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 ScmVersionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevCheckOutCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 ScmVersionModifier and TypeMethodDescriptionprotected ScmResult
AccuRevExportCommand.getScmResult
(AccuRevScmProviderRepository repository, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
BazaarCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckOutScmResult
BazaarCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected DiffScmResult
BazaarDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
BazaarUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
ClearCaseCheckInCommand.executeCheckInCommand
(ScmProviderRepository scmProviderRepository, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected String
ClearCaseCheckOutCommand.createConfigSpec
(String loadDirectory, String elementName, ScmVersion version) protected String
ClearCaseCheckOutCommand.createConfigSpec
(String loadDirectory, ScmVersion version) Creates a config spec that loads the given loadDirectory and uses the given version tagprotected CheckOutScmResult
ClearCaseCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
ClearCaseUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionprivate ChangeLogScmResult
AbstractCvsChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, ScmVersion startVersion, ScmVersion endVersion, String datePattern) protected ChangeLogScmResult
AbstractCvsChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) protected abstract ChangeLogScmResult
AbstractCvsChangeLogCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
AbstractCvsCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected 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! -
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 ScmVersionModifier and TypeMethodDescriptionprotected DiffScmResult
AbstractCvsDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected ExportScmResult
AbstractCvsExportCommand.executeExportCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, 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 ScmVersionModifier and TypeMethodDescriptionprotected 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, Boolean supD) -
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 ScmVersionModifier and TypeMethodDescriptionAbstractCvsUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected ChangeLogScmResult
CvsExeChangeLogCommand.executeCvsCommand
(org.codehaus.plexus.util.cli.Commandline cl, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, 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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) This method creates the commandline for the git-whatchanged command.(package private) static org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) (package private) static org.codehaus.plexus.util.cli.Commandline
GitChangeLogCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit, ScmVersion version) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResult
GitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) -
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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand.createPushCommandLine
(ScmLogger logger, GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version) protected CheckInScmResult
GitCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprivate org.codehaus.plexus.util.cli.Commandline
GitCheckOutCommand.createCloneCommand
(GitScmProviderRepository repository, File workingDirectory, ScmVersion version, boolean binary, boolean shallow) create a git-clone repository commandstatic org.codehaus.plexus.util.cli.Commandline
GitCheckOutCommand.createCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmVersion version) private org.codehaus.plexus.util.cli.Commandline
GitCheckOutCommand.createPullCommand
(GitScmProviderRepository repository, File workingDirectory, ScmVersion version) create a git-pull repository commandprotected 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! -
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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
GitDiffCommand.createCommandLine
(File workingDirectory, ScmVersion startVersion, ScmVersion endVersion, boolean cached) protected DiffScmResult
GitDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
GitUpdateCommand.createCommandLine
(GitScmProviderRepository repository, 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.Commandline
GitUpdateCommand.createLatestRevisionCommandLine
(GitScmProviderRepository repository, File workingDirectory, ScmVersion scmVersion) protected UpdateScmResult
GitUpdateCommand.executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion) -
Uses of ScmVersion 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 ScmVersionModifier and TypeMethodDescriptionprotected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version) protected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern) protected ChangeLogScmResult
JGitChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern) -
Uses of ScmVersion 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
JGitCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version) -
Uses of ScmVersion 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckOutScmResult
JGitCheckOutCommand.executeCheckOutCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow) For git, the given repository is a remote one. -
Uses of ScmVersion 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 ScmVersionModifier and TypeMethodDescriptionJGitDiffCommand.callDiff
(org.eclipse.jgit.api.Git git, ScmVersion startRevision, ScmVersion endRevision) protected DiffScmResult
JGitDiffCommand.executeDiffCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion 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 ScmVersionModifier and TypeMethodDescriptionprotected ListScmResult
JGitListCommand.executeListCommand
(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, 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 ScmVersionModifier and TypeMethodDescriptionprotected ChangeLogScmResult
HgChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
HgCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckOutScmResult
HgCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected DiffScmResult
HgDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected ListScmResult
HgListCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
HgUpdateCommand.executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag) -
Uses of ScmVersion in org.apache.maven.scm.provider.jazz.command.checkin
Methods in org.apache.maven.scm.provider.jazz.command.checkin with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
JazzCheckInCommand.executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) protected CheckInScmResult
JazzCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion) -
Uses of ScmVersion in org.apache.maven.scm.provider.jazz.command.checkout
Methods in org.apache.maven.scm.provider.jazz.command.checkout with parameters of type ScmVersionModifier and TypeMethodDescriptionJazzCheckOutCommand.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 ScmVersion in org.apache.maven.scm.provider.jazz.command.diff
Methods in org.apache.maven.scm.provider.jazz.command.diff with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected DiffScmResult
JazzDiffCommand.executeDiffCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision) -
Uses of ScmVersion in org.apache.maven.scm.provider.jazz.command.list
Methods in org.apache.maven.scm.provider.jazz.command.list with parameters of type ScmVersionModifier and TypeMethodDescriptionJazzListCommand.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 ScmVersion in org.apache.maven.scm.provider.jazz.command.update
Methods in org.apache.maven.scm.provider.jazz.command.update with parameters of type ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
JazzUpdateCommand.executeUpdateCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) -
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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
LocalCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckOutScmResult
LocalCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected ListScmResult
LocalListCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
LocalUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
PerforceChangeLogCommand.createCommandLine
(PerforceScmProviderRepository repo, File workingDirectory, String clientspec, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
PerforceChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion) protected ChangeLogScmResult
PerforceChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
PerforceCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet files, 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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
PerforceCheckOutCommand.createCommandLine
(PerforceScmProviderRepository repo, File workingDirectory, ScmVersion version, String specname) 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 ScmVersion in org.apache.maven.scm.provider.perforce.command.diff
Methods in org.apache.maven.scm.provider.perforce.command.diff with parameters of type ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
PerforceDiffCommand.createCommandLine
(PerforceScmProviderRepository repo, File workingDirectory, ScmVersion startRev, ScmVersion endRev) protected DiffScmResult
PerforceDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
PerforceUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
StarteamCheckInCommand.createCommandLine
(StarteamScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, String issueType, String issueValue) protected CheckInScmResult
StarteamCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionstatic 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 ScmVersion in org.apache.maven.scm.provider.starteam.command.diff
Methods in org.apache.maven.scm.provider.starteam.command.diff with parameters of type ScmVersionModifier and TypeMethodDescriptionstatic 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 ScmVersion in org.apache.maven.scm.provider.starteam.command.update
Methods in org.apache.maven.scm.provider.starteam.command.update with parameters of type ScmVersionModifier and TypeMethodDescriptionstatic 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 ScmVersion in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn with parameters of type ScmVersionModifier and TypeMethodDescriptionstatic boolean
SvnTagBranchUtils.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion) static org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion, Integer limit) private ChangeLogScmResult
SvnChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, Integer limit) protected ChangeLogScmResult
SvnChangeLogCommand.executeChangeLogCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
SvnCheckInCommand.executeCheckInCommand
(ScmProviderRepository repo, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnCheckOutCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, String url) Create SVN check out command line in a recursive way.static org.codehaus.plexus.util.cli.Commandline
SvnCheckOutCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, String url, boolean recursive) Create SVN check out command line.protected CheckOutScmResult
SvnCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnDiffCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion startVersion, ScmVersion endVersion) protected DiffScmResult
SvnDiffCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnExeExportCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, String url, String outputSirectory) protected ExportScmResult
SvnExeExportCommand.executeExportCommand
(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, 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 ScmVersionModifier and TypeMethodDescription(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 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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SvnUpdateCommand.createCommandLine
(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version) protected UpdateScmResult
SvnUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected CheckInScmResult
SynergyCheckInCommand.executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, 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 ScmVersionModifier and TypeMethodDescriptionprotected CheckOutScmResult
SynergyCheckOutCommand.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 ScmVersionModifier and TypeMethodDescriptionprotected UpdateScmResult
SynergyUpdateCommand.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 ScmVersionModifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.Commandline
SynergyCCM.checkoutProject
(File directory, String projectSpec, ScmVersion version, String purpose, String release, String ccmAddr) Create commandline to checkout a projectstatic void
SynergyUtil.checkoutProject
(ScmLogger logger, File directory, String projectSpec, ScmVersion version, String purpose, String release, 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 ScmVersionModifier and TypeMethodDescriptionTfsUpdateCommand.createCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v) TfsCheckOutCommand.createGetCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive) protected CheckInScmResult
TfsCheckInCommand.executeCheckInCommand
(ScmProviderRepository r, ScmFileSet f, String m, ScmVersion v) protected CheckOutScmResult
TfsCheckOutCommand.executeCheckOutCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v, boolean recursive, boolean shallow) protected ListScmResult
TfsListCommand.executeListCommand
(ScmProviderRepository r, ScmFileSet f, boolean recursive, ScmVersion v) protected UpdateScmResult
TfsUpdateCommand.executeUpdateCommand
(ScmProviderRepository r, ScmFileSet f, ScmVersion v) -
Uses of ScmVersion in org.apache.maven.scm.provider.vss.commands.checkin
Methods in org.apache.maven.scm.provider.vss.commands.checkin with parameters of type ScmVersionModifier and TypeMethodDescriptionList<org.codehaus.plexus.util.cli.Commandline>
VssCheckInCommand.buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected CheckInScmResult
VssCheckInCommand.executeCheckInCommand
(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion) (non-Javadoc) -
Uses of ScmVersion in org.apache.maven.scm.provider.vss.commands.checkout
Methods in org.apache.maven.scm.provider.vss.commands.checkout with parameters of type ScmVersionModifier and TypeMethodDescriptionorg.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 ScmVersion in org.apache.maven.scm.provider.vss.commands.update
Methods in org.apache.maven.scm.provider.vss.commands.update with parameters of type ScmVersionModifier and TypeMethodDescriptionorg.codehaus.plexus.util.cli.Commandline
VssUpdateCommand.buildCmdLine
(VssScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version) protected UpdateScmResult
VssUpdateCommand.executeUpdateCommand
(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
ScmManager.changeLog(org.apache.maven.scm.command.changelog.ChangeLogScmRequest)
instead