Uses of Interface
com.atlassian.bamboo.deployments.cache.LinkedDeploymentProject
-
Packages that use LinkedDeploymentProject Package Description com.atlassian.bamboo.deployments.cache com.atlassian.bamboo.plugins.rest.deployments.projects -
-
Uses of LinkedDeploymentProject in com.atlassian.bamboo.deployments.cache
Classes in com.atlassian.bamboo.deployments.cache that implement LinkedDeploymentProject Modifier and Type Class Description class
LinkedDeploymentProjectImpl
Methods in com.atlassian.bamboo.deployments.cache that return types with arguments of type LinkedDeploymentProject Modifier and Type Method Description @NotNull List<LinkedDeploymentProject>
LinkedDeploymentProjectCacheService. getPlanAndBranchesRelatedDeployments(@NotNull PlanKey masterOrBranchKey)
Retrieve list of deployment projects associated with any of the branches in the plan@NotNull List<LinkedDeploymentProject>
LinkedDeploymentProjectCacheServiceImpl. getPlanAndBranchesRelatedDeployments(@NotNull PlanKey masterOrBranchKey)
@NotNull List<LinkedDeploymentProject>
LinkedDeploymentProjectCacheService. getRelatedDeployments(@NotNull PlanKey planKey)
@NotNull List<LinkedDeploymentProject>
LinkedDeploymentProjectCacheServiceImpl. getRelatedDeployments(@NotNull PlanKey planKey)
-
Uses of LinkedDeploymentProject in com.atlassian.bamboo.plugins.rest.deployments.projects
Classes in com.atlassian.bamboo.plugins.rest.deployments.projects that implement LinkedDeploymentProject Modifier and Type Class Description class
RestLinkedDeploymentProject
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type LinkedDeploymentProject Constructor Description RestLinkedDeploymentProject(LinkedDeploymentProject linkedDeploymentProject)
-