Skip to content

/AWS1/CL_DPLLASTDEPLOYMENTINFO

Information about the most recent attempted or successful deployment to a deployment group.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_deploymentid TYPE /AWS1/DPLDEPLOYMENTID /AWS1/DPLDEPLOYMENTID

The unique ID of a deployment.

iv_status TYPE /AWS1/DPLDEPLOYMENTSTATUS /AWS1/DPLDEPLOYMENTSTATUS

The status of the most recent deployment.

iv_endtime TYPE /AWS1/DPLTIMESTAMP /AWS1/DPLTIMESTAMP

A timestamp that indicates when the most recent deployment to the deployment group was complete.

iv_createtime TYPE /AWS1/DPLTIMESTAMP /AWS1/DPLTIMESTAMP

A timestamp that indicates when the most recent deployment to the deployment group started.


Queryable Attributes

deploymentId

The unique ID of a deployment.

Accessible with the following methods

Method Description
GET_DEPLOYMENTID() Getter for DEPLOYMENTID, with configurable default
ASK_DEPLOYMENTID() Getter for DEPLOYMENTID w/ exceptions if field has no value
HAS_DEPLOYMENTID() Determine if DEPLOYMENTID has a value

status

The status of the most recent deployment.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

endTime

A timestamp that indicates when the most recent deployment to the deployment group was complete.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

createTime

A timestamp that indicates when the most recent deployment to the deployment group started.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value