Uses of Class
com.atlassian.confluence.it.BlogPost
-
-
Uses of BlogPost in com.atlassian.confluence.it
Fields in com.atlassian.confluence.it declared as BlogPost Modifier and Type Field Description BlogPost
TestData. blogPost
static BlogPost
BlogPost. TEST
Deprecated.Constructors in com.atlassian.confluence.it with parameters of type BlogPost Constructor Description BlogPost(BlogPost blogPost)
Deprecated. -
Uses of BlogPost in com.atlassian.confluence.it.api
Methods in com.atlassian.confluence.it.api that return BlogPost Modifier and Type Method Description static BlogPost
ApiEntityConverter. convertApiContentToItBlogPost(Content content)
Methods in com.atlassian.confluence.it.api with parameters of type BlogPost Modifier and Type Method Description static Content
ApiEntityConverter. convertItBlogPostToApiContent(BlogPost blogPost, ContentRepresentation format)
-
Uses of BlogPost in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content with parameters of type BlogPost Modifier and Type Method 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. -
Uses of BlogPost in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return BlogPost Modifier and Type Method Description BlogPost
ConfluenceRpc. getBlogPost(long pageId)
Deprecated.Returns the blog post with the specified page ID.Methods in com.atlassian.confluence.it.rpc with parameters of type BlogPost Modifier and Type Method 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. -
Uses of BlogPost in com.atlassian.confluence.it.rpc.delegates
Methods in com.atlassian.confluence.it.rpc.delegates that return BlogPost Modifier and Type Method Description BlogPost
ContentRpc. createBlogPost(BlogPost blogPost, ContentRepresentation format)
BlogPost
ContentRpc. getBlogPost(ContentId id)
BlogPost
ContentRpc. updateBlogPost(BlogPost blogPost, boolean minorEdit, String versionComment, ContentRepresentation format)
Methods in com.atlassian.confluence.it.rpc.delegates with parameters of type BlogPost Modifier and Type Method Description BlogPost
ContentRpc. createBlogPost(BlogPost blogPost, ContentRepresentation format)
BlogPost
ContentRpc. updateBlogPost(BlogPost blogPost, boolean minorEdit, String versionComment, ContentRepresentation format)
-
Uses of BlogPost in com.atlassian.confluence.it.rpc.xmlrpc
Methods in com.atlassian.confluence.it.rpc.xmlrpc that return BlogPost Modifier and Type Method Description BlogPost
XmlRpcContentClient. getBlogPost(long pageId)
Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type BlogPost Modifier and Type Method Description long
XmlRpcContentClient. createBlogPost(BlogPost blogPost)
long
XmlRpcContentClient. saveBlogPost(BlogPost blogPost)
-
Uses of BlogPost in com.atlassian.confluence.pageobjects.selenium3
Methods in com.atlassian.confluence.pageobjects.selenium3 with parameters of type BlogPost Modifier and Type Method Description EditContentPage
ConfluenceTestedProduct. loginAndEdit(User user, BlogPost blog)
Deprecated.ViewPage
ConfluenceTestedProduct. loginAndView(User user, BlogPost blogPost)
Deprecated. -
Uses of BlogPost in com.atlassian.confluence.pageobjects.selenium3.page.content
Constructors in com.atlassian.confluence.pageobjects.selenium3.page.content with parameters of type BlogPost Constructor Description EditContentPage(BlogPost blogPost)
Deprecated.
-