Build Failures
constructor(@Json(name = "buildToolType" ) buildToolType: String, @Json(name = "gradle" ) gradle: GradleFailures? = null, @Json(name = "maven" ) maven: MavenFailures? = null, @Json(name = "npm" ) npm: NpmFailures? = null)
Parameters
build Tool Type
The build tool type of the build.
gradle
maven
npm