public interface PlanStatePersister
Modifier and Type | Method and Description |
---|---|
void |
persistChainState(ChainState chainState)
Saves the chain results.
|
BuildContext |
saveFinishedBuildResult(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 BuildContext saveFinishedBuildResult(@NotNull BuildContext buildContext) throws Exception
buildContext
- runtime representation of build processException
void saveNotBuiltBuildResult(PlanResultKey planResultKey, boolean updateFollowingBuilds)
planResultKey
- updateFollowingBuilds
- void persistChainState(@NotNull ChainState chainState)
chainState
- Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.