Class MutableDeploymentResultImpl_
- java.lang.Object
-
- com.atlassian.bamboo.deployments.results.persistence.MutableDeploymentResultImpl_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class MutableDeploymentResultImpl_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGENT_ID
static String
AGENT_TYPE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long>
agentId
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,AgentType>
agentType
static String
CUSTOM_DATA
static javax.persistence.metamodel.MapAttribute<MutableDeploymentResultImpl,String,String>
customData
static String
DEPLOYMENT_STATE
static String
DEPLOYMENT_VERSION_NAME
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,BuildState>
deploymentState
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,String>
deploymentVersionName
static String
ENVIRONMENT_ID
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long>
environmentId
static String
EXECUTED_DATE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date>
executedDate
static String
FINISHED_DATE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date>
finishedDate
static String
LIFE_CYCLE_STATE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,LifeCycleState>
lifeCycleState
static String
QUEUED_DATE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date>
queuedDate
static String
STARTED_DATE
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date>
startedDate
static String
TRIGGER_REASON
static String
TRIGGER_REASON_KEY
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,TriggerReason>
triggerReason
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,String>
triggerReasonKey
static String
VERSION_ID
static javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long>
versionId
-
Constructor Summary
Constructors Constructor Description MutableDeploymentResultImpl_()
-
-
-
Field Detail
-
agentId
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long> agentId
-
agentType
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,AgentType> agentType
-
deploymentVersionName
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,String> deploymentVersionName
-
startedDate
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date> startedDate
-
customData
public static volatile javax.persistence.metamodel.MapAttribute<MutableDeploymentResultImpl,String,String> customData
-
executedDate
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date> executedDate
-
deploymentState
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,BuildState> deploymentState
-
versionId
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long> versionId
-
environmentId
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Long> environmentId
-
triggerReasonKey
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,String> triggerReasonKey
-
triggerReason
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,TriggerReason> triggerReason
-
queuedDate
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date> queuedDate
-
lifeCycleState
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,LifeCycleState> lifeCycleState
-
finishedDate
public static volatile javax.persistence.metamodel.SingularAttribute<MutableDeploymentResultImpl,Date> finishedDate
-
AGENT_ID
public static final String AGENT_ID
- See Also:
- Constant Field Values
-
AGENT_TYPE
public static final String AGENT_TYPE
- See Also:
- Constant Field Values
-
DEPLOYMENT_VERSION_NAME
public static final String DEPLOYMENT_VERSION_NAME
- See Also:
- Constant Field Values
-
STARTED_DATE
public static final String STARTED_DATE
- See Also:
- Constant Field Values
-
CUSTOM_DATA
public static final String CUSTOM_DATA
- See Also:
- Constant Field Values
-
EXECUTED_DATE
public static final String EXECUTED_DATE
- See Also:
- Constant Field Values
-
DEPLOYMENT_STATE
public static final String DEPLOYMENT_STATE
- See Also:
- Constant Field Values
-
VERSION_ID
public static final String VERSION_ID
- See Also:
- Constant Field Values
-
ENVIRONMENT_ID
public static final String ENVIRONMENT_ID
- See Also:
- Constant Field Values
-
TRIGGER_REASON_KEY
public static final String TRIGGER_REASON_KEY
- See Also:
- Constant Field Values
-
TRIGGER_REASON
public static final String TRIGGER_REASON
- See Also:
- Constant Field Values
-
QUEUED_DATE
public static final String QUEUED_DATE
- See Also:
- Constant Field Values
-
LIFE_CYCLE_STATE
public static final String LIFE_CYCLE_STATE
- See Also:
- Constant Field Values
-
FINISHED_DATE
public static final String FINISHED_DATE
- See Also:
- Constant Field Values
-
-