| Package | Description |
|---|---|
| org.siggici.data.builds |
| Modifier and Type | Method and Description |
|---|---|
BuildSlot |
Build.addBuildSlot() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
BuildStates.BuildSlotStateToOrderFunction.apply(BuildSlot input) |
Long |
BuildStates.StartTimeExtractor.apply(BuildSlot input) |
Long |
BuildStates.EndTimeExtractor.apply(BuildSlot input) |
| Modifier and Type | Method and Description |
|---|---|
static Long |
BuildStates.getHighestEndTime(List<BuildSlot> buildSlots) |
static String |
BuildStates.getHighestState(List<BuildSlot> buildSlots) |
static Integer |
BuildStates.getHighestStateAsInteger(List<BuildSlot> buildSlots) |
static Long |
BuildStates.getLowestStartTime(List<BuildSlot> buildSlots) |
static String |
BuildStates.getLowestState(List<BuildSlot> buildSlots) |
static Integer |
BuildStates.getLowestStateAsInteger(List<BuildSlot> buildSlots) |
Copyright © 2016–2017. All rights reserved.