All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cx.restclient.sast.dto.QueueStatus Maven / Gradle / Ivy

There is a newer version: 2024.3.26
Show newest version
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;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy