Class DistributedAttachmentCreatedEvent

java.lang.Object
com.xebialabs.xlrelease.domain.distributed.events.DistributedAttachmentCreatedEvent
All Implemented Interfaces:
DistributedAttachmentEvent, DistributedXLReleaseEvent, XLReleaseEvent, Serializable, scala.Equals, scala.Product

public class DistributedAttachmentCreatedEvent extends Object implements DistributedAttachmentEvent, scala.Product, Serializable
Event published when an attachment is created. Attachments are always added to a release, but task attachments are also linked to from tasks. Therefore this event also contains the container ID to easily determine if it is a release or task attachment. param: containerId the ID of the task or release in which the attachment was created. param: attachmentId the created attachment id.
See Also:
  • Constructor Details

    • DistributedAttachmentCreatedEvent

      public DistributedAttachmentCreatedEvent(String containerId, String attachmentId)
  • Method Details