src.main.kotlin.com.gabrielfeo.develocity.api.model.BazelCriticalPath.kt Maven / Gradle / Ivy
/**
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
*
*/
@file:Suppress(
"ArrayInDataClass",
"EnumEntryName",
"RemoveRedundantQualifierName",
"UnusedImport"
)
package com.gabrielfeo.develocity.api.model
import com.gabrielfeo.develocity.api.model.BazelCriticalPathActionsInner
import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass
/**
* The reported actions of the critical path.
*
* @param actions The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity.
*/
data class BazelCriticalPath (
/* The actions of the critical path. Null when the build failed early, or when the build profile was not available to Develocity. */
@Json(name = "actions")
val actions: kotlin.collections.List? = null
) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy