@ExperimentalApi
public interface LinkedDeploymentProjectCacheService
Modifier and Type | Method and Description |
---|---|
@NotNull List<LinkedDeploymentProject> |
getPlanAndBranchesRelatedDeployments(@NotNull PlanKey masterOrBranchKey)
Retrieve list of deployment projects associated with any of the branches in the plan
|
@NotNull List<LinkedDeploymentProject> |
getRelatedDeployments(@NotNull PlanKey planKey) |
void |
initialiseCache() |
void |
invalidate(long deploymentProjectId) |
void |
refresh(@NotNull InternalDeploymentProject deploymentProject) |
@NotNull @NotNull List<LinkedDeploymentProject> getRelatedDeployments(@NotNull @NotNull PlanKey planKey)
@NotNull @NotNull List<LinkedDeploymentProject> getPlanAndBranchesRelatedDeployments(@NotNull @NotNull PlanKey masterOrBranchKey)
masterOrBranchKey
- identifies master plan or branchvoid initialiseCache()
void invalidate(long deploymentProjectId)
void refresh(@NotNull @NotNull InternalDeploymentProject deploymentProject)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.