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 StringattachmentTypeStringcommentstatic StringDEFAULT_ATTACHMENT_TYPEStringfileNamestatic RequestSpecification<ResultAttachment>SPECStringstream
-
Constructor Summary
Constructors Constructor Description ResultAttachment()ResultAttachment(String fileName, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDataFromFile(File file)voidsetDataFromString(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
-
-