Class ResultAttachment
- java.lang.Object
-
- step.repositories.azure.devops.util.AutoToString
-
- step.repositories.azure.devops.rest.model.ResultAttachment
-
public class ResultAttachment extends AutoToString
-
-
Field Summary
Fields Modifier and Type Field Description String
attachmentType
String
comment
static String
DEFAULT_ATTACHMENT_TYPE
String
fileName
static RequestSpecification<ResultAttachment>
SPEC
String
stream
-
Constructor Summary
Constructors Constructor Description ResultAttachment()
ResultAttachment(String fileName, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setDataFromFile(File file)
void
setDataFromString(String text)
-
Methods inherited from class step.repositories.azure.devops.util.AutoToString
toString
-
-
-
-
Field Detail
-
DEFAULT_ATTACHMENT_TYPE
public static String DEFAULT_ATTACHMENT_TYPE
-
SPEC
public static final RequestSpecification<ResultAttachment> SPEC
-
stream
public String stream
-
fileName
public String fileName
-
comment
public String comment
-
attachmentType
public String attachmentType
-
-