buildNumber property
The number of the build. For each project, the buildNumber
of
its first build is 1
. The buildNumber
of each
subsequent build is incremented by 1
. If a build is deleted,
the buildNumber
of other builds does not change.
Implementation
final int? buildNumber;