Interface VerificationTask

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIgnoreFailures()
      Specifies whether the build should break when the verifications performed by this task fail.
      void setIgnoreFailures​(boolean ignoreFailures)
      Specifies whether the build should break when the verifications performed by this task fail.
    • Method Detail

      • setIgnoreFailures

        void setIgnoreFailures​(boolean ignoreFailures)
        Specifies whether the build should break when the verifications performed by this task fail.
        Parameters:
        ignoreFailures - false to break the build on failure, true to ignore the failures. The default is false.
      • getIgnoreFailures

        @Input
        boolean getIgnoreFailures()
        Specifies whether the build should break when the verifications performed by this task fail.
        Returns:
        false, when the build should break on failure, true when the failures should be ignored.