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 class
AbstractScmVersion
class
ScmBranch
class
ScmRevision
class
ScmTag
Methods in org.apache.maven.scm that return ScmVersion Modifier and Type Method Description ScmVersion
CommandParameters. getScmVersion(CommandParameter parameter)
Return the parameter value as ScmVersion.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 ScmVersion Modifier and Type Method Description ScmVersion
CommandParameters. 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 ScmVersion Modifier and Type Method Description void
MavenScmCli. execute(String scmUrl, String command, File workingDirectory, ScmVersion version)
-
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 ScmVersion
ChangeLogScmRequest. getEndRevision()
ScmVersion
ChangeLogSet. getEndVersion()
Returns the end version (revision/branch/label) for this set.ScmVersion
ChangeLogScmRequest. getRevision()
ScmVersion
ChangeLogScmRequest. getStartRevision()
ScmVersion
ChangeLogSet. 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 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 ScmVersion Modifier and Type Method Description protected abstract CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
AbstractCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion, CommandParameters.SignOption signOption)
-
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 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description ChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
AbstractScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmManager. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
ScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happend in the source control system between two tags.ChangeLogScmResult
ScmManagerStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Returns the changes that have happend in the source control system between two tags.CheckInScmResult
AbstractScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManager. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmManagerStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManager. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmManagerStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.DiffScmResult
AbstractScmManager. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManager. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmManagerStub. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
AbstractScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManager. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmManagerStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ListScmResult
AbstractScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmManager. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmManagerStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository. -
Uses of ScmVersion in org.apache.maven.scm.plugin
Methods in org.apache.maven.scm.plugin that return ScmVersion Modifier and Type Method Description ScmVersion
AbstractScmMojo. 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 ScmVersion Modifier and Type Method Description ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
AbstractScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Deprecated.ChangeLogScmResult
ScmProvider. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Deprecated.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Returns the changes that have happened in the source control system between two tags.ChangeLogScmResult
ScmProviderStub. changeLog(ScmRepository repository, ScmFileSet fileSet, ScmVersion startRevision, ScmVersion endRevision, String datePattern)
Returns the changes that have happened in the source control system between two tags.CheckInScmResult
AbstractScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProvider. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckInScmResult
ScmProviderStub. checkIn(ScmRepository repository, ScmFileSet fileSet, ScmVersion revision, String message)
Save the changes you have done into the repository.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
AbstractScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, CommandParameters commandParameters)
CheckOutScmResult
ScmProvider. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProvider. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, boolean recursive)
Create a copy of the repository on your local machine.CheckOutScmResult
ScmProviderStub. checkOut(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion version, CommandParameters commandParameters)
DiffScmResult
AbstractScmProvider. diff(ScmRepository repository, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmProvider. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.DiffScmResult
ScmProviderStub. diff(ScmRepository scmRepository, ScmFileSet scmFileSet, ScmVersion startVersion, ScmVersion endVersion)
Create a diff between two branch/tag/revision.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Create an exported copy of the repository on your local machine.ExportScmResult
AbstractScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProvider. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Create an exported copy of the repository on your local machine.ExportScmResult
ScmProviderStub. export(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String outputDirectory)
Create an exported copy of the repository on your local machine.ListScmResult
AbstractScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmProvider. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.ListScmResult
ScmProviderStub. list(ScmRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List each element (files and directories) of fileSet as they exist in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repository.UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repository. -
Uses of 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.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.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 ScmVersion Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
GitCheckInCommand. createPushCommandLine(GitScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version)
protected CheckInScmResult
GitCheckInCommand. executeCheckInCommand(ScmProviderRepository repository, ScmFileSet fileSet, String message, ScmVersion scmVersion)
protected CheckInScmResult
GitCheckInCommand. executeCheckInCommand(ScmProviderRepository repo, ScmFileSet fileSet, String message, ScmVersion version, CommandParameters.SignOption signOption)
-
Uses of 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.Commandline
GitCheckOutCommand. createCommandLine(GitScmProviderRepository repository, File workingDirectory, ScmVersion version)
protected CheckOutScmResult
GitCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
The overriddenGitCheckOutCommand.executeCommand(ScmProviderRepository, ScmFileSet, CommandParameters)
in this class will not call this method! -
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.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 ScmVersion Modifier and Type Method Description static 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 ScmVersion Modifier and Type Method Description protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, Date startDate, Date endDate, ScmBranch branch, String datePattern, ScmVersion startVersion, ScmVersion endVersion, ScmVersion version)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
protected ChangeLogScmResult
JGitChangeLogCommand. executeChangeLogCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion startVersion, ScmVersion endVersion, String datePattern)
-
Uses of 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected CheckOutScmResult
JGitCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
For git, the given repository is a remote one. -
Uses of 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 ScmVersion Modifier and Type Method Description DiffScmResult
JGitDiffCommand. 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description protected CheckOutScmResult
HgCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of 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 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 ScmVersion Modifier and Type Method Description protected ListScmResult
HgListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion)
List contents of the remote repository. -
Uses of 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 UpdateScmResult
HgUpdateCommand. 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 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 ScmVersion Modifier and Type Method Description protected CheckOutScmResult
LocalCheckOutCommand. executeCheckOutCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version, boolean recursive, boolean shallow)
Execute Check out command line. -
Uses of 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 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 ScmVersion Modifier and Type Method Description protected UpdateScmResult
LocalUpdateCommand. 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 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 ScmVersion Modifier and Type Method Description org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, ScmVersion startVersion, ScmVersion endVersion)
org.codehaus.plexus.util.cli.Commandline
SvnChangeLogCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmBranch branch, Date startDate, Date endDate, 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 ScmVersion Modifier and Type Method Description protected 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 ScmVersion Modifier and Type Method Description 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.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 ScmVersion Modifier and Type Method Description 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 ScmVersion Modifier and Type Method Description 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 ScmVersion Modifier and Type Method Description protected ListScmResult
SvnListCommand. executeListCommand(ScmProviderRepository repository, ScmFileSet fileSet, boolean recursive, ScmVersion version)
List contents of the remote repository. -
Uses of 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 org.codehaus.plexus.util.cli.Commandline
SvnUpdateCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version)
org.codehaus.plexus.util.cli.Commandline
SvnUpdateCommand. createCommandLine(SvnScmProviderRepository repository, File workingDirectory, ScmVersion version, boolean interactive)
protected UpdateScmResult
SvnUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-