Package com.atlassian.bamboo.labels
Class LabellingImpl_
- java.lang.Object
-
- com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
-
- com.atlassian.bamboo.labels.LabellingImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class LabellingImpl_ extends HibernateBambooEntityObject_
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_RESULTS_SUMMARY
static javax.persistence.metamodel.SingularAttribute<LabellingImpl,ResultsSummary>
buildResultsSummary
static javax.persistence.metamodel.SingularAttribute<LabellingImpl,Plan>
plan
static String
PLAN
static String
USER_NAME
static javax.persistence.metamodel.SingularAttribute<LabellingImpl,String>
userName
-
Fields inherited from class com.atlassian.bamboo.hibernate.HibernateBambooEntityObject_
id, ID
-
-
Constructor Summary
Constructors Constructor Description LabellingImpl_()
-
-
-
Field Detail
-
buildResultsSummary
public static volatile javax.persistence.metamodel.SingularAttribute<LabellingImpl,ResultsSummary> buildResultsSummary
-
userName
public static volatile javax.persistence.metamodel.SingularAttribute<LabellingImpl,String> userName
-
plan
public static volatile javax.persistence.metamodel.SingularAttribute<LabellingImpl,Plan> plan
-
BUILD_RESULTS_SUMMARY
public static final String BUILD_RESULTS_SUMMARY
- See Also:
- Constant Field Values
-
USER_NAME
public static final String USER_NAME
- See Also:
- Constant Field Values
-
PLAN
public static final String PLAN
- See Also:
- Constant Field Values
-
-