Uses of Class
com.atlassian.bamboo.pageobjects.components.variables.InlineVariableEditComponent
-
-
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.components.variables
Methods in com.atlassian.bamboo.pageobjects.components.variables that return InlineVariableEditComponent Modifier and Type Method Description InlineVariableEditComponent
InlineVariableEditComponent. hidePassword()
InlineVariableEditComponent
InlineVariableEditComponent. saveExpectingErrors()
InlineVariableEditComponent
InlineVariableEditComponent. setValue(String key, String value)
InlineVariableEditComponent
InlineVariableEditComponent. showPassword()
Methods in com.atlassian.bamboo.pageobjects.components.variables that return types with arguments of type InlineVariableEditComponent Modifier and Type Method Description static Consumer<InlineVariableEditComponent>
VariableEditor. editAndSave(String key, String value)
Method parameters in com.atlassian.bamboo.pageobjects.components.variables with type arguments of type InlineVariableEditComponent Modifier and Type Method Description void
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
Method parameters in com.atlassian.bamboo.pageobjects.pages.deployment.environments with type arguments of type InlineVariableEditComponent Modifier and Type Method Description ConfigureEnvironmentVariablesPage
ConfigureEnvironmentVariablesPage. addVariable(Consumer<InlineVariableEditComponent> consumer)
ConfigureEnvironmentVariablesPage
ConfigureEnvironmentVariablesPage. editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
-
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Method parameters in com.atlassian.bamboo.pageobjects.pages.plan.configuration with type arguments of type InlineVariableEditComponent Modifier and Type Method Description VariableConfigurationPage
VariableConfigurationPage. addVariable(Consumer<InlineVariableEditComponent> consumer)
VariableConfigurationPage
VariableConfigurationPage. editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
-
Uses of InlineVariableEditComponent in com.atlassian.bamboo.pageobjects.pages.variables
Method parameters in com.atlassian.bamboo.pageobjects.pages.variables with type arguments of type InlineVariableEditComponent Modifier and Type Method Description VariableEditorPage
VariableEditorPage. addVariable(Consumer<InlineVariableEditComponent> consumer)
VariableEditorPage
VariableEditorPage. editVariable(String key, Consumer<InlineVariableEditComponent> consumer)
-