public class ProjectProblems extends Object
ProjectProblemsProvider
Modifier and Type | Method and Description |
---|---|
static boolean |
isBroken(Project project)
Checks whether the project has some project problem.
|
static void |
showAlert(Project project)
Show alert message box informing user that a project has broken
references.
|
static void |
showCustomizer(Project project)
Shows an UI customizer which gives users chance to fix encountered problems.
|
public static boolean isBroken(@NonNull Project project)
project
- the project to test for existence of project problems like broken references, missing server, etc.public static void showAlert(@NonNull Project project)
project
- to show the alert for.