com.atlassian.confluence.selenium.client
Class InviteUsersPanel

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.InviteUsersPanel

Deprecated. since 5.7 please use com.atlassian.confluence.pageobjects.page.admin.InviteUsersPanel

@Deprecated
public class InviteUsersPanel
extends Object

Page object for the invite users panel, shown in the browseusers.action

Since:
v4.1

Constructor Summary
InviteUsersPanel(ConfluenceSeleniumClient client)
          Deprecated.  
 
Method Summary
 String getErrorText()
          Deprecated.  
 int getSentEmailCount()
          Deprecated.  
 String getSentEmailCountElementId()
          Deprecated.  
 String getSignupLink()
          Deprecated.  
 boolean isNotifyOnSubscribe()
          Deprecated.  
 boolean isSendInvitationsButtonDisabled()
          Deprecated.  
 boolean isSendInvitationsSectionVisible()
          Deprecated.  
 boolean isSignupLinkVisible()
          Deprecated.  
 void resetURL()
          Deprecated.  
 void sendInvitationsExpecting(String selector)
          Deprecated.  
 void setInviteEmailMessage(String message)
          Deprecated.  
 void setInviteEmailRecipients(List<String> recipients)
          Deprecated.  
 void toggleNotifyOnSubscribe()
          Deprecated.  
 void undoResetURL()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InviteUsersPanel

public InviteUsersPanel(ConfluenceSeleniumClient client)
Deprecated. 
Method Detail

resetURL

public void resetURL()
Deprecated. 

toggleNotifyOnSubscribe

public void toggleNotifyOnSubscribe()
Deprecated. 

getSignupLink

public String getSignupLink()
Deprecated. 

isSignupLinkVisible

public boolean isSignupLinkVisible()
Deprecated. 

isNotifyOnSubscribe

public boolean isNotifyOnSubscribe()
Deprecated. 

isSendInvitationsSectionVisible

public boolean isSendInvitationsSectionVisible()
Deprecated. 

undoResetURL

public void undoResetURL()
Deprecated. 

setInviteEmailMessage

public void setInviteEmailMessage(String message)
Deprecated. 

setInviteEmailRecipients

public void setInviteEmailRecipients(List<String> recipients)
Deprecated. 

sendInvitationsExpecting

public void sendInvitationsExpecting(String selector)
Deprecated. 

getSentEmailCountElementId

public String getSentEmailCountElementId()
Deprecated. 

getSentEmailCount

public int getSentEmailCount()
Deprecated. 

isSendInvitationsButtonDisabled

public boolean isSendInvitationsButtonDisabled()
Deprecated. 

getErrorText

public String getErrorText()
Deprecated. 


Copyright © 2003–2015 Atlassian. All rights reserved.