Class ScanProgress

java.lang.Object
com.hcl.appscan.jenkins.plugin.util.ScanProgress
All Implemented Interfaces:
com.hcl.appscan.sdk.logging.IProgress, Serializable

public class ScanProgress extends Object implements com.hcl.appscan.sdk.logging.IProgress, Serializable
See Also:
  • Constructor Details

  • Method Details

    • setStatus

      public void setStatus(com.hcl.appscan.sdk.logging.Message status)
      Specified by:
      setStatus in interface com.hcl.appscan.sdk.logging.IProgress
    • setStatus

      public void setStatus(Throwable e)
      Specified by:
      setStatus in interface com.hcl.appscan.sdk.logging.IProgress
    • setStatus

      public void setStatus(com.hcl.appscan.sdk.logging.Message status, Throwable e)
      Specified by:
      setStatus in interface com.hcl.appscan.sdk.logging.IProgress