public class PlanStatePersisterServiceImpl extends Object implements PlanStatePersisterService
Constructor and Description |
---|
PlanStatePersisterServiceImpl() |
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 public BuildContext saveFinishedBuildResult(@NotNull BuildContext buildContext) throws Exception
PlanStatePersisterService
saveFinishedBuildResult
in interface PlanStatePersisterService
buildContext
- runtime representation of build processException
public void saveNotBuiltBuildResult(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds)
PlanStatePersisterService
saveNotBuiltBuildResult
in interface PlanStatePersisterService
public void persistChainState(@NotNull ChainState chainState)
PlanStatePersisterService
persistChainState
in interface PlanStatePersisterService
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.