Modifier and Type | Field and Description |
---|---|
Attachment |
TestData.filePDF |
Attachment |
TestData.fileZIP |
Attachment |
TestData.image |
Attachment |
TestData.image2 |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.AttachmentBuilder.build() |
Attachment |
Comment.getAttachment()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Attachment.AttachmentBuilder |
Attachment.AttachmentBuilder.from(Attachment attachment) |
Constructor and Description |
---|
Attachment(Attachment original,
String versionComment,
byte[] newData)
Deprecated.
Since 5.7. Use
instead |
Attachment(ContentEntity contentEntity,
Attachment other)
Deprecated.
Since 5.7. Use
instead |
Comment(AbstractPageEntity page,
Attachment attachment,
String content,
long parentId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Attachment |
ApiEntityConverter.convertApiContentToItAttachment(Content attachmentContent) |
Modifier and Type | Method and Description |
---|---|
static List<Attachment> |
ApiEntityConverter.convertApiContentPageToItAttachments(PageResponse<Content> contents) |
Modifier and Type | Method and Description |
---|---|
static List<AttachmentUpload> |
ApiEntityConverter.convertAttachmentsToUploads(Attachment... attachments)
Convert IT
Attachment objects into AttachmentUpload versions suitable for sending to the
ContentService . |
static AttachmentUpload |
ApiEntityConverter.convertAttachmentToUpload(Attachment attachment) |
static Content |
ApiEntityConverter.convertItAttachmentToApiContent(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
static EditAttachmentsBean |
EditAttachmentsBean.editAttachmentFromViewPage(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
Attachment |
ConfluenceRpc.getAttachment(long contentId,
String fileName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
ConfluenceRpc.getAttachments(Page homePage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfluenceRpc.changeAttachmentCreatedDate(Attachment attachment,
Date createdDate)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(Attachment attachment)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(ContentEntity page,
Attachment attachment)
Deprecated.
|
long |
ConfluenceRpc.createAttachment(long contentId,
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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
AttachmentRpc.addAttachments(ContentId contentId,
Attachment... attachments) |
List<Attachment> |
AttachmentRpc.getAttachments(Page page) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Attachment |
XmlRpcAttachmentClient.getAttachment(long contentId,
String fileName) |
Attachment |
XmlRpcAttachmentClient.getAttachment(long contentId,
String fileName,
String version) |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
XmlRpcAttachmentClient.getAttachments(Page homePage) |
Modifier and Type | Method and Description |
---|---|
long |
XmlRpcContentClient.createAttachment(Attachment attachment) |
long |
XmlRpcContentClient.createAttachment(long contentId,
Attachment attachment) |
long |
XmlRpcAttachmentClient.createAttachment(long contentId,
Attachment attachment) |
void |
XmlRpcAttachmentClient.editAttachment(Attachment oldAttachment,
Attachment newAttachment)
Edit either the owning page or the filename of the attachment.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpaceOperations.isAttachmentPresent(Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachmentContainer.getAttachment()
Deprecated.
|
Constructor and Description |
---|
AttachmentContainer(Attachment attachment)
Deprecated.
|
AttachmentVersionContainer(com.atlassian.pageobjects.elements.PageElement attachmentTable,
Attachment attachment,
int version)
Deprecated.
|
Constructor and Description |
---|
AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment)
Deprecated.
Creates a reference to the corresponding row for the latest version
of the provided attachment.
|
AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment,
int version)
Deprecated.
Creates a reference to the corresponding row for the specified version
of the provided attachment.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.TimedQuery<Integer> |
EditorContent.getImageWidth(Attachment image)
Deprecated.
since 5.7 use `getEmbeddedImages` to get EditorEmbeddedImage then use EditorEmbeddedImage.getWidth()
|
com.atlassian.pageobjects.elements.query.TimedCondition |
EditorContent.isImagePresent(Attachment attachment)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
EditorContent.isImagePresentBySrc(Attachment attachment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttachmentContainer |
ViewAttachmentsPage.getAttachmentContainer(Attachment attachment)
Deprecated.
|
AttachmentsRow |
ViewAttachmentsPage.getAttachmentRow(Attachment attachment)
Deprecated.
since 4.3, use
ViewAttachmentsPage.getAttachmentContainer(Attachment) instead |
AttachmentsRow |
ViewAttachmentsPage.getAttachmentRow(Attachment attachment,
int version)
Deprecated.
since 4.3, use
AttachmentContainer.getVersionContainer(int) on ViewAttachmentsPage.getAttachmentContainer(Attachment) instead |
Constructor and Description |
---|
EditAttachmentPage(Attachment attachment)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Attachment |
AbstractSeleniumTest.testImage |
protected Attachment |
AbstractSeleniumTest.testImage2 |
Modifier and Type | Method and Description |
---|---|
Attachment |
AttachTo.draftFromEditor(String attachmentPath,
String contentType,
User remoteUser,
Space space) |
Modifier and Type | Method and Description |
---|---|
void |
Editor.insertImage(Attachment attachment) |
boolean |
TinyMce.isImagePresent(Attachment attachment)
Returns true if the given attachment is present in the RTE.
|
void |
LinkBrowser.selectAttachment(Attachment attachment) |
void |
TinyMce.waitForImage(Attachment image)
Wait for the specified image to load.
|
Copyright © 2003–2018 Atlassian. All rights reserved.