Class AbstractPlan

All Implemented Interfaces:
BambooIdProvider, BambooObject, BambooObjectWithOid, EntityWithOid, ImmutableEntityWithOid, Deletable, Describable, ImmutableDeletable, ImmutablePlan, Plan, PlanIdentifier, PlanKeyProvider, DescriptionProvider, NameProvider, Versionable, Cloneable, Comparable<Plan>
Direct Known Subclasses:
AbstractChain, DefaultJob

@MappedSuperclass public abstract class AbstractPlan extends HibernateBambooEntityWithOid implements ImmutablePlan, Plan, Comparable<Plan>
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism. "Plan.hbm.xml" is still the source of truth for this entity.