Uses of Class
org.apache.maven.scm.command.update.UpdateScmResult
-
-
Uses of UpdateScmResult in org.apache.maven.scm.command.update
Subclasses of UpdateScmResult in org.apache.maven.scm.command.update Modifier and Type Class Description class
UpdateScmResultWithRevision
Methods in org.apache.maven.scm.command.update that return UpdateScmResult Modifier and Type Method Description protected abstract UpdateScmResult
AbstractUpdateCommand. executeUpdateCommand(ScmProviderRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
-
Uses of UpdateScmResult in org.apache.maven.scm.manager
Methods in org.apache.maven.scm.manager that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManager. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmManagerStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
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 UpdateScmResult in org.apache.maven.scm.provider
Methods in org.apache.maven.scm.provider that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
ScmProviderStub. getUpdateScmResult()
protected UpdateScmResult
AbstractScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
Deprecated.UpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
AbstractScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion scmVersion, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
UpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProvider. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, String tag, Date lastUpdate, String datePattern, boolean runChangelog)
UpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, boolean runChangelog)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, String datePattern)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate)
Updates the copy on the local machine with the changes in the repositoryUpdateScmResult
ScmProviderStub. update(ScmRepository repository, ScmFileSet fileSet, ScmVersion version, Date lastUpdate, String datePattern)
Updates the copy on the local machine with the changes in the repositoryMethods in org.apache.maven.scm.provider with parameters of type UpdateScmResult Modifier and Type Method Description void
ScmProviderStub. setUpdateScmResult(UpdateScmResult updateScmResult)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.git
Methods in org.apache.maven.scm.provider.git that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
AbstractGitScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.git.command.update
Subclasses of UpdateScmResult in org.apache.maven.scm.provider.git.command.update Modifier and Type Class Description class
GitUpdateScmResult
Deprecated. -
Uses of UpdateScmResult in org.apache.maven.scm.provider.git.gitexe.command.update
Methods in org.apache.maven.scm.provider.git.gitexe.command.update that return UpdateScmResult Modifier and Type Method Description protected UpdateScmResult
GitUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion scmVersion)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.hg
Methods in org.apache.maven.scm.provider.hg that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
HgScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.hg.command.update
Methods in org.apache.maven.scm.provider.hg.command.update that return UpdateScmResult Modifier and Type Method Description protected UpdateScmResult
HgUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion tag)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.local
Methods in org.apache.maven.scm.provider.local that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
LocalScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.local.command.update
Subclasses of UpdateScmResult in org.apache.maven.scm.provider.local.command.update Modifier and Type Class Description class
LocalUpdateScmResult
Methods in org.apache.maven.scm.provider.local.command.update that return UpdateScmResult Modifier and Type Method Description protected UpdateScmResult
LocalUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.svn
Methods in org.apache.maven.scm.provider.svn that return UpdateScmResult Modifier and Type Method Description UpdateScmResult
AbstractSvnScmProvider. update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters)
-
Uses of UpdateScmResult in org.apache.maven.scm.provider.svn.command.update
Subclasses of UpdateScmResult in org.apache.maven.scm.provider.svn.command.update Modifier and Type Class Description class
SvnUpdateScmResult
Deprecated. -
Uses of UpdateScmResult in org.apache.maven.scm.provider.svn.svnexe.command.update
Methods in org.apache.maven.scm.provider.svn.svnexe.command.update that return UpdateScmResult Modifier and Type Method Description protected UpdateScmResult
SvnUpdateCommand. executeUpdateCommand(ScmProviderRepository repo, ScmFileSet fileSet, ScmVersion version)
-