@Internal
public interface ChainStateResult
ChainResultManager.create(BuildContext, Map, Collection)
Modifier and Type | Method and Description |
---|---|
Long |
getAverageDuration(PlanResultKey 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 |
@Nullable ChainResultsSummary getChainResultsSummary()
ChainResultsSummary
or null if creation failed@Nullable BuildContext getBuildContext(@NotNull PlanResultKey planResultKey)
BuildContext
of a Job by its PlanResultKey
planResultKey
- @Nullable Long getAverageDuration(@NotNull PlanResultKey planResultKey)
planResultKey
- @NotNull ErrorCollection getErrors()
ChainResultsSummary
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.