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

META-INF.dirigible.ide-operations.services.artefacts.Utils.mjs Maven / Gradle / Ivy

There is a newer version: 10.6.41
Show newest version
export class Utils {

    static getArtefactStatus(artefact) {
        return {
            type: artefact.ARTEFACT_TYPE,
            location: artefact.ARTEFACT_LOCATION,
            name: artefact.ARTEFACT_NAME,
            phase: artefact.ARTEFACT_PHASE,
            running: artefact.ARTEFACT_RUNNING,
            status: artefact.ARTEFACT_STATUS,
        }
    };
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy