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 Constructor Description ConfigurePlanWebhooksNotificationComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPresent(boolean expected)Check if dialog present or not.ConfigurePlanWebhooksNotificationComponentsetWebhookUrl(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
-
-
-
-
Method Detail
-
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- Returns:
-
setWebhookUrl
public ConfigurePlanWebhooksNotificationComponent setWebhookUrl(String url)
-
-