|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncorrectPlanTypeException | |
|---|---|
| com.atlassian.bamboo.plan | |
| com.atlassian.bamboo.plan.cache | |
| Uses of IncorrectPlanTypeException in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan that throw IncorrectPlanTypeException | ||
|---|---|---|
Plan |
PlanManager.getPlanById(long id)
Returns a Plan by its id |
|
Plan |
PlanManagerImpl.getPlanById(long id)
|
|
|
PlanManager.getPlanById(long id,
java.lang.Class<T> planType)
Returns a Plan by its id and Class |
|
|
PlanManagerImpl.getPlanById(long id,
java.lang.Class<T> planType)
|
|
Plan |
PlanManager.getPlanByKey(PlanKey planKey)
Returns a Plan by its PlanKey |
|
Plan |
PlanManagerImpl.getPlanByKey(PlanKey planKey)
|
|
|
PlanManager.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its PlanKey and Class |
|
|
PlanManagerImpl.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
|
|
Plan |
PlanManager.getPlanByKey(java.lang.String planKey)
Deprecated. |
|
Plan |
PlanManagerImpl.getPlanByKey(java.lang.String planKey)
|
|
|
PlanManager.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
Deprecated. |
|
|
PlanManagerImpl.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
Deprecated. |
|
|
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
Plan |
PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
Deprecated. |
|
Plan |
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
|
|
|
PlanManager.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
Deprecated. |
|
|
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
|
|
| Uses of IncorrectPlanTypeException in com.atlassian.bamboo.plan.cache |
|---|
| Methods in com.atlassian.bamboo.plan.cache that throw IncorrectPlanTypeException | ||
|---|---|---|
|
CachedPlanManager.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
Returns a ImmutablePlan by its planKey and Class |
|
|
CachedPlanManagerImpl.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||