com.atlassian.bamboo.deployments.cache
Interface LinkedDeploymentProjectCacheService

All Known Implementing Classes:
LinkedDeploymentProjectCacheServiceImpl

public interface LinkedDeploymentProjectCacheService

Cache for relation between plans and deployment projects. This is experimental api, possibly subject to change when full deployment project caching is implemented.


Method Summary
 java.util.List<LinkedDeploymentProject> getRelatedDeployments(PlanKey planKey)
           
 void initialiseCache()
           
 void invalidate(long deploymentProjectId)
           
 void refresh(InternalDeploymentProject deploymentProject)
           
 

Method Detail

getRelatedDeployments

@NotNull
java.util.List<LinkedDeploymentProject> getRelatedDeployments(@NotNull
                                                                      PlanKey planKey)

initialiseCache

void initialiseCache()

invalidate

void invalidate(long deploymentProjectId)

refresh

void refresh(@NotNull
             InternalDeploymentProject deploymentProject)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.