track property
Distribution track for the application release.
Determines which user group receives the release:
production- All users (public release)beta- Beta testing usersalpha- Alpha testing usersinternal- Internal testing team only
Default: "production"
Implementation
final String track;