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 TypeMethodDescriptionvoidOutputBuilder.addAttachment(Attachment attachment) Adds an attachment to the outputMethod parameters in step.functions.io with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidOutputBuilder.addAttachments(List<Attachment> attachments) Adds attachments to the outputvoidInput.setAttachments(List<Attachment> attachments) voidOutput.setAttachments(List<Attachment> attachments) -
Uses of Attachment in step.grid.io
Methods in step.grid.io that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachmentHelper.generateAttachmentForException(Throwable e) static AttachmentAttachmentHelper.generateAttachmentFromByteArray(byte[] bytes, String attachmentName)