public interface PlanStatePersisterService
Modifier and Type | Method and Description |
---|---|
void |
persistChainState(ChainState chainState)
Saves the chain results.
|
BuildContext |
saveFinishedBuildResult(BuildContext buildContext)
Saves results of a finished build represented by a BuildContext
|
void |
saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Saves results of not build results identified by PlanResultKey.
|
@NotNull BuildContext saveFinishedBuildResult(@NotNull BuildContext buildContext) throws Exception
buildContext
- runtime representation of build processException
void saveNotBuiltBuildResult(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds)
planResultKey
- updateFollowingBuilds
- Exception
void persistChainState(@NotNull ChainState chainState)
chainState
- Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.