Package step.core.miscellaneous
Class ReportNodeAttachmentManager
java.lang.Object
step.core.miscellaneous.ReportNodeAttachmentManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(byte[] content, String filename, ReportNode reportNode) void
attach
(Throwable e, ReportNode node) createAttachment
(byte[] content, String filename) createAttachmentWithoutQuotaCheck
(byte[] content, String filename)
-
Field Details
-
QUOTA_COUNT_VARNAME
-
QUOTA_VARNAME
-
-
Constructor Details
-
ReportNodeAttachmentManager
-
ReportNodeAttachmentManager
-
-
Method Details
-
createAttachment
public AttachmentMeta createAttachment(Throwable e) throws ReportNodeAttachmentManager.AttachmentQuotaException -
attach
-
createAttachment
public AttachmentMeta createAttachment(byte[] content, String filename) throws ReportNodeAttachmentManager.AttachmentQuotaException -
createAttachmentWithoutQuotaCheck
-
attach
-