public class Attachment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Attachment.EntityType |
Modifier and Type | Field and Description |
---|---|
long |
entityId |
Attachment.EntityType |
entityType |
String |
filePath |
Constructor and Description |
---|
Attachment(String path,
TestResult testResult) |
Attachment(String path,
TestResult testResult,
String executionOrTestStep) |
public Attachment.EntityType entityType
public long entityId
public String filePath
public Attachment(String path, TestResult testResult)
public Attachment(String path, TestResult testResult, String executionOrTestStep)
Copyright © 2018. All rights reserved.