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

ru.perveevm.polygon.api.entities.enums.PackageState Maven / Gradle / Ivy

package ru.perveevm.polygon.api.entities.enums;

/**
 * Represents package state.
 *
 * @author Perveev Mike ([email protected])
 */
public enum PackageState {
    /**
     * Package is pending to be built.
     */
    PENDING,
    /**
     * Package is being built.
     */
    RUNNING,
    /**
     * Package was built successfully.
     */
    READY,
    /**
     * Failed to build a package.
     */
    FAILED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy