public interface PlanStatePersister
Modifier and Type | Method and Description |
---|---|
void |
persistChainState(@NotNull ChainState chainState)
Saves the chain results.
|
@NotNull BuildContext |
saveFinishedBuildResult(@NotNull BuildContext buildContext)
Saves results of build represented by a BuildContext into DB in single transaction.
|
void |
saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Handles results of not built job.
|
@NotNull @NotNull BuildContext saveFinishedBuildResult(@NotNull @NotNull BuildContext buildContext) throws Exception
buildContext
- runtime representation of build processException
void saveNotBuiltBuildResult(PlanResultKey planResultKey, boolean updateFollowingBuilds)
planResultKey
- updateFollowingBuilds
- void persistChainState(@NotNull @NotNull ChainState chainState)
chainState
- Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.