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 BlogPostTestData. blogPoststatic BlogPostBlogPost. TESTDeprecated.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 BlogPostApiEntityConverter. convertApiContentToItBlogPost(Content content)Methods in com.atlassian.confluence.it.api with parameters of type BlogPost Modifier and Type Method Description static ContentApiEntityConverter. 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 EditContentBeanEditContentBean. editBlogPost(BlogPost blogPost)static EditContentBeanEditContentBean. editBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)static ViewContentBeanViewContentBean. viewBlogPost(BlogPost blogPost)static ViewContentBeanViewContentBean. viewBlogPost(BlogPost blogPost, net.sourceforge.jwebunit.junit.WebTester webTester)static ViewContentBeanViewContentBean. viewBlogPostRespectingDate(BlogPost blogPost)When viewing the blog actually respect the date set on the blog.static ViewContentBeanViewContentBean. 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 BlogPostConfluenceRpc. 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 longConfluenceRpc. createBlogPost(BlogPost blogPost)Deprecated.voidConfluenceRpc. moveBlogPost(BlogPost blogPost, Space targetSpace)Deprecated.longConfluenceRpc. saveBlogPost(BlogPost blogPost)Deprecated.voidConfluenceRpc. 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 BlogPostContentRpc. createBlogPost(BlogPost blogPost, ContentRepresentation format)BlogPostContentRpc. getBlogPost(ContentId id)BlogPostContentRpc. 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 BlogPostContentRpc. createBlogPost(BlogPost blogPost, ContentRepresentation format)BlogPostContentRpc. 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 BlogPostXmlRpcContentClient. getBlogPost(long pageId)Methods in com.atlassian.confluence.it.rpc.xmlrpc with parameters of type BlogPost Modifier and Type Method Description longXmlRpcContentClient. createBlogPost(BlogPost blogPost)longXmlRpcContentClient. 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 EditContentPageConfluenceTestedProduct. loginAndEdit(User user, BlogPost blog)Deprecated.ViewPageConfluenceTestedProduct. 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.
-