|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlanStatePersisterService
A wrapper to PlanStatePersister providing plan-level locking for operations affecting ResultSummaries.
| Method Summary | |
|---|---|
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)
Saves results of not build results identified by PlanResultKey. |
| Method Detail |
|---|
@NotNull
BuildContext saveFinishedBuildResult(@NotNull
BuildContext buildContext)
throws java.lang.Exception
buildContext - runtime representation of build process
java.lang.Exception
void saveNotBuiltBuildResult(@NotNull
PlanResultKey planResultKey)
planResultKey -
java.lang.Exception
void persistChainState(@NotNull
ChainState chainState)
chainState -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||