public class TapAttachment extends Object
| Constructor and Description |
|---|
TapAttachment(byte[] content,
Map<String,Object> diagnostics) |
TapAttachment(String fileName,
byte[] content,
int size,
String fileType) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getFileName() |
String |
getFileType() |
int |
getSize() |
Copyright © 2011–2019 Jenkins. All rights reserved.