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

com.clarolab.entities.JenkinsBuildResult Maven / Gradle / Ivy

package com.clarolab.entities;

public enum JenkinsBuildResult {

    FAILURE, UNSTABLE, REBUILDING, BUILDING,
    /**
     * This means a job was already running and has been aborted.
     */
    ABORTED,
    /**
     *
     */
    SUCCESS,
    /**
     * ?
     */
    UNKNOWN,
    /**
     * This is returned if a job has never been built.
     */
    NOT_BUILT,
    /**
     * This will be the result of a job in cases where it has been cancelled
     * during the time in the queue.
     */
    CANCELLED

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy