Uses of Class
software.amazon.awssdk.services.codebuild.model.ProjectSource
-
Packages that use ProjectSource Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ProjectSource in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ProjectSource Modifier and Type Method Description ProjectSourceBuild. source()Information about the source code to be built.ProjectSourceBuildBatch. source()Returns the value of the Source property for this object.ProjectSourceCreateProjectRequest. source()Information about the build input source code for the build project.ProjectSourceProject. source()Information about the build input source code for this build project.ProjectSourceUpdateProjectRequest. source()Information to be changed about the build input source code for the build project.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ProjectSource Modifier and Type Method Description List<ProjectSource>Build. secondarySources()An array ofProjectSourceobjects.List<ProjectSource>BuildBatch. secondarySources()An array ofProjectSourceobjects that define the sources for the batch build.List<ProjectSource>CreateProjectRequest. secondarySources()An array ofProjectSourceobjects.List<ProjectSource>Project. secondarySources()An array ofProjectSourceobjects.List<ProjectSource>UpdateProjectRequest. secondarySources()An array ofProjectSourceobjects.List<ProjectSource>StartBuildBatchRequest. secondarySourcesOverride()An array ofProjectSourceobjects that override the secondary sources defined in the batch build project.List<ProjectSource>StartBuildRequest. secondarySourcesOverride()An array ofProjectSourceobjects.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ProjectSource Modifier and Type Method Description Build.BuilderBuild.Builder. secondarySources(ProjectSource... secondarySources)An array ofProjectSourceobjects.BuildBatch.BuilderBuildBatch.Builder. secondarySources(ProjectSource... secondarySources)An array ofProjectSourceobjects that define the sources for the batch build.CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondarySources(ProjectSource... secondarySources)An array ofProjectSourceobjects.Project.BuilderProject.Builder. secondarySources(ProjectSource... secondarySources)An array ofProjectSourceobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondarySources(ProjectSource... secondarySources)An array ofProjectSourceobjects.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondarySourcesOverride(ProjectSource... secondarySourcesOverride)An array ofProjectSourceobjects that override the secondary sources defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondarySourcesOverride(ProjectSource... secondarySourcesOverride)An array ofProjectSourceobjects.Build.BuilderBuild.Builder. source(ProjectSource source)Information about the source code to be built.BuildBatch.BuilderBuildBatch.Builder. source(ProjectSource source)Sets the value of the Source property for this object.CreateProjectRequest.BuilderCreateProjectRequest.Builder. source(ProjectSource source)Information about the build input source code for the build project.Project.BuilderProject.Builder. source(ProjectSource source)Information about the build input source code for this build project.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. source(ProjectSource source)Information to be changed about the build input source code for the build project.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ProjectSource Modifier and Type Method Description Build.BuilderBuild.Builder. secondarySources(Collection<ProjectSource> secondarySources)An array ofProjectSourceobjects.BuildBatch.BuilderBuildBatch.Builder. secondarySources(Collection<ProjectSource> secondarySources)An array ofProjectSourceobjects that define the sources for the batch build.CreateProjectRequest.BuilderCreateProjectRequest.Builder. secondarySources(Collection<ProjectSource> secondarySources)An array ofProjectSourceobjects.Project.BuilderProject.Builder. secondarySources(Collection<ProjectSource> secondarySources)An array ofProjectSourceobjects.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. secondarySources(Collection<ProjectSource> secondarySources)An array ofProjectSourceobjects.StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. secondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)An array ofProjectSourceobjects that override the secondary sources defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. secondarySourcesOverride(Collection<ProjectSource> secondarySourcesOverride)An array ofProjectSourceobjects.
-