Modifier and Type | Class and Description |
---|---|
class |
AbstractPageEntity
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
BlogPost
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
Comment
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
Draft
Representation of a
Draft for use in tests |
class |
Page
Deprecated.
Please use confluence-java-api module instead.
See {com.atlassian.confluence.api.model.content.Content} alternative
|
class |
UserInformation |
Constructor and Description |
---|
AbstractContentEntity(AbstractContentEntity that)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<Content,? extends AbstractContentEntity> |
ApiEntityConverter.convertApiContentToIt |
Modifier and Type | Method and Description |
---|---|
static void |
DiffContentBean.diffByVersion(AbstractContentEntity content,
long... versions)
Unless you're testing error behaviour you'll want to pass this exactly two versions.
|
static void |
DiffContentBean.diffByVersion(AbstractContentEntity content,
net.sourceforge.jwebunit.junit.WebTester tester,
long... versions) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfluenceRpc.addLabel(String label,
AbstractContentEntity target)
Deprecated.
|
void |
LabelsRpc.addLabel(String label,
AbstractContentEntity target) |
Modifier and Type | Method and Description |
---|---|
boolean |
XmlRpcLabelsClient.addLabel(String label,
AbstractContentEntity target) |
Constructor and Description |
---|
EditContentPage(AbstractContentEntity page,
boolean passEditorAnchor)
Deprecated.
For the sake of supporting old browsers, you can actually load the quick editor but loading any viewpage with
a #editor anchor.
|
Modifier and Type | Method and Description |
---|---|
void |
PageGadget.waitForPageToBeSelected(AbstractContentEntity page) |
Copyright © 2003–2017 Atlassian. All rights reserved.