@Operation('log') class LogOp extends java.lang.Object
Gets a log of commits in the repository. Returns a list of Commits. Since a Git history is not necessarilly a line, these commits may not be in a strict order.
| Type | Name and description |
|---|---|
java.util.List |
excludes@see ResolveService.toRevisionString |
java.util.List |
includes@see ResolveService.toRevisionString |
int |
maxCommits |
java.util.List |
paths |
int |
skipCommits |
| Constructor and description |
|---|
LogOp
(Repository repo) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation