Interface PluginValidationCheck

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean test()
      Executes some validation check, returning true if the check passes
    • Method Detail

      • test

        boolean test()
              throws Exception
        Executes some validation check, returning true if the check passes
        Returns:
        True if the check passes, false otherwise
        Throws:
        Exception - if anything goes wrong (also considered a failure)