-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum OakpalResult extends Enum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN_ERRORSUCCESSGENERAL_ERRORABORTED_SCANSEVERE_VIOLATIONMAJOR_VIOLATIONMINOR_VIOLATION
-
Method Summary
Modifier and Type Method Description final StringgetCause()final IntegergetExitCode()final StringgetName()final IntegergetOrdinal()-
Methods inherited from class com.cognifide.gradle.aem.common.pkg.validator.OakpalResult
compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExitCode
final Integer getExitCode()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-