Class TestCommentTab.CanBind

java.lang.Object
com.atlassian.pageobjects.elements.query.AbstractPollingQuery
com.atlassian.pageobjects.elements.query.AbstractTimedQuery<Boolean>
com.atlassian.pageobjects.elements.query.AbstractTimedCondition
com.atlassian.jira.webtest.webdriver.tests.issue.TestCommentTab.CanBind
All Implemented Interfaces:
com.atlassian.pageobjects.elements.query.PollingQuery, com.atlassian.pageobjects.elements.query.TimedCondition, com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>, com.atlassian.pageobjects.elements.query.util.ClockAware, Callable<Boolean>
Enclosing class:
TestCommentTab

protected static class TestCommentTab.CanBind extends com.atlassian.pageobjects.elements.query.AbstractTimedCondition
  • Field Summary

    Fields inherited from class com.atlassian.pageobjects.elements.query.AbstractPollingQuery

    defaultTimeout, interval

    Fields inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery

    DEFAULT_INTERVAL
  • Constructor Summary

    Constructors
    Constructor
    Description
    CanBind(com.atlassian.pageobjects.DelayedBinder<ActivitySection> binder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Boolean
     

    Methods inherited from class com.atlassian.pageobjects.elements.query.AbstractTimedCondition

    shouldReturn

    Methods inherited from class com.atlassian.pageobjects.elements.query.AbstractTimedQuery

    by, by, byDefaultTimeout, call, clock, expirationHandler, now, toString

    Methods inherited from class com.atlassian.pageobjects.elements.query.AbstractPollingQuery

    defaultTimeout, interval

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.concurrent.Callable

    call

    Methods inherited from interface com.atlassian.pageobjects.elements.query.util.ClockAware

    clock

    Methods inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery

    defaultTimeout, interval

    Methods inherited from interface com.atlassian.pageobjects.elements.query.TimedQuery

    by, by, byDefaultTimeout, now
  • Constructor Details

    • CanBind

      public CanBind(com.atlassian.pageobjects.DelayedBinder<ActivitySection> binder)
  • Method Details

    • currentValue

      protected Boolean currentValue()
      Specified by:
      currentValue in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery<Boolean>