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

.bamboo.specs.extension.bamboo-specs-extension.1.2.6.source-code.SpecsDsl.kt Maven / Gradle / Ivy

There is a newer version: 1.3.18
Show newest version
package com.atlassian.bamboo.specs.extension

import com.atlassian.bamboo.specs.util.BambooServer
import com.atlassian.bamboo.specs.util.BambooSpecSerializer
import java.io.Writer

typealias SpecsDsl = (@SpecsMarker T).() -> Unit

fun BambooServer.publish(specs: Specs) = specs.publish(this)
fun BambooSpecSerializer.dump(specs: Specs, writer: Writer) = specs.printYaml(writer)
fun BambooSpecSerializer.dump(specs: Specs) = specs.toYaml()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy