Class ConfigurePlanWebhooksNotificationComponent
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.PlanNotificationConfigurationComponent
com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.ConfigurePlanWebhooksNotificationComponent
public class ConfigurePlanWebhooksNotificationComponent
extends PlanNotificationConfigurationComponent
-
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
pageBinder, pageElementFinder, recipientTypeSelect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isPresent
(boolean expected) Check if dialog present or not.setWebhookUrl
(String url) Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.PlanNotificationConfigurationComponent
getWebhookUrlError, save, saveExpectingError, webhook
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification.AbstractConfigureNotificationComponent
getErrorMessage, getSelectedUserName, withCondition, withRecipientType, withUserName
-
Constructor Details
-
ConfigurePlanWebhooksNotificationComponent
public ConfigurePlanWebhooksNotificationComponent()
-
-
Method Details
-
isPresent
public boolean isPresent(boolean expected) Description copied from class:AbstractConfigureNotificationComponent
Check if dialog present or not. In case it's exists/hidden during 5 seconds return result.- Overrides:
isPresent
in classAbstractConfigureNotificationComponent
- Returns:
-
setWebhookUrl
-