Uses of Class
com.atlassian.bamboo.pageobjects.components.variables.InlineVariableEditComponent
Package
Description
-
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.components.variables
Modifier and TypeMethodDescriptionInlineVariableEditComponent.hidePassword()
InlineVariableEditComponent.saveExpectingErrors()
InlineVariableEditComponent.showPassword()
Modifier and TypeMethodDescriptionstatic Consumer<InlineVariableEditComponent>
VariableEditor.editAndSave
(String key, String value) Modifier and TypeMethodDescriptionvoid
VariableEditor.addVariable
(Consumer<InlineVariableEditComponent> consumer) Hosting page should decide if it needs rebindingvoid
VariableEditor.editVariable
(String key, Consumer<InlineVariableEditComponent> consumer) Hosting page should decide if it needs rebinding -
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.pages.deployment.environments
Modifier and TypeMethodDescriptionConfigureEnvironmentVariablesPage.addVariable
(Consumer<InlineVariableEditComponent> consumer) ConfigureEnvironmentVariablesPage.editVariable
(String key, Consumer<InlineVariableEditComponent> consumer) -
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Modifier and TypeMethodDescriptionVariableConfigurationPage.addVariable
(Consumer<InlineVariableEditComponent> consumer) VariableConfigurationPage.editVariable
(String key, Consumer<InlineVariableEditComponent> consumer) -
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.pages.variables
Modifier and TypeMethodDescriptionVariableEditorPage.addVariable
(Consumer<InlineVariableEditComponent> consumer) VariableEditorPage.editVariable
(String key, Consumer<InlineVariableEditComponent> consumer)