Class CronTriggerComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
-
- com.atlassian.bamboo.pageobjects.pages.triggers.CronTriggerComponent
-
- All Implemented Interfaces:
TriggerComponent
public final class CronTriggerComponent extends AbstractTriggerComponent
-
-
Constructor Summary
Constructors Constructor Description CronTriggerComponent(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 CronTriggerComponent
assertCustomSourceBranch(@NotNull PlanKey branchKey)
CronTriggerComponent
assertInheritedSourceBranch()
String
getCronExpression()
CronTriggerComponent
withCronExpression(String cronExpression)
CronTriggerComponent
withCustomSourceBranch(String branchName)
CronTriggerComponent
withInheritedSourceBranch()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
getConditionPlans, getUserDescription, isDisabled, save, saveExpectingErrors, saveExpectingSuccess, withConditionPlans, withDescription, withDisabledFlag
-
-
-
-
Constructor Detail
-
CronTriggerComponent
public CronTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
-
Method Detail
-
withCustomSourceBranch
public CronTriggerComponent withCustomSourceBranch(String branchName)
-
withInheritedSourceBranch
public CronTriggerComponent withInheritedSourceBranch()
-
withCronExpression
public CronTriggerComponent withCronExpression(String cronExpression)
-
assertCustomSourceBranch
public CronTriggerComponent assertCustomSourceBranch(@NotNull @NotNull PlanKey branchKey)
-
assertInheritedSourceBranch
public CronTriggerComponent assertInheritedSourceBranch()
-
getCronExpression
public String getCronExpression()
-
-