|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilteringPlanManager
Method Summary | ||
---|---|---|
|
getAllPlansForClone(java.lang.Class<T> planType)
Deprecated. since 4.1 use getPlansForClone() |
|
java.util.List<ImmutableChain> |
getPlansForClone()
Returns all Chain 's. |
|
|
getRunnablePlans(Project project,
java.lang.Class<T> planType)
Returns all Plan 's filtered by Project and Class . |
|
|
getRunnablePlansByProject(Project project,
java.lang.Class<T> planType)
Deprecated. since 4.1 use getRunnablePlans(com.atlassian.bamboo.project.Project, java.lang.Class |
Method Detail |
---|
@NotNull java.util.List<ImmutableChain> getPlansForClone()
Chain
's. Return list filtered to show only plans the current user is allowed to clone.
@NotNull <T extends ImmutablePlan> java.util.List<T> getRunnablePlans(@NotNull Project project, @NotNull java.lang.Class<T> planType)
Plan
's filtered by Project
and Class
. Only plans runnable by user will be
returned.
project
- - that the plans will belong toplanType
- - the type of the plan to retrieve
@Deprecated @NotNull <T extends Plan> java.util.List<T> getAllPlansForClone(java.lang.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> java.util.List<T> getRunnablePlansByProject(Project project, java.lang.Class<T> planType)
getRunnablePlans(com.atlassian.bamboo.project.Project, java.lang.Class)
Plan
's filtered by Project
and Class
. Only plans runnable by user will be
returned.
project
- - that the plans will belong toplanType
- - the type of the plan to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |