|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESHistoryInfo
When querying the history API successfully, the result is a set of ESHistoryInfo.
Each ESHistoryInfo contains pointers to versions, in form of PrimaryVersionIdentier,
as well as possible tags, the log message for the given version
and optionally the changes for this version.
| Method Summary | |
|---|---|
ESChangePackage |
getChangePackage()
Returns the ESChangePackage containing the changes associated
with this history. |
ESLogMessage |
getLogMessage()
Returns the ESLogMessage that was specified when a commit succeeded. |
List<ESPrimaryVersionSpec> |
getMergedFromSpecs()
Returns an optional list of ESPrimaryVersionSpecs that identifies the versions
this version was merged from. |
List<ESPrimaryVersionSpec> |
getMergedToSpecs()
Returns an optional list of ESPrimaryVersionSpecs that identifies the versions
this version was merged from. |
List<ESPrimaryVersionSpec> |
getNextSpecs()
Returns a list of the ESPrimaryVersionSpecs that followed this version. |
ESPrimaryVersionSpec |
getPreviousSpec()
Returns the ESPrimaryVersionSpec of the previous version. |
ESPrimaryVersionSpec |
getPrimarySpec()
Returns the version the history information is associated with. |
List<ESTagVersionSpec> |
getTagSpecs()
Returns the tag specifiers associated with this history. |
| Method Detail |
|---|
ESPrimaryVersionSpec getPrimarySpec()
ESPrimaryVersionSpec of the history informationList<ESPrimaryVersionSpec> getNextSpecs()
ESPrimaryVersionSpecs that followed this version.
ESPrimaryVersionSpecsESPrimaryVersionSpec getPreviousSpec()
ESPrimaryVersionSpec of the previous version.
List<ESPrimaryVersionSpec> getMergedFromSpecs()
ESPrimaryVersionSpecs that identifies the versions
this version was merged from.
List<ESPrimaryVersionSpec> getMergedToSpecs()
ESPrimaryVersionSpecs that identifies the versions
this version was merged from.
ESLogMessage getLogMessage()
ESLogMessage that was specified when a commit succeeded.
List<ESTagVersionSpec> getTagSpecs()
ESChangePackage getChangePackage()
ESChangePackage containing the changes associated
with this history.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||