Package | Description |
---|---|
com.rultor.ci |
Continuous Integration (CI) basic tools.
|
com.rultor.guard |
Code Guard.
|
com.rultor.scm |
SCM related classes.
|
com.rultor.scm.git |
Git.
|
Modifier and Type | Class and Description |
---|---|
class |
UnseenCommits
Returns only one commit, if it wasn't seen before.
|
Modifier and Type | Method and Description |
---|---|
Branch |
UnseenBranches.checkout(String name) |
Constructor and Description |
---|
OnCommit(Branch brn,
Batch btch,
Billboard brd)
Public ctor.
|
UnseenCommits(Branch brn,
Notepad ntp)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Branch |
MergeRequest.destination()
Destination branch.
|
Branch |
MergeRequest.source()
Source branch.
|
Modifier and Type | Class and Description |
---|---|
static class |
Branch.Passive
Passive branch, without any active components.
|
class |
Checkout
Checked out branch.
|
class |
Head
Head of the branch.
|
class |
Seasoned
Seasoned branch.
|
Modifier and Type | Method and Description |
---|---|
Branch |
SemVer.checkout(String name) |
Branch |
Edge.checkout(String name) |
Branch |
SCM.checkout(String name)
Checkout branch.
|
Constructor and Description |
---|
Head(Branch brn)
Public ctor.
|
Seasoned(int min,
Branch brn)
Public ctor.
|
Modifier and Type | Method and Description |
---|---|
Branch |
Git.checkout(String name) |
Copyright © 2009–2014 Rultor Inc.. All rights reserved.