org.apache.maven.scm.command.changelog
Class ChangeLogScmResult

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

public class ChangeLogScmResult
extends ScmResult

Version:
$Id: ChangeLogScmResult.java 1054408 2011-01-02 14:05:25Z olamy $
Author:
Trygve Laugstøl, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
ChangeLogScmResult(ChangeLogSet changeLog, ScmResult result)
           
ChangeLogScmResult(String commandLine, ChangeLogSet changeLog)
           
ChangeLogScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)
           
 
Method Summary
 ChangeLogSet getChangeLog()
           
 
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

ChangeLogScmResult

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

ChangeLogScmResult

public ChangeLogScmResult(String commandLine,
                          ChangeLogSet changeLog)

ChangeLogScmResult

public ChangeLogScmResult(ChangeLogSet changeLog,
                          ScmResult result)
Method Detail

getChangeLog

public ChangeLogSet getChangeLog()


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