org.apache.maven.scm.command.tag
Class TagScmResult

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.tag.TagScmResult
All Implemented Interfaces:
Serializable

public class TagScmResult
extends ScmResult

Version:
$Id: TagScmResult.java 1056959 2011-01-09 15:02:55Z olamy $
Author:
Trygve Laugstøl, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
TagScmResult(List<ScmFile> taggedFiles, ScmResult result)
           
TagScmResult(String commandLine, List<ScmFile> taggedFiles)
           
TagScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<ScmFile> getTaggedFiles()
           
 
Methods inherited from class org.apache.maven.scm.ScmResult
getCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagScmResult

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

TagScmResult

public TagScmResult(String commandLine,
                    List<ScmFile> taggedFiles)

TagScmResult

public TagScmResult(List<ScmFile> taggedFiles,
                    ScmResult result)
Method Detail

getTaggedFiles

public List<ScmFile> getTaggedFiles()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.