org.apache.maven.scm.command.blame
Class BlameScmResult

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

public class BlameScmResult
extends ScmResult

Since:
1.4
Author:
Evgeny Mandrikov, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
BlameScmResult(List<BlameLine> lines, ScmResult scmResult)
           
BlameScmResult(String commandLine, List<BlameLine> lines)
           
BlameScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 List<BlameLine> getLines()
           
 
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

BlameScmResult

public BlameScmResult(String commandLine,
                      List<BlameLine> lines)

BlameScmResult

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

BlameScmResult

public BlameScmResult(List<BlameLine> lines,
                      ScmResult scmResult)
Method Detail

getLines

public List<BlameLine> getLines()


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