Uses of Class
com.atlassian.bamboo.plan.IncorrectPlanTypeException

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)
           
<T extends Plan>
T
PlanManager.getPlanById(long id, java.lang.Class<T> planType)
          Returns a Plan by its id and Class
<T extends Plan>
T
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)
           
<T extends Plan>
T
PlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its PlanKey and Class
<T extends Plan>
T
PlanManagerImpl.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
           
 Plan PlanManager.getPlanByKey(java.lang.String planKey)
          Deprecated. 
 Plan PlanManagerImpl.getPlanByKey(java.lang.String planKey)
           
<T extends Plan>
T
PlanManager.getPlanByKey(java.lang.String planKey, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanManagerImpl.getPlanByKey(java.lang.String planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
           
 Plan PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
          Deprecated. 
 Plan PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
           
<T extends Plan>
T
PlanManager.getPlanByResultKey(PlanResultKey planResultKey, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
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
<T extends ImmutablePlan>
T
CachedPlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a ImmutablePlan by its planKey and Class
<T extends ImmutablePlan>
T
CachedPlanManagerImpl.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.