Search in sources :

Example 1 with TfsListCommand

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

the class TfsScmProvider method list.

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

Aggregations

ListScmResult (org.apache.maven.scm.command.list.ListScmResult)1 TfsListCommand (org.apache.maven.scm.provider.tfs.command.TfsListCommand)1