| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ResolvedArtifact |
BuildSummary.primaryArtifact()
A
ResolvedArtifact object that represents the primary build artifacts for the build group. |
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedArtifact> |
BuildSummary.secondaryArtifacts()
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
| Modifier and Type | Method and Description |
|---|---|
BuildSummary.Builder |
BuildSummary.Builder.primaryArtifact(ResolvedArtifact primaryArtifact)
A
ResolvedArtifact object that represents the primary build artifacts for the build group. |
BuildSummary.Builder |
BuildSummary.Builder.secondaryArtifacts(ResolvedArtifact... secondaryArtifacts)
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
| Modifier and Type | Method and Description |
|---|---|
BuildSummary.Builder |
BuildSummary.Builder.secondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
Copyright © 2021. All rights reserved.