Modifier and Type | Field and Description |
---|---|
BlogPost |
TestData.blogPost |
static BlogPost |
BlogPost.TEST
Deprecated.
|
Constructor and Description |
---|
BlogPost(BlogPost blogPost)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BlogPost |
ApiEntityConverter.convertApiContentToItBlogPost(Content content) |
Modifier and Type | Method and Description |
---|---|
static Content |
ApiEntityConverter.convertItBlogPostToApiContent(BlogPost blogPost,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
static EditContentBean |
EditContentBean.editBlogPost(BlogPost blogPost) |
static EditContentBean |
EditContentBean.editBlogPost(BlogPost blogPost,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewBlogPost(BlogPost blogPost) |
static ViewContentBean |
ViewContentBean.viewBlogPost(BlogPost blogPost,
net.sourceforge.jwebunit.junit.WebTester webTester) |
static ViewContentBean |
ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost)
When viewing the blog actually respect the date set on the blog.
|
static ViewContentBean |
ViewContentBean.viewBlogPostRespectingDate(BlogPost blogPost,
net.sourceforge.jwebunit.junit.WebTester webTester)
When viewing the blog actually respect the date set on the blog.
|
Modifier and Type | Method and Description |
---|---|
BlogPost |
ConfluenceRpc.getBlogPost(long pageId)
Deprecated.
Returns the blog post with the specified page ID.
|
Modifier and Type | Method and Description |
---|---|
long |
ConfluenceRpc.createBlogPost(BlogPost blogPost)
Deprecated.
|
void |
ConfluenceRpc.moveBlogPost(BlogPost blogPost,
Space targetSpace)
Deprecated.
|
long |
ConfluenceRpc.saveBlogPost(BlogPost blogPost)
Deprecated.
|
void |
ConfluenceRpc.setBlogRestriction(ContentPermission contentPermission,
BlogPost blogPost)
Deprecated.
Restricts blog post to single given user or group, wiping out any other existing restrictions.
|
Modifier and Type | Method and Description |
---|---|
BlogPost |
ContentRpc.createBlogPost(BlogPost blogPost,
ContentRepresentation format) |
BlogPost |
ContentRpc.getBlogPost(ContentId id) |
BlogPost |
ContentRpc.updateBlogPost(BlogPost blogPost,
boolean minorEdit,
String versionComment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
BlogPost |
ContentRpc.createBlogPost(BlogPost blogPost,
ContentRepresentation format) |
BlogPost |
ContentRpc.updateBlogPost(BlogPost blogPost,
boolean minorEdit,
String versionComment,
ContentRepresentation format) |
Modifier and Type | Method and Description |
---|---|
BlogPost |
XmlRpcContentClient.getBlogPost(long pageId) |
Modifier and Type | Method and Description |
---|---|
long |
XmlRpcContentClient.createBlogPost(BlogPost blogPost) |
long |
XmlRpcContentClient.saveBlogPost(BlogPost blogPost) |
Modifier and Type | Method and Description |
---|---|
EditContentPage |
ConfluenceTestedProduct.loginAndEdit(User user,
BlogPost blog)
Deprecated.
|
ViewPage |
ConfluenceTestedProduct.loginAndView(User user,
BlogPost blogPost)
Deprecated.
|
Constructor and Description |
---|
EditContentPage(BlogPost blogPost)
Deprecated.
|
Copyright © 2003–2021 Atlassian. All rights reserved.