Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Class

Description

FLEXDEPLOY

Functions for performing actions in FlexDeploy

EMAIL

Functions for formatting and sending emails

LOG

Functions for printing log messages

REST

Object exposing REST functions. For more info see Using the REST object.

MICROSOFTTEAMS

Functions for formatting and sending Teams messages

SLACK

Functions for formatting and sending Slack messages

FLEXDEPLOY Function Incompatible Changes for 6.0

  • Removed Methods

Code Block
languagejava
# ChangeManagementSystemService object is no longer available
ChangeManagementSystemService FLEXDEPLOY.getCMSService(Long pCMSInstanceId)

ChangeManagementSystemService FLEXDEPLOY.findCMSService(String pCode, String pName)
  • Replaced by following methods

Code Block
languagejava
ChangeManagementSystem FLEXDEPLOY.getChangeManagementSystemByInstanceCode(String pInstanceCode)

ChangeManagementSystem FLEXDEPLOY.getChangeManagementSystemByInstanceName(String pInstanceName)

CMSObject FLEXDEPLOY.createIncidentForWorklowRequest(Long pWorkflowRequestId, Map<String, Serializable> pIncidentFields, String pCMSInstanceCode, String pCMSInstanceName)

CMSObject FLEXDEPLOY.createIncidentByWorkflowType(Long pWorkflowRequestId, Map<String, Serializable> pIncidentFields)

ChangeManagementSystem FLEXDEPLOY.getChangeManagementSystemByInstanceId(Long pCMSInstanceId)