org.apache.maven.scm.command.update
Class UpdateScmResultWithRevision

java.lang.Object
  extended by org.apache.maven.scm.ScmResult
      extended by org.apache.maven.scm.command.update.UpdateScmResult
          extended by org.apache.maven.scm.command.update.UpdateScmResultWithRevision
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccuRevUpdateScmResult, GitUpdateScmResult, SvnUpdateScmResult

public class UpdateScmResultWithRevision
extends UpdateScmResult

Version:
$Id: UpdateScmResultWithRevision.java 1056980 2011-01-09 17:23:55Z olamy $
Author:
Trygve Laugstøl, Emmanuel Venisse, Olivier Lamy
See Also:
Serialized Form

Constructor Summary
UpdateScmResultWithRevision(List<ScmFile> updatedFiles, List<ChangeSet> changes, String revision, ScmResult result)
           
UpdateScmResultWithRevision(String commandLine, List<ScmFile> updatedFiles, String revision)
           
UpdateScmResultWithRevision(String commandLine, String providerMessage, String commandOutput, String revision, boolean success)
           
 
Method Summary
 String getRevision()
           
 
Methods inherited from class org.apache.maven.scm.command.update.UpdateScmResult
getChanges, getUpdatedFiles, setChanges
 
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

UpdateScmResultWithRevision

public UpdateScmResultWithRevision(String commandLine,
                                   String providerMessage,
                                   String commandOutput,
                                   String revision,
                                   boolean success)

UpdateScmResultWithRevision

public UpdateScmResultWithRevision(String commandLine,
                                   List<ScmFile> updatedFiles,
                                   String revision)

UpdateScmResultWithRevision

public UpdateScmResultWithRevision(List<ScmFile> updatedFiles,
                                   List<ChangeSet> changes,
                                   String revision,
                                   ScmResult result)
Method Detail

getRevision

public String getRevision()


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