Uses of Class
software.amazon.awssdk.services.codebuild.model.ResolvedArtifact
-
Packages that use ResolvedArtifact Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ResolvedArtifact in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ResolvedArtifact Modifier and Type Method Description ResolvedArtifactBuildSummary. primaryArtifact()AResolvedArtifactobject that represents the primary build artifacts for the build group.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ResolvedArtifact Modifier and Type Method Description List<ResolvedArtifact>BuildSummary. secondaryArtifacts()An array ofResolvedArtifactobjects that represents the secondary build artifacts for the build group.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ResolvedArtifact Modifier and Type Method Description BuildSummary.BuilderBuildSummary.Builder. primaryArtifact(ResolvedArtifact primaryArtifact)AResolvedArtifactobject that represents the primary build artifacts for the build group.BuildSummary.BuilderBuildSummary.Builder. secondaryArtifacts(ResolvedArtifact... secondaryArtifacts)An array ofResolvedArtifactobjects that represents the secondary build artifacts for the build group.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ResolvedArtifact Modifier and Type Method Description BuildSummary.BuilderBuildSummary.Builder. secondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)An array ofResolvedArtifactobjects that represents the secondary build artifacts for the build group.
-