Package | Description |
---|---|
com.rultor.ci |
Continuous Integration (CI) basic tools.
|
com.rultor.scm |
SCM related classes.
|
com.rultor.scm.git |
Git.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Commit> |
UnseenCommits.log() |
Modifier and Type | Class and Description |
---|---|
static class |
Commit.Simple
Simple implementation.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Commit> |
Branch.log()
Get history of commits, the latest on top.
|
Iterable<Commit> |
Branch.Passive.log() |
Iterable<Commit> |
Seasoned.log() |
Iterable<Commit> |
Checkout.log() |
Iterable<Commit> |
Head.log() |
Modifier and Type | Method and Description |
---|---|
Iterable<Commit> |
Git.log(String branch)
Get log of the branch.
|
Copyright © 2009–2014 Rultor Inc.. All rights reserved.