Record Class Client.ResultOfBuildInfo

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Client.ResultOfBuildInfo
Record Components:
buildNumber - Build number assigned to this build by the CI.
dependencies - Fingerprint of the most important dependencies.
Enclosing class:
Client

public static record Client.ResultOfBuildInfo(Long buildNumber, Client.BuildInfoDependency[] dependencies) extends Record