Class PollingTriggerComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
-
- com.atlassian.bamboo.pageobjects.pages.triggers.PollingTriggerComponent
-
- All Implemented Interfaces:
TriggerComponent
public class PollingTriggerComponent extends AbstractTriggerComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
triggerType
-
Constructor Summary
Constructors Constructor Description PollingTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumberOfRepositories()
long
getNumberOfRepositoriesSelected()
PollingTriggerComponent
withPollingFrequency(int frequency)
PollingTriggerComponent
withPollingStrategy(@NotNull PollingStrategy pollingStrategy)
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
getConditionPlans, getUserDescription, isDisabled, save, saveExpectingErrors, saveExpectingSuccess, withConditionPlans, withDescription, withDisabledFlag
-
-
-
-
Field Detail
-
triggerType
public static final String triggerType
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PollingTriggerComponent
public PollingTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
-
Method Detail
-
withPollingStrategy
public PollingTriggerComponent withPollingStrategy(@NotNull @NotNull PollingStrategy pollingStrategy)
-
withPollingFrequency
public PollingTriggerComponent withPollingFrequency(int frequency)
-
getNumberOfRepositories
public long getNumberOfRepositories()
-
getNumberOfRepositoriesSelected
public long getNumberOfRepositoriesSelected()
-
-