Interface LinkedDeploymentProjectCacheService

All Known Implementing Classes:
LinkedDeploymentProjectCacheServiceImpl

@ExperimentalApi @Deprecated public interface LinkedDeploymentProjectCacheService
Deprecated.
Cache for relation between plans and deployment projects. This is experimental api, possibly subject to change when full deployment project caching is implemented.
  • Method Details

    • getRelatedDeployments

      @NotNull @NotNull List<LinkedDeploymentProject> getRelatedDeployments(@NotNull @NotNull PlanKey planKey)
      Deprecated.
    • getPlanAndBranchesRelatedDeployments

      @NotNull @NotNull List<LinkedDeploymentProject> getPlanAndBranchesRelatedDeployments(@NotNull @NotNull PlanKey masterOrBranchKey)
      Deprecated.
      Retrieve list of deployment projects associated with any of the branches in the plan
      Parameters:
      masterOrBranchKey - identifies master plan or branch
      Returns:
      list of deployment projects