org.apache.maven.scm.command.update
Class UpdateScmResult
java.lang.Object
org.apache.maven.scm.ScmResult
org.apache.maven.scm.command.update.UpdateScmResult
- Direct Known Subclasses:
- LocalUpdateScmResult, UpdateScmResultWithRevision
public class UpdateScmResult
- extends ScmResult
- Version:
- $Id: UpdateScmResult.java 517196 2007-03-12 13:04:31Z evenisse $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateScmResult
public UpdateScmResult(String commandLine,
String providerMessage,
String commandOutput,
boolean success)
UpdateScmResult
public UpdateScmResult(String commandLine,
List updatedFiles)
UpdateScmResult
public UpdateScmResult(List updatedFiles,
List changes,
ScmResult result)
getUpdatedFiles
public List getUpdatedFiles()
getChanges
public List getChanges()
setChanges
public void setChanges(List changes)
Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.