com.atlassian.confluence.it.admin
Class DefaultSpaceLogo

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

public class DefaultSpaceLogo
extends Object


Constructor Summary
DefaultSpaceLogo()
           
 
Method Summary
static DefaultSpaceLogo configureLogoFromAnywhere()
           
 DefaultSpaceLogo reset()
           
 boolean resetLinkExists()
           
 DefaultSpaceLogo resetWithTextLink()
           
 DefaultSpaceLogo 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

DefaultSpaceLogo

public DefaultSpaceLogo()
Method Detail

configureLogoFromAnywhere

public static DefaultSpaceLogo configureLogoFromAnywhere()

uploadLogo

public DefaultSpaceLogo 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 DefaultSpaceLogo reset()

resetWithTextLink

public DefaultSpaceLogo resetWithTextLink()


Copyright © 2003-2013 Atlassian. All Rights Reserved.