com.atlassian.confluence.it.content
Class ViewContentBean.Builder

java.lang.Object
  extended by com.atlassian.confluence.it.content.ViewContentBean.Builder
Enclosing class:
ViewContentBean

public static class ViewContentBean.Builder
extends Object


Method Summary
 ViewContentBean build()
           
 ViewContentBean build(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 ViewContentBean.Builder confluenceUIOff()
           
 ViewContentBean.Builder confluenceUIOn()
           
 ViewContentBean.Builder decoratorOff()
           
 ViewContentBean.Builder page(Page page)
           
 ViewContentBean.Builder showChildren()
           
 ViewContentBean.Builder showCommentArea()
           
 ViewContentBean.Builder showComments()
           
 ViewContentBean.Builder spaceKeyAndPageTitle(String spaceKey, String pageTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showComments

public ViewContentBean.Builder showComments()

showCommentArea

public ViewContentBean.Builder showCommentArea()

showChildren

public ViewContentBean.Builder showChildren()

decoratorOff

public ViewContentBean.Builder decoratorOff()

page

public ViewContentBean.Builder page(Page page)

spaceKeyAndPageTitle

public ViewContentBean.Builder spaceKeyAndPageTitle(String spaceKey,
                                                    String pageTitle)

confluenceUIOn

public ViewContentBean.Builder confluenceUIOn()

confluenceUIOff

public ViewContentBean.Builder confluenceUIOff()

build

public ViewContentBean build()

build

public ViewContentBean build(net.sourceforge.jwebunit.junit.WebTester webTester)


Copyright © 2003-2013 Atlassian. All Rights Reserved.