org.apache.maven.scm.command.tag

Class TagScmResult

public class TagScmResult extends ScmResult

Version: $Id: TagScmResult.java 380685 2006-02-24 15:18:00Z evenisse $

Author: Trygve Laugstøl

Constructor Summary
TagScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
TagScmResult(String commandLine, List taggedFiles)
TagScmResult(List taggedFiles, ScmResult result)
Method Summary
ListgetTaggedFiles()

Constructor Detail

TagScmResult

public TagScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)

TagScmResult

public TagScmResult(String commandLine, List taggedFiles)

TagScmResult

public TagScmResult(List taggedFiles, ScmResult result)

Method Detail

getTaggedFiles

public List getTaggedFiles()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.