Class ScreenshotPermission

java.lang.Object
net.thucydides.core.model.screenshots.ScreenshotPermission

public class ScreenshotPermission
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ScreenshotPermission​(Configuration configuration)  
  • Method Summary

    Modifier and Type Method Description
    boolean areAllowed​(TakeScreenshots takeScreenshots)  
    boolean areDisabledForThisAction()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScreenshotPermission

      public ScreenshotPermission​(Configuration configuration)
  • Method Details

    • areDisabledForThisAction

      public boolean areDisabledForThisAction()
    • areAllowed

      public boolean areAllowed​(TakeScreenshots takeScreenshots)