Uses of Class
step.grid.io.Attachment
Packages that use Attachment
-
Uses of Attachment in step.functions.io
Methods in step.functions.io that return types with arguments of type AttachmentMethods in step.functions.io with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
OutputBuilder.addAttachment
(Attachment attachment) Adds an attachment to the outputMethod parameters in step.functions.io with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
OutputBuilder.addAttachments
(List<Attachment> attachments) Adds attachments to the outputvoid
Input.setAttachments
(List<Attachment> attachments) void
Output.setAttachments
(List<Attachment> attachments) -
Uses of Attachment in step.grid.io
Methods in step.grid.io that return AttachmentModifier and TypeMethodDescriptionstatic Attachment
AttachmentHelper.generateAttachmentForException
(Throwable e) static Attachment
AttachmentHelper.generateAttachmentFromByteArray
(byte[] bytes, String attachmentName)