@Internal
public interface ChainStateResult
ChainResultManager.create(BuildContext, Map, Collection)
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getAverageDuration(@NotNull PlanResultKey planResultKey)
|
@Nullable BuildContext |
getBuildContext(@NotNull PlanResultKey planResultKey)
Lookup a
BuildContext of a Job by its PlanResultKey |
@Nullable ChainResultsSummary |
getChainResultsSummary() |
@NotNull ErrorCollection |
getErrors()
Errors that occurred when creating the
ChainResultsSummary |
@Nullable @Nullable ChainResultsSummary getChainResultsSummary()
ChainResultsSummary
or null if creation failed@Nullable @Nullable BuildContext getBuildContext(@NotNull @NotNull PlanResultKey planResultKey)
BuildContext
of a Job by its PlanResultKey
planResultKey
- @Nullable @Nullable Long getAverageDuration(@NotNull @NotNull PlanResultKey planResultKey)
planResultKey
- @NotNull @NotNull ErrorCollection getErrors()
ChainResultsSummary
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.