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 TypeMethodDescriptionbooleanisPresent(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, webhookMethods 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:AbstractConfigureNotificationComponentCheck if dialog present or not. In case it's exists/hidden during 5 seconds return result.- Overrides:
isPresentin classAbstractConfigureNotificationComponent- Parameters:
expected-- Returns:
-
setWebhookUrl
-