org.apache.maven.plugin.changelog.stubs
Class ChangeLogScmResultStub

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

public class ChangeLogScmResultStub
extends org.apache.maven.scm.command.changelog.ChangeLogScmResult

Version:
$Id: ChangeLogScmResultStub.java 803814 2009-08-13 09:24:45Z vsiveton $
Author:
Edwin Punzalan
See Also:
Serialized Form

Constructor Summary
ChangeLogScmResultStub()
           
ChangeLogScmResultStub(String string, String string1, String string2, boolean b)
           
 
Method Summary
 org.apache.maven.scm.command.changelog.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

ChangeLogScmResultStub

public ChangeLogScmResultStub()

ChangeLogScmResultStub

public ChangeLogScmResultStub(String string,
                              String string1,
                              String string2,
                              boolean b)
Method Detail

getChangeLog

public org.apache.maven.scm.command.changelog.ChangeLogSet getChangeLog()

Overrides:
getChangeLog in class org.apache.maven.scm.command.changelog.ChangeLogScmResult


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.