Search in sources :

Example 1 with TfsUpdateCommand

use of org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand in project maven-scm by apache.

the class TfsScmProvider method update.

protected UpdateScmResult update(ScmProviderRepository repository, ScmFileSet fileSet, CommandParameters parameters) throws ScmException {
    TfsUpdateCommand command = new TfsUpdateCommand();
    command.setLogger(getLogger());
    return (UpdateScmResult) command.execute(repository, fileSet, parameters);
}
Also used : TfsUpdateCommand(org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand) UpdateScmResult(org.apache.maven.scm.command.update.UpdateScmResult)

Aggregations

UpdateScmResult (org.apache.maven.scm.command.update.UpdateScmResult)1 TfsUpdateCommand (org.apache.maven.scm.provider.tfs.command.TfsUpdateCommand)1