com.atlassian.confluence.pageobjects.page.space
Class SiteExportResult

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by com.atlassian.confluence.pageobjects.page.space.SiteExportResult
All Implemented Interfaces:
com.atlassian.pageobjects.Page

public class SiteExportResult
extends ConfluenceAbstractPage


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, waiter
 
Constructor Summary
SiteExportResult(Space space)
           
 
Method Summary
 String getDownloadUrl()
           
 String getUrl()
           
 boolean isSuccessful()
           
 boolean waitForCompletion()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
doWait, getAlert, getBrowseMenu, getComponent, getHeader, getUserMenu, isLoggedIn, setSetupComplete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteExportResult

public SiteExportResult(Space space)
Method Detail

getUrl

public String getUrl()

waitForCompletion

public boolean waitForCompletion()

isSuccessful

public boolean isSuccessful()

getDownloadUrl

public String getDownloadUrl()


Copyright © 2003-2012 Atlassian. All Rights Reserved.