data class Build(val branch: String? = null, val commit: String? = null, val env: JsonObject? = null, val label: String? = null, val message: String? = null, val metaData: JsonObject? = null, val name: String? = null, val trigger: String? = null, val type: BuildType? = null)(source) Properties of the build that will be created when the step is triggered