public class LikeSection extends Object implements PageComponent
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
Constructor and Description |
---|
LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement) |
Modifier and Type | Method and Description |
---|---|
LikeSection |
clickLike() |
LikeSection |
clickUnlike() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLikeButtonText() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLikeSummaryText() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isLikedByCurrentUser() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isNotLikedByCurrentUser() |
com.atlassian.pageobjects.elements.query.TimedCondition |
likedByCurrentUserAndManyOthers(int num) |
com.atlassian.pageobjects.elements.query.TimedCondition |
onlyLikedByCurrentUser() |
com.atlassian.pageobjects.elements.query.TimedCondition |
onlyLikedByUser(String fullName) |
public LikeSection(com.atlassian.pageobjects.elements.PageElement parentElement)
public LikeSection clickLike()
public LikeSection clickUnlike()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLikeButtonText()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLikeSummaryText()
public com.atlassian.pageobjects.elements.query.TimedCondition isLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition isNotLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByCurrentUser()
public com.atlassian.pageobjects.elements.query.TimedCondition likedByCurrentUserAndManyOthers(int num)
public com.atlassian.pageobjects.elements.query.TimedCondition onlyLikedByUser(String fullName)
Copyright © 2003–2016 Atlassian. All rights reserved.