Contains information about deployment scheduling.

Column

Data Type

Constraint

deployment_id

VARCHAR(40)

not null

(primary key)

The unique ID for a pending deployment.

version

BIGINT

not null

The version of the deployment.

target_id

VARCHAR(255)

null

The unique ID for the target associated with the deployment.

deploy_time

TIMESTAMP

not null

The scheduled time for the snapshot deployment.

creation_time

TIMESTAMP

not null

The time when the schedule was created.

creator

VARCHAR(40)

null

The name of the user who created the schedule.

uri

VARCHAR(100)

null

The RMI URI for the current deployment.

next_dep_id

VARCHAR(40)

null

The ID for the schedule that is next in the queue.

previous_dep_id

VARCHAR(40)

null

The ID for the previous schedule in the queue.

force_full

TINYINT

null

Indicates whether to execute a full deployment (1) or not (0).

dep_type

TINYINT

null

The type of deployment.

status

NUMERIC(3)

null

The status of the deployment. Options include Error and Success.

message_code

VARCHAR(255)

null

The resource bundle key used for the error occurred during execution.

 
loading table of contents...