com.cx.restclient.sast.dto.QueueStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cx-client-common Show documentation
Show all versions of cx-client-common Show documentation
Web client for interaction with Checkmarx SAST, SCA and OSA products
package com.cx.restclient.sast.dto;
/**
* Created by Galn on 05/02/2018.
*/
public enum QueueStatus {
New,
PreScan,
SourcePullingAndDeployment,
Queued,
Scanning,
PostScan,
Finished,
Canceled,
Failed;
}