Uses of Class
com.atlassian.confluence.it.Attachment
-
-
Uses of Attachment in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as Attachment Modifier and Type Field Description Attachment
TestData. filePDF
Attachment
TestData. fileZIP
Attachment
TestData. image
Attachment
TestData. image2
Methods in com.atlassian.confluence.it that return Attachment Modifier and Type Method Description Attachment
Attachment.AttachmentBuilder. build()
Attachment
Comment. getAttachment()
Deprecated.Methods in com.atlassian.confluence.it with parameters of type Attachment Modifier and Type Method Description static Attachment.AttachmentBuilder
Attachment.AttachmentBuilder. from(Attachment attachment)
Constructors in com.atlassian.confluence.it with parameters of type Attachment Constructor Description Attachment(Attachment original, String versionComment, byte[] newData)
Deprecated.Since 5.7.Attachment(ContentEntity contentEntity, Attachment other)
Deprecated.Since 5.7.Comment(AbstractPageEntity page, Attachment attachment, String content, long parentId)
Deprecated. -
Uses of Attachment in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return Attachment Modifier and Type Method Description static Attachment
ApiEntityConverter. convertApiContentToItAttachment(Content attachmentContent)
Methods in com.atlassian.confluence.it.api that return types with arguments of type Attachment Modifier and Type Method Description static List<Attachment>
ApiEntityConverter. convertApiContentPageToItAttachments(PageResponse<Content> contents)
Methods in com.atlassian.confluence.it.api with parameters of type Attachment Modifier and Type Method Description static List<AttachmentUpload>
ApiEntityConverter. convertAttachmentsToUploads(Attachment... attachments)
Convert ITAttachment
objects intoAttachmentUpload
versions suitable for sending to theContentService
.static AttachmentUpload
ApiEntityConverter. convertAttachmentToUpload(Attachment attachment)
static Content
ApiEntityConverter. convertItAttachmentToApiContent(Attachment attachment)
-
Uses of Attachment in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type Attachment Modifier and Type Method Description static EditAttachmentsBean
EditAttachmentsBean. editAttachmentFromViewPage(Attachment attachment)
-
Uses of Attachment in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return Attachment Modifier and Type Method Description Attachment
ConfluenceRpc. getAttachment(long contentId, String fileName)
Deprecated.Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
ConfluenceRpc. getAttachments(Page homePage)
Deprecated.Methods in com.atlassian.confluence.it.rpc with parameters of type Attachment Modifier and Type Method Description void
ConfluenceRpc. changeAttachmentCreatedDate(Attachment attachment, Date createdDate)
Deprecated.long
ConfluenceRpc. createAttachment(long contentId, Attachment attachment)
Deprecated.long
ConfluenceRpc. createAttachment(Attachment attachment)
Deprecated.long
ConfluenceRpc. createAttachment(ContentEntity page, Attachment attachment)
Deprecated.long
ConfluenceRpc. createAttachmentOnDraft(Attachment attachment)
Deprecated.void
ConfluenceRpc. editAttachment(Attachment updatedAttachment)
Deprecated.Edit either the owning page or the filename of the attachment.byte[]
ConfluenceRpc. getAttachmentData(Attachment attachment, String version)
Deprecated. -
Uses of Attachment in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return Attachment Modifier and Type Method Description Attachment
AttachmentRpc. addAttachment(ContentId contentId, Attachment attachment)
Attachment
AttachmentRpc. getAttachment(ContentId contentId, String fileName)
Attachment
AttachmentRpc. updateAttachment(Attachment attachment)
Attachment
AttachmentRpc. updateData(Attachment attachment)
Methods in com.atlassian.confluence.it.rpc.delegates that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
AttachmentRpc. addAttachments(ContentId contentId, Attachment... attachments)
List<Attachment>
AttachmentRpc. getAttachments(Page page)
Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type Attachment Modifier and Type Method Description Attachment
AttachmentRpc. addAttachment(ContentId contentId, Attachment attachment)
List<Attachment>
AttachmentRpc. addAttachments(ContentId contentId, Attachment... attachments)
Attachment
AttachmentRpc. updateAttachment(Attachment attachment)
Attachment
AttachmentRpc. updateData(Attachment attachment)
-
Uses of Attachment in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return Attachment Modifier and Type Method Description Attachment
XmlRpcAttachmentClient. getAttachment(long contentId, String fileName)
Attachment
XmlRpcAttachmentClient. getAttachment(long contentId, String fileName, String version)
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>
XmlRpcAttachmentClient. getAttachments(Page homePage)
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type Attachment Modifier and Type Method Description long
XmlRpcAttachmentClient. createAttachment(long contentId, Attachment attachment)
long
XmlRpcContentClient. createAttachment(long contentId, Attachment attachment)
long
XmlRpcContentClient. createAttachment(Attachment attachment)
void
XmlRpcAttachmentClient. editAttachment(Attachment oldAttachment, Attachment newAttachment)
Edit either the owning page or the filename of the attachment. -
Uses of Attachment in com.atlassian.confluence.it.space
Methods in com.atlassian.confluence.it.space with parameters of type Attachment Modifier and Type Method Description boolean
SpaceOperations. isAttachmentPresent(Attachment attachment)
-
Uses of Attachment in com.atlassian.confluence.pageobjects.selenium3.component.dialog
Methods in com.atlassian.confluence.pageobjects.selenium3.component.dialog with parameters of type Attachment Modifier and Type Method Description ImageBrowserDialog
ImageBrowserDialog. chooseFile(Attachment attachment)
Deprecated.void
SearchPanelInImageBrowserDialog. chooseFile(Attachment attachment)
Deprecated.ImageBrowserDialog
ImageBrowserDialog. chooseImage(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.PageElement
ImageBrowserDialog. getZoomButton(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
ImageBrowserDialog. isFilePresent(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
SearchPanelInImageBrowserDialog. isFilePresent(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
ImageBrowserDialog. isImagePresent(Attachment attachment)
Deprecated.boolean
ImageBrowserDialog. isSelect(Attachment attachment)
Deprecated.void
LinkBrowserDialog. selectedAttachment(Attachment attachment)
Deprecated. -
Uses of Attachment in com.atlassian.confluence.pageobjects.selenium3.component.editor
Methods in com.atlassian.confluence.pageobjects.selenium3.component.editor with parameters of type Attachment Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<Integer>
EditorContent. getImageHeight(Attachment image)
Deprecated.since 5.7 use `getEmbeddedImages` to get EditorEmbeddedImage then use EditorEmbeddedImage.getHeight()com.atlassian.pageobjects.elements.query.TimedCondition
EditorContent. isImagePresent(Attachment attachment)
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
EditorContent. isImagePresentBySrc(Attachment attachment)
Deprecated.
-