Uses of Class
software.amazon.awssdk.services.codebuild.model.SourceType
-
Packages that use SourceType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of SourceType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return SourceType Modifier and Type Method Description static SourceTypeSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceTypeStartBuildBatchRequest. sourceTypeOverride()The source input type that overrides the source input defined in the batch build project.SourceTypeStartBuildRequest. sourceTypeOverride()A source input type, for this build, that overrides the source input defined in the build project.SourceTypeProjectSource. type()The type of repository that contains the source code to be built.static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type SourceType Modifier and Type Method Description static Set<SourceType>SourceType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type SourceType Modifier and Type Method Description StartBuildBatchRequest.BuilderStartBuildBatchRequest.Builder. sourceTypeOverride(SourceType sourceTypeOverride)The source input type that overrides the source input defined in the batch build project.StartBuildRequest.BuilderStartBuildRequest.Builder. sourceTypeOverride(SourceType sourceTypeOverride)A source input type, for this build, that overrides the source input defined in the build project.ProjectSource.BuilderProjectSource.Builder. type(SourceType type)The type of repository that contains the source code to be built.
-