| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ResolvedArtifact |
ResolvedArtifact.clone() |
ResolvedArtifact |
BuildSummary.getPrimaryArtifact()
A
ResolvedArtifact object that represents the primary build artifacts for the build group. |
ResolvedArtifact |
ResolvedArtifact.withIdentifier(String identifier)
The identifier of the artifact.
|
ResolvedArtifact |
ResolvedArtifact.withLocation(String location)
The location of the artifact.
|
ResolvedArtifact |
ResolvedArtifact.withType(ArtifactsType type)
Specifies the type of artifact.
|
ResolvedArtifact |
ResolvedArtifact.withType(String type)
Specifies the type of artifact.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedArtifact> |
BuildSummary.getSecondaryArtifacts()
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildSummary.setPrimaryArtifact(ResolvedArtifact primaryArtifact)
A
ResolvedArtifact object that represents the primary build artifacts for the build group. |
BuildSummary |
BuildSummary.withPrimaryArtifact(ResolvedArtifact primaryArtifact)
A
ResolvedArtifact object that represents the primary build artifacts for the build group. |
BuildSummary |
BuildSummary.withSecondaryArtifacts(ResolvedArtifact... secondaryArtifacts)
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildSummary.setSecondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
BuildSummary |
BuildSummary.withSecondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)
An array of
ResolvedArtifact objects that represents the secondary build artifacts for the build
group. |
Copyright © 2020. All rights reserved.