Class PipelineGateApprovalAssignedForEmailPayload
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.payload.BaseNotificationPayload
flexagon.fd.model2.notification.payload.BaseHumanTaskPayload
flexagon.fd.model2.notification.payload.PipelineGateApprovalAssignedForUserPayload
flexagon.fd.model2.notification.payload.PipelineGateApprovalAssignedForEmailPayload
- All Implemented Interfaces:
NotificationPayload,Serializable
public class PipelineGateApprovalAssignedForEmailPayload
extends PipelineGateApprovalAssignedForUserPayload
- See Also:
-
Field Summary
Fields inherited from class flexagon.fd.model2.notification.payload.BaseHumanTaskPayload
mHumanTaskDataObjectFields inherited from class flexagon.fd.model2.notification.payload.BaseNotificationPayload
mNotificationEventTypeEnum, mPipelineAttachments, mPipelineNotesFields inherited from interface flexagon.fd.model2.notification.payload.NotificationPayload
DATE_FORMAT -
Constructor Summary
ConstructorsConstructorDescriptionPipelineGateApprovalAssignedForEmailPayload(PipelineStageGateExecDataObject pDataObject, NotificationEventTypeEnum pNotificationEventTypeEnum) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipients(String pAttributeGroupName) Returns the UUID for the human task.Methods inherited from class flexagon.fd.model2.notification.payload.PipelineGateApprovalAssignedForUserPayload
addRecipientsByPipelineRoleMemberType, getAttachments, getDataObject, getEnvironment, getGate, getGateExecutionStatus, getGateExecutionStatusCode, getGateExecutionStatusEnum, getId, getNotes, getPipelineStageExecInfo, getReleaseDefinitionId, getSnapshot, getSnapshotCreatedByFullName, getSnapshotCreatedByUserAndFullName, getStageExecution, getTaskNotesMethods inherited from class flexagon.fd.model2.notification.payload.BaseHumanTaskPayload
getActionBy, getActionByFullName, getActionOn, getChangeLogsFromSnapshot, getExternalSystemId, getExternalTicket, getGroupId, getPipelineStageGateExecId, getPipelineStageStepExecId, getStatus, getStatusCode, getStatusEnum, getWorkflowRequestIdMethods inherited from class flexagon.fd.model2.notification.payload.BaseNotificationPayload
addAttachment, addAttachment, addAttachment, addAttachment, addRecipientsByCommittersIfEligible, addRecipientsByGroupId, addRecipientsByGroupIdIfEligible, addRecipientsByGroupNameIfEligible, addRecipientsByPipelineRoleMember, addRecipientsByPipelineRoleUserOrEmailMember, addRecipientsBySubscriptions, addRecipientsByUserIdIfEligible, addRecipientsByUserNameIfEligible, addRecipientsForPipelineStepExecFailure, evaluatePipelineRoleScript, getApprovalGateRoleByGateId, getApprovalTaskUrlPath, getFolderWithHierarchy, getHumanTaskUrlPath, getInputFieldsForStep, getManualStepRoleByStepId, getPipelineRoleScriptForGate, getPipelineRoleScriptForStep, getPipelineStageExecutionSnapshotQueryResultRow, getRecipients, getUserFullName, hasAttachments, isGroupMemberOfPipelineRole, isSendLogAttachments, isShowNotesAndSendAttachments, populatePipelineAttachmentsAndNotes, sendLogAttachments, showNotesAndSendAttachments, showTextForMissingUrlSetup, toNotifScmCommits, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface flexagon.fd.model2.notification.payload.NotificationPayload
getRecipients, hasAttachments, isImportant
-
Constructor Details
-
PipelineGateApprovalAssignedForEmailPayload
public PipelineGateApprovalAssignedForEmailPayload(PipelineStageGateExecDataObject pDataObject, NotificationEventTypeEnum pNotificationEventTypeEnum)
-
-
Method Details
-
addRecipients
- Specified by:
addRecipientsin interfaceNotificationPayload- Overrides:
addRecipientsin classPipelineGateApprovalAssignedForUserPayload
-
getHumanTaskIdentityUuid
Description copied from class:BaseHumanTaskPayloadReturns the UUID for the human task.- Specified by:
getHumanTaskIdentityUuidin interfaceNotificationPayload- Overrides:
getHumanTaskIdentityUuidin classPipelineGateApprovalAssignedForUserPayload- Returns:
- The UUID for the human task.
-