Package 

Enum FailOn

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum FailOn
    extends Enum<FailOn>
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NEVER

      Do not fail the build when checksum/pgp verification fails.

      BUILD_FINISH

      Print all the violations at the build finish. It might be more convenient to see all the violations, however it allows execution of untrusted code.

      FIRST_ERROR

      Fail the build on the first violation. This is the most secure setting as it prevents execution of untrusted code.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait