-
-
Enum Constant Summary
Enum Constants Enum Constant Description NEVERDo not fail the build when checksum/pgp verification fails.
BUILD_FINISHPrint 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_ERRORFail 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 StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-