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

com.testdroid.api.model.build.APIPipelineBuildState Maven / Gradle / Ivy

There is a newer version: 3.34.0
Show newest version
package com.testdroid.api.model.build;

/**
 * @author Damian Sniezek 
 */
public enum APIPipelineBuildState {
    CREATED,
    BUILDING,
    FINISHED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy