public class WorkflowTransitionPropertiesPage extends AbstractJiraPage
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowTransitionPropertiesPage.CreateRow |
static class |
WorkflowTransitionPropertiesPage.Row |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
WorkflowTransitionPropertiesPage(String workflowName,
boolean draft,
long workflowStep,
long workflowTransition) |
Modifier and Type | Method and Description |
---|---|
WorkflowTransitionPropertiesPage.CreateRow |
create() |
Map<String,String> |
getProperties() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isTransitionPropertyTableEmpty() |
WorkflowTransitionPropertiesPage.Row |
property(String key) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public WorkflowTransitionPropertiesPage(String workflowName, boolean draft, long workflowStep, long workflowTransition)
public com.atlassian.pageobjects.elements.query.TimedCondition isTransitionPropertyTableEmpty()
public WorkflowTransitionPropertiesPage.CreateRow create()
public WorkflowTransitionPropertiesPage.Row property(String key)
public String getUrl()
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
Copyright © 2002-2021 Atlassian. All Rights Reserved.