Class DistributedAttachmentDeletedEvent

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

public class DistributedAttachmentDeletedEvent extends Object implements DistributedAttachmentEvent, scala.Product, Serializable
Event published when an attachment is deleted. param: containerId the ID of the task or release in which the attachment was created. param: attachmentId the deleted attachment id.
See Also:
  • Constructor Details

    • DistributedAttachmentDeletedEvent

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