| Package | Description |
|---|---|
| org.bsc.confluence | |
| org.codehaus.swizzle.confluence |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConfluenceUtils.addAttchment(Confluence confluence,
org.codehaus.swizzle.confluence.Page page,
Attachment attachment,
File source) |
static void |
ConfluenceUtils.addAttchment(Confluence confluence,
org.codehaus.swizzle.confluence.Page page,
Attachment attachment,
InputStream source) |
static boolean |
ConfluenceUtils.addAttchment(Confluence confluence,
org.codehaus.swizzle.confluence.Page page,
Attachment attachment,
URL source) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Confluence.addAttachment(long contentId,
Attachment attachment,
byte[] attachmentData)
add a new attachment to a content entity object.
|
Attachment |
Confluence.getAttachment(String pageId,
String fileName,
String versionNumber)
get information about an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Confluence.addAttachment(long contentId,
Attachment attachment,
byte[] attachmentData)
add a new attachment to a content entity object.
|
Copyright © 2016. All rights reserved.