public interface ESBranchInfo
| Modifier and Type | Method and Description |
|---|---|
ESPrimaryVersionSpec |
getHead()
Returns the HEAD version of this branch.
|
String |
getName()
Returns the name of the branch.
|
ESPrimaryVersionSpec |
getSource()
Returns the source version of this branch.
|
String getName()
ESPrimaryVersionSpec getHead()
ESPrimaryVersionSpec of the HEAD version of this branchESPrimaryVersionSpec getSource()
Returns the source version of this branch.
The source version of a branch is the version this branch was created from.
ESPrimaryVersionSpec of the source version of this branchCopyright © 2017. All rights reserved.