| Package | Description |
|---|---|
| com.atlassian.bamboo.caching | |
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.plan.cache |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableTopLevelPlan> |
DashboardCachingManager.getAllTopLevelPlans()
Returns all top level plans (i.e.
|
List<ImmutableTopLevelPlan> |
DashboardCachingManager.getAllTopLevelPlansUpdatedSince(long systemTime)
Returns all builds since a given time
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableTopLevelPlan> |
FilteringPlanManager.getEditablePlansByProject(Project project)
|
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableTopLevelPlan> |
CachedPlanManager.getPlans()
Returns all
TopLevelPlan's. |
List<ImmutableTopLevelPlan> |
CachedPlanManager.getPlansByProject(Project project)
Returns all
ImmutableTopLevelPlan's filtered by Project. |
List<ImmutableTopLevelPlan> |
CachedPlanManager.getPlansUnrestricted()
Returns all
ImmutableTopLevelPlan's ignoring permissions. |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.