com.atlassian.confluence.it.admin
Class GlobalLogo

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

public class GlobalLogo
extends Object


Constructor Summary
GlobalLogo(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 
Method Summary
static GlobalLogo configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 GlobalLogo reset()
           
 boolean resetLinkExists()
           
 GlobalLogo resetWithTextLink()
           
 GlobalLogo uploadLogo(File logo)
          IMPORTANT NOTE: it is currently the responsibility of whoever calls this method to then call reset() in a finally block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalLogo

public GlobalLogo(net.sourceforge.jwebunit.junit.WebTester webTester)
Method Detail

configureLogoFromAnywhere

public static GlobalLogo configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester webTester)

uploadLogo

public GlobalLogo uploadLogo(File logo)
IMPORTANT NOTE: it is currently the responsibility of whoever calls this method to then call reset() in a finally block.

Returns:
this for chaining

resetLinkExists

public boolean resetLinkExists()

reset

public GlobalLogo reset()

resetWithTextLink

public GlobalLogo resetWithTextLink()


Copyright © 2003-2012 Atlassian. All Rights Reserved.