Class DefaultSpaceLogo
- java.lang.Object
-
- com.atlassian.confluence.it.admin.DefaultSpaceLogo
-
public class DefaultSpaceLogo extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultSpaceLogo
configureLogoFromAnywhere()
static DefaultSpaceLogo
configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester tester)
DefaultSpaceLogo
reset()
boolean
resetLinkExists()
DefaultSpaceLogo
resetWithTextLink()
DefaultSpaceLogo
uploadLogo(File logo)
IMPORTANT NOTE: it is currently the responsibility of whoever calls this method to then callreset()
in a finally block.
-
-
-
Method Detail
-
configureLogoFromAnywhere
public static DefaultSpaceLogo configureLogoFromAnywhere()
-
configureLogoFromAnywhere
public static DefaultSpaceLogo configureLogoFromAnywhere(net.sourceforge.jwebunit.junit.WebTester tester)
-
uploadLogo
public DefaultSpaceLogo uploadLogo(File logo)
IMPORTANT NOTE: it is currently the responsibility of whoever calls this method to then callreset()
in a finally block.- Returns:
- this for chaining
-
resetLinkExists
public boolean resetLinkExists()
-
reset
public DefaultSpaceLogo reset()
-
resetWithTextLink
public DefaultSpaceLogo resetWithTextLink()
-
-