com.atlassian.confluence.it.content
Class CreateSpaceBean

java.lang.Object
  extended by com.atlassian.confluence.it.content.CreateSpaceBean

public class CreateSpaceBean
extends java.lang.Object


Field Summary
static java.lang.String CLICKR_THEME_KEY
           
static java.lang.String LEFTNAV_THEME_KEY
           
 
Method Summary
static CreateSpaceBean createSpace(net.sourceforge.jwebunit.junit.WebTester webTester)
          Factory method to return a space creation bean.
 void save()
           
 void setSpaceKey(java.lang.String spaceKey)
           
 void setSpaceName(java.lang.String spaceName)
           
 void setTheme(java.lang.String theme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLICKR_THEME_KEY

public static final java.lang.String CLICKR_THEME_KEY
See Also:
Constant Field Values

LEFTNAV_THEME_KEY

public static final java.lang.String LEFTNAV_THEME_KEY
See Also:
Constant Field Values
Method Detail

createSpace

public static CreateSpaceBean createSpace(net.sourceforge.jwebunit.junit.WebTester webTester)
Factory method to return a space creation bean.


setSpaceKey

public void setSpaceKey(java.lang.String spaceKey)

setSpaceName

public void setSpaceName(java.lang.String spaceName)

setTheme

public void setTheme(java.lang.String theme)

save

public void save()


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.