|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanStatePersister
Transactional service converting runtime representation of build or chain result into persistent ResultsSummary object. Those operation may update other ResultsSummaries, i.e. delta states of builds following currently saved build.
Method Summary | |
---|---|
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)
Handles results of not built job. |
Method Detail |
---|
@NotNull BuildContext saveFinishedBuildResult(@NotNull BuildContext buildContext) throws java.lang.Exception
buildContext
- runtime representation of build process
java.lang.Exception
void saveNotBuiltBuildResult(PlanResultKey planResultKey)
planResultKey
- void persistChainState(@NotNull ChainState chainState)
chainState
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |