Class InlineVariableEditComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.components.variables.InlineVariableEditComponent
-
public class InlineVariableEditComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description InlineVariableEditComponent(com.atlassian.pageobjects.elements.PageElement tableRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
Optional<String>
getErrorMessage()
String
getVariableValueFromVisibleInput()
InlineVariableEditComponent
hidePassword()
boolean
isPasswordInputVisible()
void
save()
Saving new item enforces page reload, binding new page should be done by page object for page embedding the variable editorInlineVariableEditComponent
saveExpectingErrors()
InlineVariableEditComponent
setValue(String key, String value)
InlineVariableEditComponent
showPassword()
-
-
-
Method Detail
-
setValue
public InlineVariableEditComponent setValue(String key, String value)
-
showPassword
public InlineVariableEditComponent showPassword()
-
hidePassword
public InlineVariableEditComponent hidePassword()
-
save
public void save()
Saving new item enforces page reload, binding new page should be done by page object for page embedding the variable editor
-
saveExpectingErrors
public InlineVariableEditComponent saveExpectingErrors()
-
cancel
public void cancel()
-
getVariableValueFromVisibleInput
public String getVariableValueFromVisibleInput()
-
isPasswordInputVisible
public boolean isPasswordInputVisible()
-
-