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
Fields Modifier and Type Field Description static String
ALL_STAGES
static javax.persistence.metamodel.ListAttribute<AbstractChain,ChainStage>
allStages
static String
NOTIFICATION_SET
static String
NOTIFICATION_SET_ID
static javax.persistence.metamodel.SingularAttribute<AbstractChain,NotificationSet>
notificationSet
static javax.persistence.metamodel.SingularAttribute<AbstractChain,Long>
notificationSetId
static String
STORAGE_TAG
static javax.persistence.metamodel.SingularAttribute<AbstractChain,ChainStorageTag>
storageTag
-
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
Constructors Constructor Description AbstractChain_()
-
-
-
Field Detail
-
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
public static final String NOTIFICATION_SET
- See Also:
- Constant Field Values
-
ALL_STAGES
public static final String ALL_STAGES
- See Also:
- Constant Field Values
-
STORAGE_TAG
public static final String STORAGE_TAG
- See Also:
- Constant Field Values
-
NOTIFICATION_SET_ID
public static final String NOTIFICATION_SET_ID
- See Also:
- Constant Field Values
-
-