Class UpdateScmResult
- java.lang.Object
- 
- org.apache.maven.scm.ScmResult
- 
- org.apache.maven.scm.command.update.UpdateScmResult
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- UpdateScmResultWithRevision
 
 public class UpdateScmResult extends ScmResult - Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.maven.scm.ScmResultPASSWORD_PLACE_HOLDER
 
- 
 - 
Constructor SummaryConstructors Constructor Description UpdateScmResult(String commandLine, String providerMessage, String commandOutput, boolean success)UpdateScmResult(String commandLine, List<ScmFile> updatedFiles)UpdateScmResult(List<ScmFile> updatedFiles, List<ChangeSet> changes, ScmResult result)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangeSet>getChanges()List<ScmFile>getUpdatedFiles()voidsetChanges(List<ChangeSet> changes)- 
Methods inherited from class org.apache.maven.scm.ScmResultgetCommandLine, getCommandOutput, getProviderMessage, isSuccess
 
- 
 
- 
- 
- 
Constructor Detail- 
UpdateScmResultpublic UpdateScmResult(String commandLine, String providerMessage, String commandOutput, boolean success) 
 - 
UpdateScmResultpublic UpdateScmResult(String commandLine, List<ScmFile> updatedFiles) 
 
- 
 - 
Method Detail- 
getUpdatedFilespublic List<ScmFile> getUpdatedFiles() - Returns:
- list of ScmFile
 
 - 
getChangespublic List<ChangeSet> getChanges() 
 - 
setChangespublic void setChanges(List<ChangeSet> changes) 
 
- 
 
-