Search in sources :

Example 1 with TfsTagCommand

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

the class TfsScmProvider method tag.

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

Aggregations

TagScmResult (org.apache.maven.scm.command.tag.TagScmResult)1 TfsTagCommand (org.apache.maven.scm.provider.tfs.command.TfsTagCommand)1