|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlogPost in com.atlassian.confluence |
---|
Fields in com.atlassian.confluence declared as BlogPost | |
---|---|
BlogPost |
AbstractConfluenceAcceptanceTest.TEST_BLOG
|
Methods in com.atlassian.confluence that return BlogPost | |
---|---|
BlogPost |
BlogAcceptanceTest.setupBlogPost()
|
Uses of BlogPost in com.atlassian.confluence.it |
---|
Fields in com.atlassian.confluence.it declared as BlogPost | |
---|---|
BlogPost |
TestData.blogPost
|
static BlogPost |
BlogPost.TEST
|
Constructors in com.atlassian.confluence.it with parameters of type BlogPost | |
---|---|
BlogPost(BlogPost blogPost)
|
|
Comment(BlogPost blogPost,
String content)
|
Uses of BlogPost in com.atlassian.confluence.it.content |
---|
Methods in com.atlassian.confluence.it.content with parameters of type BlogPost | |
---|---|
static EditContentBean |
EditContentBean.editBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester,
BlogPost blogPost)
|
static ViewContentBean |
ViewContentBean.viewBlogPost(net.sourceforge.jwebunit.junit.WebTester webTester,
BlogPost blogPost)
The blog post is assumed to be today. |
static ViewContentBean |
ViewContentBean.viewBlogPostRespectingDate(net.sourceforge.jwebunit.junit.WebTester webTester,
BlogPost blogPost)
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 | |
---|---|
BlogPost |
ConfluenceRpc.getBlogPost(long pageId)
Returns the blog post with the specified page ID. |
Methods in com.atlassian.confluence.it.rpc with parameters of type BlogPost | |
---|---|
void |
ConfluenceRpc.addLabel(String label,
BlogPost blogPost)
|
long |
ConfluenceRpc.createBlogPost(BlogPost blogPost)
|
Comment |
ConfluenceRpc.getComment(BlogPost blog,
long commentId)
|
long |
ConfluenceRpc.saveBlogPost(BlogPost blogPost)
|
Uses of BlogPost in com.atlassian.confluence.pageobjects |
---|
Methods in com.atlassian.confluence.pageobjects with parameters of type BlogPost | |
---|---|
EditContentPage |
ConfluenceTestedProduct.loginAndEdit(User user,
BlogPost blog)
|
Uses of BlogPost in com.atlassian.confluence.pageobjects.page.content |
---|
Constructors in com.atlassian.confluence.pageobjects.page.content with parameters of type BlogPost | |
---|---|
EditContentPage(BlogPost blogPost)
|
|
ViewAttachmentsPage(BlogPost blog)
|
Uses of BlogPost in com.atlassian.confluence.selenium |
---|
Fields in com.atlassian.confluence.selenium declared as BlogPost | |
---|---|
protected BlogPost |
AbstractSeleniumTest.testBlogPost
|
Uses of BlogPost in com.atlassian.confluence.selenium.client |
---|
Methods in com.atlassian.confluence.selenium.client with parameters of type BlogPost | |
---|---|
void |
ConfluenceSeleniumAssertions.assertLinkInserted(String linkText,
BlogPost blog)
|
void |
ToolsMenu.ensureLinkLinksTo(BlogPost content)
|
PageView |
Suite.logIn(User user,
BlogPost destination)
|
TinyMce |
Editor.logInAndAddComment(User user,
BlogPost blogpost)
|
void |
Editor.triggerDraftAndCheckUserDrafts(BlogPost blogpost)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |