public class InaccessibleProjectTypeWarningDialog extends Object
Constructor and Description |
---|
InaccessibleProjectTypeWarningDialog() |
Modifier and Type | Method and Description |
---|---|
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() |
public InaccessibleProjectTypeWarningDialog()
public void isPresent()
public boolean isForProjectType(String projectTypeName)
projectTypeName
- The name of the project typepublic boolean isForAnUninstalledProjectType()
public boolean isForAnUnlicensedProjectType()
public ChangeProjectTypeDialog clickChangeProjectType()
Copyright © 2002-2022 Atlassian. All Rights Reserved.