Uses of Class
org.azd.workitemtracking.types.AttachmentReference
Packages that use AttachmentReference
-
Uses of AttachmentReference in org.azd.interfaces
Methods in org.azd.interfaces that return AttachmentReferenceModifier and TypeMethodDescriptionWorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) WorkItemTrackingDetails.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) -
Uses of AttachmentReference in org.azd.workitemtracking
Methods in org.azd.workitemtracking that return AttachmentReferenceModifier and TypeMethodDescriptionWorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, InputStream contentStream) Uploads an attachment.WorkItemTrackingApi.createAttachment(String fileName, AttachmentUploadType uploadType, String teamAreaPath, String contents) Deprecated.This method is deprecated as of version 5.0.0.