public class

StartDraftWorkflowSchemeMigrationPage

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
StartDraftWorkflowSchemeMigrationPage(Long schemeId)
StartDraftWorkflowSchemeMigrationPage(Long schemeId, Long projectId)
Public Methods
Long getProjectId()
Long getSchemeId()
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
Boolean isDraftMigration()
boolean isSubmitPresent()
[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 StartDraftWorkflowSchemeMigrationPage (Long schemeId)

public StartDraftWorkflowSchemeMigrationPage (Long schemeId, Long projectId)

Public Methods

public Long getProjectId ()

public Long getSchemeId ()

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 Boolean isDraftMigration ()

public boolean isSubmitPresent ()