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

net.nemerosa.ontrack.kdsl.spec.PromotionRunExtensions.kt Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.kdsl.spec

import net.nemerosa.ontrack.kdsl.connector.Connected
import net.nemerosa.ontrack.kdsl.connector.graphql.schema.fragment.PromotionRunFragment

/**
 * Creates a [PromotionRun] from a GraphQL [PromotionRunFragment].
 */
fun PromotionRunFragment.toPromotionRun(connected: Connected) = PromotionRun(
    connector = connected.connector,
    id = id().toUInt(),
    description = description(),
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy