com.atlassian.confluence.it.admin
Class DefaultSpaceLogo

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

public class DefaultSpaceLogo
extends java.lang.Object


Method Summary
static DefaultSpaceLogo configureLogoFromAnywhere()
           
static DefaultSpaceLogo configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester tester)
           
 DefaultSpaceLogo reset()
           
 boolean resetLinkExists()
           
 DefaultSpaceLogo resetWithTextLink()
           
 DefaultSpaceLogo uploadLogo(java.io.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
 

Method Detail

configureLogoFromAnywhere

public static DefaultSpaceLogo configureLogoFromAnywhere()

configureLogoFromAnywhere

public static DefaultSpaceLogo configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester tester)

uploadLogo

public DefaultSpaceLogo uploadLogo(java.io.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 DefaultSpaceLogo reset()

resetWithTextLink

public DefaultSpaceLogo resetWithTextLink()


Copyright © 2003-2014 Atlassian. All Rights Reserved.