com.atlassian.confluence.it.admin
Class SiteLogoPage

java.lang.Object
  extended by com.atlassian.confluence.it.admin.SiteLogoPage

public class SiteLogoPage
extends Object


Field Summary
static String FORM_ID
           
 
Constructor Summary
SiteLogoPage()
           
 
Method Summary
static SiteLogoPage goToSiteLogoAdmin()
           
 SiteLogoPage hideSideTitle()
           
 SiteLogoPage resetDefaultLogo()
           
 SiteLogoPage setSiteTitle(String siteTitle)
           
 SiteLogoPage showSiteTitle()
           
 SiteLogoPage uploadLogo(File logo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_ID

public static final String FORM_ID
See Also:
Constant Field Values
Constructor Detail

SiteLogoPage

public SiteLogoPage()
Method Detail

goToSiteLogoAdmin

public static SiteLogoPage goToSiteLogoAdmin()

uploadLogo

public SiteLogoPage uploadLogo(File logo)

resetDefaultLogo

public SiteLogoPage resetDefaultLogo()

setSiteTitle

public SiteLogoPage setSiteTitle(String siteTitle)

showSiteTitle

public SiteLogoPage showSiteTitle()

hideSideTitle

public SiteLogoPage hideSideTitle()


Copyright © 2003-2013 Atlassian. All Rights Reserved.