Class ScriptDeprecated

  • Direct Known Subclasses:
    Script

    public class ScriptDeprecated
    extends java.lang.Object
    API implementation with deprecated methods, (re)moved from generated class.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      ApiResponse disable​(java.lang.String apikey, java.lang.String scriptname)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse enable​(java.lang.String apikey, java.lang.String scriptname)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse load​(java.lang.String scriptname, java.lang.String scripttype, java.lang.String scriptengine, java.lang.String filename, java.lang.String scriptdescription)
      Loads a script into ZAP from the given local file, with the given name, type and engine, optionally with a description
      ApiResponse load​(java.lang.String apikey, java.lang.String scriptname, java.lang.String scripttype, java.lang.String scriptengine, java.lang.String filename, java.lang.String scriptdescription)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse remove​(java.lang.String apikey, java.lang.String scriptname)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      ApiResponse runStandAloneScript​(java.lang.String apikey, java.lang.String scriptname)
      Deprecated.
      (1.1.0) Use the method without the API key and use one of the ClientApi constructors that allow to set the API key (e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait