public class InlineVariableEditComponent extends Object
Constructor and Description |
---|
InlineVariableEditComponent(com.atlassian.pageobjects.elements.PageElement tableRow) |
Modifier and Type | Method and 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 editor
|
InlineVariableEditComponent |
saveExpectingErrors() |
InlineVariableEditComponent |
setValue(String key,
String value) |
InlineVariableEditComponent |
showPassword() |
public InlineVariableEditComponent(com.atlassian.pageobjects.elements.PageElement tableRow)
public InlineVariableEditComponent setValue(String key, String value)
public InlineVariableEditComponent showPassword()
public InlineVariableEditComponent hidePassword()
public void save()
public InlineVariableEditComponent saveExpectingErrors()
public void cancel()
public String getVariableValueFromVisibleInput()
public boolean isPasswordInputVisible()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.