@Internal
public interface PendingBuildResultsStateRestoration
Modifier and Type | Method and Description |
---|---|
Set<ResultKey> |
restoreState()
Loads server state stored on disk and restores it.
|
void |
restoreStateAsync(List<ChainResultsSummary> chainsInProgress,
List<BuildResultsSummary> buildsInProgress)
Run from quartz job with prepared list of summaries.
|
Set<ResultKey> restoreState()
void restoreStateAsync(List<ChainResultsSummary> chainsInProgress, List<BuildResultsSummary> buildsInProgress)
restoreState()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.