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

org.whitesource.agent.api.model.StepCompletionStatus Maven / Gradle / Ivy

There is a newer version: 18.4.1
Show newest version
package org.whitesource.agent.api.model;

/**
 * @author chen.luigi
 */
public enum StepCompletionStatus {
    COMPLETED,
    SKIPPED,
    FAILED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy