Project Build Batch Config
data class ProjectBuildBatchConfig(val combineArtifacts: Boolean? = null, val restrictions: ProjectBuildBatchConfigRestrictions? = null, val serviceRole: String, val timeoutInMins: Int? = null)
Constructors
Link copied to clipboard
fun ProjectBuildBatchConfig(combineArtifacts: Boolean? = null, restrictions: ProjectBuildBatchConfigRestrictions? = null, serviceRole: String, timeoutInMins: Int? = null)