|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Attachment in com.atlassian.confluence.it |
|---|
| Fields in com.atlassian.confluence.it declared as Attachment | |
|---|---|
Attachment |
TestData.image
|
Attachment |
TestData.image2
|
| Constructors in com.atlassian.confluence.it with parameters of type Attachment | |
|---|---|
Attachment(Attachment original,
String versionComment,
byte[] newData)
|
|
Attachment(ContentEntity contentEntity,
Attachment other)
Copy constructor -- put the provided attachment on another page. |
|
| Uses of Attachment in com.atlassian.confluence.it.rpc |
|---|
| Methods in com.atlassian.confluence.it.rpc that return Attachment | |
|---|---|
Attachment |
ConfluenceRpc.getAttachment(long contentId,
String fileName)
|
Attachment |
ConfluenceRpc.getAttachment(long contentId,
String fileName,
String version)
|
| Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Attachment | |
|---|---|
List<Attachment> |
ConfluenceRpc.getAttachments(Page homePage)
|
| Methods in com.atlassian.confluence.it.rpc with parameters of type Attachment | |
|---|---|
void |
ConfluenceRpc.changeAttachmentCreatedDate(Attachment attachment,
Date createdDate)
|
long |
ConfluenceRpc.createAttachment(Attachment attachment)
|
long |
ConfluenceRpc.createAttachment(ContentEntity page,
Attachment attachment)
|
long |
ConfluenceRpc.createAttachment(long contentId,
Attachment attachment)
|
void |
ConfluenceRpc.editAttachment(Attachment oldAttachment,
Attachment newAttachment)
Edit either the owning page or the filename of the attachment. |
byte[] |
ConfluenceRpc.getAttachmentData(Attachment attachment,
String version)
|
| Uses of Attachment in com.atlassian.confluence.multimedia |
|---|
| Fields in com.atlassian.confluence.multimedia declared as Attachment | |
|---|---|
protected Attachment |
AbstractMultimediaMacroAcceptanceTest.pageAttachment
|
| Methods in com.atlassian.confluence.multimedia that return Attachment | |
|---|---|
protected Attachment |
MultimediaMacroWMVAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMAAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroQuickTimeAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp4AcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp3AcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroFlashAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroAVIAcceptanceTest.getAttachment(ContentEntity ce)
|
protected abstract Attachment |
AbstractMultimediaMacroAcceptanceTest.getAttachment(ContentEntity ce)
|
| Methods in com.atlassian.confluence.multimedia with parameters of type Attachment | |
|---|---|
protected String |
AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space,
ContentEntity ce,
Attachment file,
String width,
String height)
|
| Uses of Attachment in com.atlassian.confluence.pageobjects.component.content |
|---|
| Constructors in com.atlassian.confluence.pageobjects.component.content with parameters of type Attachment | |
|---|---|
AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment)
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)
Creates a reference to the corresponding row for the specified version of the provided attachment. |
|
| Uses of Attachment in com.atlassian.confluence.pageobjects.page.content |
|---|
| Methods in com.atlassian.confluence.pageobjects.page.content with parameters of type Attachment | |
|---|---|
AttachmentsRow |
ViewAttachmentsPage.getAttachmentRow(Attachment attachment)
|
AttachmentsRow |
ViewAttachmentsPage.getAttachmentRow(Attachment attachment,
int version)
|
| Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type Attachment | |
|---|---|
EditAttachmentPage(Attachment attachment)
|
|
| Uses of Attachment in com.atlassian.confluence.selenium |
|---|
| Fields in com.atlassian.confluence.selenium declared as Attachment | |
|---|---|
protected Attachment |
AbstractSeleniumTest.testImage
|
protected Attachment |
AbstractSeleniumTest.testImage2
|
| Methods in com.atlassian.confluence.selenium that return Attachment | |
|---|---|
protected abstract Attachment |
AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroAVITest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroQuickTimeNotIExploreTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp4Test.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMATest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMVTest.getAttachment(ContentEntity ce)
|
| Uses of Attachment in com.atlassian.confluence.selenium.client |
|---|
| Methods in com.atlassian.confluence.selenium.client that return Attachment | |
|---|---|
Attachment |
AttachTo.draftFromEditor(String attachmentPath,
String contentType,
User remoteUser,
Space space)
|
Attachment |
AttachTo.pageViaRpc(String attachmentPath,
String contentType,
User remoteUser,
Page page)
|
| Methods in com.atlassian.confluence.selenium.client with parameters of type Attachment | |
|---|---|
void |
ConfluenceSeleniumAssertions.assertLinkInserted(String linkText,
Attachment attachment)
|
void |
Editor.insertImage(Attachment attachment)
|
boolean |
LinkBrowser.isAttachmentPresent(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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||