public class

WorkflowTransitionPropertiesPage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.admin.workflow.WorkflowTransitionPropertiesPage

Class Overview

Page object for interacting with the workflow transitions property page.

Summary

Nested Classes
class WorkflowTransitionPropertiesPage.CreateRow  
class WorkflowTransitionPropertiesPage.Row  
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
WorkflowTransitionPropertiesPage(String workflowName, boolean draft, long workflowStep, long workflowTransition)
Public Methods
WorkflowTransitionPropertiesPage.CreateRow create()
Map<StringString> getProperties()
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
TimedCondition isTransitionPropertyTableEmpty()
WorkflowTransitionPropertiesPage.Row property(String key)
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Public Constructors

public WorkflowTransitionPropertiesPage (String workflowName, boolean draft, long workflowStep, long workflowTransition)

Public Methods

public Map<StringString> getProperties ()

public String getUrl ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page

public TimedCondition isTransitionPropertyTableEmpty ()