Class AfterSuccessfulPlanTriggerComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
-
- com.atlassian.bamboo.pageobjects.pages.triggers.AfterSuccessfulPlanTriggerComponent
-
- All Implemented Interfaces:
TriggerComponent
public class AfterSuccessfulPlanTriggerComponent extends AbstractTriggerComponent
-
-
Constructor Summary
Constructors Constructor Description AfterSuccessfulPlanTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AfterSuccessfulPlanTriggerComponent
assertCustomTriggeringBranch(@NotNull PlanKey branchKey)
AfterSuccessfulPlanTriggerComponent
assertInheritedTriggeringBranch()
static String
getName()
AfterSuccessfulPlanTriggerComponent
withCustomTriggeringBranch(String branchName)
AfterSuccessfulPlanTriggerComponent
withInheritedTriggeringBranch()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
getConditionPlans, getUserDescription, isDisabled, save, saveExpectingErrors, saveExpectingSuccess, withConditionPlans, withDescription, withDisabledFlag
-
-
-
-
Constructor Detail
-
AfterSuccessfulPlanTriggerComponent
public AfterSuccessfulPlanTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
-
Method Detail
-
getName
public static String getName()
-
withCustomTriggeringBranch
public AfterSuccessfulPlanTriggerComponent withCustomTriggeringBranch(String branchName)
-
withInheritedTriggeringBranch
public AfterSuccessfulPlanTriggerComponent withInheritedTriggeringBranch()
-
assertCustomTriggeringBranch
public AfterSuccessfulPlanTriggerComponent assertCustomTriggeringBranch(@NotNull @NotNull PlanKey branchKey)
-
assertInheritedTriggeringBranch
public AfterSuccessfulPlanTriggerComponent assertInheritedTriggeringBranch()
-
-