public class DefaultAttachmentProcessor extends java.lang.Object implements AttachmentProcessor<AttachmentData>
| Constructor and Description |
|---|
DefaultAttachmentProcessor() |
DefaultAttachmentProcessor(io.qameta.allure.AllureLifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment(AttachmentData attachmentData,
AttachmentRenderer<AttachmentData> renderer) |
public DefaultAttachmentProcessor()
public DefaultAttachmentProcessor(io.qameta.allure.AllureLifecycle lifecycle)
public void addAttachment(AttachmentData attachmentData, AttachmentRenderer<AttachmentData> renderer)
addAttachment in interface AttachmentProcessor<AttachmentData>