names property
Related artifact names.
This may be the path to a binary or jar file, or in the case of a
container build, the name used to push the container image to Google
Container Registry, as presented to docker push
. Note that a single
Artifact ID can have multiple names, for example if two tags are applied
to one image.
Implementation
core.List<core.String>? names;