Methods in org.apache.maven.scm.provider that return UpdateScmResult |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
ScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate,
java.lang.String datePattern)
Updates the copy on the local machine with the changes in the repository |
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.lang.String datePattern)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate)
|
UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
java.lang.String tag,
java.util.Date lastUpdate,
java.lang.String datePattern)
|
protected UpdateScmResult |
AbstractScmProvider.update(ScmRepository repository,
ScmFileSet fileSet,
CommandParameters parameters)
|