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

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



Copyright © 2010 Atlassian. All Rights Reserved.