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