Interface protos.google.devtools.cloudbuild.v1.Artifacts.IMavenArtifact (4.1.1)

Properties of a MavenArtifact.

Package

@google-cloud/cloudbuild

Properties

artifactId

artifactId?: (string|null);

MavenArtifact artifactId

groupId

groupId?: (string|null);

MavenArtifact groupId

path

path?: (string|null);

MavenArtifact path

repository

repository?: (string|null);

MavenArtifact repository

version

version?: (string|null);

MavenArtifact version