Interface StrictAware

  • All Superinterfaces:
    Plugin

    @API(status=STABLE)
    public interface StrictAware
    extends Plugin
    Interface for Plugins that need to know if the Runtime is strict.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setStrict​(boolean strict)
      When set to strict the plugin should indicate failure for undefined and pending steps
    • Method Detail

      • setStrict

        void setStrict​(boolean strict)
        When set to strict the plugin should indicate failure for undefined and pending steps
        Parameters:
        strict - true if the runtime is in strict mode