Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectSourceVersion
-
Packages that use ProjectSourceVersion Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectSourceVersion in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectSourceVersion Modifier and Type Method Description List<ProjectSourceVersion>StartBuildBatchRequest. secondarySourcesVersionOverride()An array ofProjectSourceVersionobjects that override the secondary source versions in the batch build project.List<ProjectSourceVersion>StartBuildRequest. secondarySourcesVersionOverride()An array ofProjectSourceVersionobjects that specify one or more versions of the project's secondary sources to be used for this build only.List<ProjectSourceVersion>Build. secondarySourceVersions()An array ofProjectSourceVersionobjects.List<ProjectSourceVersion>BuildBatch. secondarySourceVersions()An array ofProjectSourceVersionobjects.List<ProjectSourceVersion>CreateProjectRequest. secondarySourceVersions()An array ofProjectSourceVersionobjects.List<ProjectSourceVersion>Project. secondarySourceVersions()An array ofProjectSourceVersionobjects.List<ProjectSourceVersion>UpdateProjectRequest. secondarySourceVersions()An array ofProjectSourceVersionobjects.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectSourceVersion Modifier and Type Method Description StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)An array ofProjectSourceVersionobjects that override the secondary source versions in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondarySourcesVersionOverride(ProjectSourceVersion... secondarySourcesVersionOverride)An array ofProjectSourceVersionobjects that specify one or more versions of the project's secondary sources to be used for this build only.Build.BuilderBuild.Builder. secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)An array ofProjectSourceVersionobjects.BuildBatch.BuilderBuildBatch.Builder. secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)An array ofProjectSourceVersionobjects.CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)An array ofProjectSourceVersionobjects.Project.BuilderProject.Builder. secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)An array ofProjectSourceVersionobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondarySourceVersions(ProjectSourceVersion... secondarySourceVersions)An array ofProjectSourceVersionobjects.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectSourceVersion Modifier and Type Method Description StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)An array ofProjectSourceVersionobjects that override the secondary source versions in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondarySourcesVersionOverride(Collection<ProjectSourceVersion> secondarySourcesVersionOverride)An array ofProjectSourceVersionobjects that specify one or more versions of the project's secondary sources to be used for this build only.Build.BuilderBuild.Builder. secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)An array ofProjectSourceVersionobjects.BuildBatch.BuilderBuildBatch.Builder. secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)An array ofProjectSourceVersionobjects.CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)An array ofProjectSourceVersionobjects.Project.BuilderProject.Builder. secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)An array ofProjectSourceVersionobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondarySourceVersions(Collection<ProjectSourceVersion> secondarySourceVersions)An array ofProjectSourceVersionobjects.
-