public interface FilteringPlanManager
| Modifier and Type | Method and Description |
|---|---|
<T extends Plan> |
getAllPlansForClone(Class<T> planType)
Deprecated.
since 4.1 use
getPlansForClone() |
Iterable<ImmutableTopLevelPlan> |
getEditablePlansByProject(Project project)
|
List<ImmutableChain> |
getPlansForClone()
Returns all
Chain's. |
<T extends ImmutablePlan> |
getRunnablePlans(Project project,
Class<T> planType)
|
<T extends Plan> |
getRunnablePlansByProject(Project project,
Class<T> planType)
Deprecated.
|
@NotNull List<ImmutableChain> getPlansForClone()
Chain's. Return list filtered to show only plans the current user is allowed to clone.@NotNull <T extends ImmutablePlan> List<T> getRunnablePlans(@NotNull Project project, @NotNull Class<T> planType)
project - - that the plans will belong toplanType - - the type of the plan to retrieve@Deprecated @NotNull <T extends Plan> List<T> getAllPlansForClone(Class<T> planType)
getPlansForClone()Plan's filtered by Class Return list filtered to show only plans the current user
is allowed to clone.planType - the class type of the plans you want returned@Deprecated @NotNull <T extends Plan> List<T> getRunnablePlansByProject(Project project, Class<T> planType)
getRunnablePlans(com.atlassian.bamboo.project.Project, java.lang.Class<T>)project - - that the plans will belong toplanType - - the type of the plan to retrieve@NotNull Iterable<ImmutableTopLevelPlan> getEditablePlansByProject(Project project)
Plan's filtered by Project and user can edit (EDIT permission assigned for plan to user)project - - that the plans will belong toCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.