Class RemoteTriggerComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.triggers.AbstractTriggerComponent
-
- com.atlassian.bamboo.pageobjects.pages.triggers.RemoteTriggerComponent
-
- All Implemented Interfaces:
TriggerComponent
public class RemoteTriggerComponent extends AbstractTriggerComponent
-
-
Field Summary
Fields Modifier and Type Field Description static String
triggerType
-
Constructor Summary
Constructors Constructor Description RemoteTriggerComponent(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 RemoteTriggerComponent
withTriggerIp(String ip)
-
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
-
RemoteTriggerComponent
public RemoteTriggerComponent(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts, String formName)
-
-
Method Detail
-
withTriggerIp
public RemoteTriggerComponent withTriggerIp(String ip)
-
-