Package com.atlassian.bamboo.plan.branch
Class ChainBranchImpl_
- java.lang.Object
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityWithOid_
-
- com.atlassian.bamboo.plan.AbstractPlan_
-
- com.atlassian.bamboo.plan.AbstractChain_
-
- com.atlassian.bamboo.plan.branch.ChainBranchImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class ChainBranchImpl_ extends AbstractChain_
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,Boolean>
divergent
static String
DIVERGENT
static String
LINKED_JIRA_ISSUE
static javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,String>
linkedJiraIssue
static String
REMOTE_JIRA_LINK_REQUIRED
static javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,Boolean>
remoteJiraLinkRequired
-
Fields inherited from class com.atlassian.bamboo.plan.AbstractChain_
ALL_STAGES, allStages, NOTIFICATION_SET, NOTIFICATION_SET_ID, notificationSet, notificationSetId, STORAGE_TAG, 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 ChainBranchImpl_()
-
-
-
Field Detail
-
remoteJiraLinkRequired
public static volatile javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,Boolean> remoteJiraLinkRequired
-
divergent
public static volatile javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,Boolean> divergent
-
linkedJiraIssue
public static volatile javax.persistence.metamodel.SingularAttribute<ChainBranchImpl,String> linkedJiraIssue
-
REMOTE_JIRA_LINK_REQUIRED
public static final String REMOTE_JIRA_LINK_REQUIRED
- See Also:
- Constant Field Values
-
DIVERGENT
public static final String DIVERGENT
- See Also:
- Constant Field Values
-
LINKED_JIRA_ISSUE
public static final String LINKED_JIRA_ISSUE
- See Also:
- Constant Field Values
-
-