Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectArtifacts
-
Packages that use ProjectArtifacts Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectArtifacts in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectArtifacts Modifier and Type Method Description ProjectArtifactsCreateProjectRequest. artifacts()Information about the build output artifacts for the build project.ProjectArtifactsProject. artifacts()Information about the build output artifacts for the build project.ProjectArtifactsUpdateProjectRequest. artifacts()Information to be changed about the build output artifacts for the build project.ProjectArtifactsStartBuildBatchRequest. artifactsOverride()An array ofProjectArtifactsobjects that contains information about the build output artifact overrides for the build project.ProjectArtifactsStartBuildRequest. artifactsOverride()Build output artifact settings that override, for this build only, the latest ones already defined in the build project.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectArtifacts Modifier and Type Method Description List<ProjectArtifacts>CreateProjectRequest. secondaryArtifacts()An array ofProjectArtifactsobjects.List<ProjectArtifacts>Project. secondaryArtifacts()An array ofProjectArtifactsobjects.List<ProjectArtifacts>UpdateProjectRequest. secondaryArtifacts()An array ofProjectArtifactobjects.List<ProjectArtifacts>StartBuildBatchRequest. secondaryArtifactsOverride()An array ofProjectArtifactsobjects that override the secondary artifacts defined in the batch build project.List<ProjectArtifacts>StartBuildRequest. secondaryArtifactsOverride()An array ofProjectArtifactsobjects.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectArtifacts Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. artifacts(ProjectArtifacts artifacts)Information about the build output artifacts for the build project.Project.BuilderProject.Builder. artifacts(ProjectArtifacts artifacts)Information about the build output artifacts for the build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. artifacts(ProjectArtifacts artifacts)Information to be changed about the build output artifacts for the build project.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. artifactsOverride(ProjectArtifacts artifactsOverride)An array ofProjectArtifactsobjects that contains information about the build output artifact overrides for the build project.StartBuildRequest.BuilderStartBuildRequest.Builder. artifactsOverride(ProjectArtifacts artifactsOverride)Build output artifact settings that override, for this build only, the latest ones already defined in the build project.CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondaryArtifacts(ProjectArtifacts... secondaryArtifacts)An array ofProjectArtifactsobjects.Project.BuilderProject.Builder. secondaryArtifacts(ProjectArtifacts... secondaryArtifacts)An array ofProjectArtifactsobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondaryArtifacts(ProjectArtifacts... secondaryArtifacts)An array ofProjectArtifactobjects.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)An array ofProjectArtifactsobjects that override the secondary artifacts defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondaryArtifactsOverride(ProjectArtifacts... secondaryArtifactsOverride)An array ofProjectArtifactsobjects.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectArtifacts Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)An array ofProjectArtifactsobjects.Project.BuilderProject.Builder. secondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)An array ofProjectArtifactsobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondaryArtifacts(Collection<ProjectArtifacts> secondaryArtifacts)An array ofProjectArtifactobjects.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)An array ofProjectArtifactsobjects that override the secondary artifacts defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondaryArtifactsOverride(Collection<ProjectArtifacts> secondaryArtifactsOverride)An array ofProjectArtifactsobjects.
-