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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScanProgress(TaskListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setStatus(com.hcl.appscan.sdk.logging.Message status)
void
setStatus(com.hcl.appscan.sdk.logging.Message status, Throwable e)
void
setStatus(Throwable e)
-
-
-
Constructor Detail
-
ScanProgress
public ScanProgress(TaskListener listener)
-
-
Method Detail
-
setStatus
public void setStatus(com.hcl.appscan.sdk.logging.Message status)
- Specified by:
setStatus
in interfacecom.hcl.appscan.sdk.logging.IProgress
-
setStatus
public void setStatus(Throwable e)
- Specified by:
setStatus
in interfacecom.hcl.appscan.sdk.logging.IProgress
-
setStatus
public void setStatus(com.hcl.appscan.sdk.logging.Message status, Throwable e)
- Specified by:
setStatus
in interfacecom.hcl.appscan.sdk.logging.IProgress
-
-