Package com.atlassian.bamboo.plan
Class AbstractChain_
java.lang.Object
com.atlassian.bamboo.hibernate.HibernateBambooEntityWithOid_
com.atlassian.bamboo.plan.AbstractPlan_
com.atlassian.bamboo.plan.AbstractChain_
- Direct Known Subclasses:
ChainBranchImpl_
,DefaultChain_
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class AbstractChain_
extends AbstractPlan_
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static javax.persistence.metamodel.ListAttribute<AbstractChain,
ChainStage> static final String
static final String
static javax.persistence.metamodel.SingularAttribute<AbstractChain,
NotificationSet> static javax.persistence.metamodel.SingularAttribute<AbstractChain,
Long> static final String
static javax.persistence.metamodel.SingularAttribute<AbstractChain,
ChainStorageTag> Fields inherited from class com.atlassian.bamboo.plan.AbstractPlan_
BUILD_KEY, BUILD_NAME, buildKey, buildName, description, DESCRIPTION, discriminator, DISCRIMINATOR, labellings, LABELLINGS, MARKED_FOR_DELETION, markedForDeletion, name, NAME, PLAN_KEY, planKey, project, PROJECT, SUSPENDED_FROM_BUILDING, suspendedFromBuilding, TEST_CLASSES, testClasses, version, VERSION
Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityWithOid_
id, ID, oid, OID
-
Constructor Summary
-
Method Summary
-
Field Details
-
notificationSet
public static volatile javax.persistence.metamodel.SingularAttribute<AbstractChain,NotificationSet> notificationSet -
allStages
public static volatile javax.persistence.metamodel.ListAttribute<AbstractChain,ChainStage> allStages -
storageTag
public static volatile javax.persistence.metamodel.SingularAttribute<AbstractChain,ChainStorageTag> storageTag -
notificationSetId
public static volatile javax.persistence.metamodel.SingularAttribute<AbstractChain,Long> notificationSetId -
NOTIFICATION_SET
- See Also:
-
ALL_STAGES
- See Also:
-
STORAGE_TAG
- See Also:
-
NOTIFICATION_SET_ID
- See Also:
-
-
Constructor Details
-
AbstractChain_
public AbstractChain_()
-