|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.ScmResult
org.apache.maven.scm.command.export.ExportScmResult
org.apache.maven.scm.command.export.ExportScmResultWithRevision
public class ExportScmResultWithRevision
| Constructor Summary | |
|---|---|
ExportScmResultWithRevision(String commandLine,
List<ScmFile> exportedFiles,
String revision)
|
|
ExportScmResultWithRevision(String commandLine,
String providerMessage,
String commandOutput,
String revision,
boolean success)
|
|
| Method Summary | |
|---|---|
String |
getRevision()
|
| Methods inherited from class org.apache.maven.scm.command.export.ExportScmResult |
|---|
getExportedFiles |
| 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 |
|---|
public ExportScmResultWithRevision(String commandLine,
String providerMessage,
String commandOutput,
String revision,
boolean success)
public ExportScmResultWithRevision(String commandLine,
List<ScmFile> exportedFiles,
String revision)
| Method Detail |
|---|
public String getRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||