|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncorrectPlanTypeException | |
---|---|
com.atlassian.bamboo.plan |
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)
Returns a Plan by its planKey |
|
Plan |
PlanManagerImpl.getPlanByKey(java.lang.String planKey)
|
|
|
PlanManager.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
Returns a Plan by its planKey and Class |
|
|
PlanManagerImpl.getPlanByKey(java.lang.String planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan from a project with the given plan name and Class
It is not possible to use this method if the planType parameter is a marker interface type such as Plan , Buildable or TopLevelPlan
since it is possible to have a Chain and a Job that share the same name. |
|
|
PlanManagerImpl.getPlanByName(java.lang.String projectKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
Returns a Plan that matches the start of the given PlanKey and the full plan name |
|
|
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
Plan |
PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
Returns a Plan by a PlanResultKey |
|
Plan |
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
|
|
|
PlanManager.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
Returns a Plan from a PlanResultKey and Class |
|
|
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |