Uses of Class
step.grid.io.Attachment
-
Packages that use Attachment Package Description step.functions.io step.grid.io -
-
Uses of Attachment in step.functions.io
Methods in step.functions.io that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
Input. getAttachments()
List<Attachment>
Output. getAttachments()
Methods in step.functions.io with parameters of type Attachment Modifier and Type Method Description void
OutputBuilder. addAttachment(Attachment attachment)
Adds an attachment to the outputMethod parameters in step.functions.io with type arguments of type Attachment Modifier and Type Method Description void
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 Attachment Modifier and Type Method Description static Attachment
AttachmentHelper. generateAttachmentForException(Throwable e)
static Attachment
AttachmentHelper. generateAttachmentFromByteArray(byte[] bytes, String attachmentName)
-