public interface Attachments extends Stream<Attachment>
Issue.Stream.Builder<T>| Modifier and Type | Method and Description |
|---|---|
Attachments |
create(String filename,
String type,
InputStream contents)
Attaches
contents to the issue. |
allMatch, anyMatch, builder, collect, collect, concat, count, distinct, empty, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, generate, iterate, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, of, of, peek, reduce, reduce, reduce, skip, sorted, sorted, toArray, toArrayclose, isParallel, iterator, onClose, parallel, sequential, spliterator, unorderedAttachments create(String filename, String type, InputStream contents) throws IOException
contents to the issue.filename - the attachment's filenametype - content-typecontents - the contentsAttachmentsIOException - if the server is unavailable or if contents cannot be readCopyright © 2017–2018 George Aristy. All rights reserved.