| Package | Description |
|---|---|
| org.apache.maven.scm.command.changelog | |
| org.apache.maven.scm.provider.accurev.command.changelog |
| Modifier and Type | Field and Description |
|---|---|
private ChangeLogSet |
ChangeLogScmResult.changeLog |
| Modifier and Type | Method and Description |
|---|---|
ChangeLogSet |
ChangeLogScmResult.getChangeLog() |
| Constructor and Description |
|---|
ChangeLogScmResult(ChangeLogSet changeLog,
ScmResult result) |
ChangeLogScmResult(java.lang.String commandLine,
ChangeLogSet changeLog) |
| Modifier and Type | Method and Description |
|---|---|
private ChangeLogSet |
AccuRevChangeLogCommand.getChangeLog(Stream stream,
java.util.List<FileDifference> streamDifferences,
java.util.List<Transaction> streamHistory,
java.util.List<Transaction> workspaceHistory,
java.util.Date startDate,
java.util.Date endDate) |