|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainStateResult
Result holder for ChainResultManager#create(Chain, BuildContext)
Method Summary | |
---|---|
java.lang.Long |
getAverageDuration(PlanResultKey planResultKey)
Lookup the ImmutablePlan.getAverageBuildDuration() of a Job by its PlanResultKey |
BuildContext |
getBuildContext(PlanResultKey planResultKey)
Lookup a BuildContext of a Job by its PlanResultKey |
ChainResultsSummary |
getChainResultsSummary()
|
ErrorCollection |
getErrors()
Errors that occurred when creating the ChainResultsSummary |
Method Detail |
---|
@Nullable ChainResultsSummary getChainResultsSummary()
ChainResultsSummary
or null if creation failed@Nullable BuildContext getBuildContext(@NotNull PlanResultKey planResultKey)
BuildContext
of a Job by its PlanResultKey
planResultKey
-
@Nullable java.lang.Long getAverageDuration(@NotNull PlanResultKey planResultKey)
ImmutablePlan.getAverageBuildDuration()
of a Job
by its PlanResultKey
planResultKey
-
@NotNull ErrorCollection getErrors()
ChainResultsSummary
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |