public class

InaccessibleProjectTypeWarningDialog

extends Object
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.project.types.warning.InaccessibleProjectTypeWarningDialog

Class Overview

Page object representing the dialog for the warning icon displayed when a project type is inaccessible.

Summary

Public Constructors
InaccessibleProjectTypeWarningDialog()
Public Methods
ChangeProjectTypeDialog clickChangeProjectType()
Clicks on the "change project type" link inside the dialog.
boolean isForAnUninstalledProjectType()
Returns a boolean indicating whether the messaging on the warning dialog is referring to a project type that is uninstalled.
boolean isForAnUnlicensedProjectType()
Returns a boolean indicating whether the messaging on the warning dialog is referring to a project type that is unlicensed.
boolean isForProjectType(String projectTypeName)
Returns a boolean indicating whether the messaging on the warning dialog is referring to the given project type.
void isPresent()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InaccessibleProjectTypeWarningDialog ()

Public Methods

public ChangeProjectTypeDialog clickChangeProjectType ()

Clicks on the "change project type" link inside the dialog.

Returns
  • The page object for the change project type dialog.

public boolean isForAnUninstalledProjectType ()

Returns a boolean indicating whether the messaging on the warning dialog is referring to a project type that is uninstalled.

Returns
  • Whether the messaging on the warning dialog is referring to a project type that is uninstalled.

public boolean isForAnUnlicensedProjectType ()

Returns a boolean indicating whether the messaging on the warning dialog is referring to a project type that is unlicensed.

Returns
  • Whether the messaging on the warning dialog is referring to a project type that is unlicensed.

public boolean isForProjectType (String projectTypeName)

Returns a boolean indicating whether the messaging on the warning dialog is referring to the given project type.

Parameters
projectTypeName The name of the project type
Returns
  • Whether the messaging on the warning dialog is referring to the given project type.

public void isPresent ()