Uses of Class
com.atlassian.confluence.impl.health.checks.HomeHealthCheckFailure.Reason
-
Packages that use HomeHealthCheckFailure.Reason Package Description com.atlassian.confluence.impl.health.checks -
-
Uses of HomeHealthCheckFailure.Reason in com.atlassian.confluence.impl.health.checks
Methods in com.atlassian.confluence.impl.health.checks that return HomeHealthCheckFailure.Reason Modifier and Type Method Description @NonNull HomeHealthCheckFailure.ReasonHomeHealthCheckFailure. getReason()static HomeHealthCheckFailure.ReasonHomeHealthCheckFailure.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static HomeHealthCheckFailure.Reason[]HomeHealthCheckFailure.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.impl.health.checks with parameters of type HomeHealthCheckFailure.Reason Modifier and Type Method Description static @NonNull HomeHealthCheckFailureHomeHealthCheckFailure. badConfiguredHome(@NonNull HomeHealthCheckFailure.Reason reason, @NonNull String configuredHome)static @NonNull HomeHealthCheckFailureHomeHealthCheckFailure. missingConfiguration(@NonNull HomeHealthCheckFailure.Reason reason)
-