| Package | Description |
|---|---|
| zen.scm.abstracts | |
| zen.scm.implementations.svn |
| Modifier and Type | Method and Description |
|---|---|
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Date date,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Date fromDate,
Date toDate,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Long revision,
boolean stopOnCopy,
boolean useMergeHistory) |
abstract List<RevisionObject> |
AbstractLogCommand.revisions(String path,
Long fromRevision,
Long toRevision,
boolean stopOnCopy,
boolean useMergeHistory) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ChangeObject> |
AbstractLogCommand.changes(RevisionObject revision) |
| Modifier and Type | Method and Description |
|---|---|
List<RevisionObject> |
SVNLogCommand.revisions(String path,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Date date,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Date fromDate,
Date toDate,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Long revision,
boolean stopOnCopy,
boolean useMergeHistory) |
List<RevisionObject> |
SVNLogCommand.revisions(String path,
Long fromRevision,
Long toRevision,
boolean stopOnCopy,
boolean useMergeHistory) |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeObject> |
SVNLogCommand.changes(RevisionObject revision) |
Copyright © 2012. All Rights Reserved.