Uses of Class
com.oracle.bmc.devops.model.BuildSource
-
Packages that use BuildSource Package Description com.oracle.bmc.devops.model -
-
Uses of BuildSource in com.oracle.bmc.devops.model
Subclasses of BuildSource in com.oracle.bmc.devops.model Modifier and Type Class Description class
BitbucketCloudBuildSource
Bitbucket Cloud Build Source for Build Stage
Note: Objects should always be created or deserialized using theBitbucketCloudBuildSource.Builder
.class
BitbucketServerBuildSource
Bitbucket Server Build Source for Build Stage
Note: Objects should always be created or deserialized using theBitbucketServerBuildSource.Builder
.class
DevopsCodeRepositoryBuildSource
DevOps code repository build source for Build stage.class
GithubBuildSource
GitHub build source for Build stage.class
GitlabBuildSource
GitLab build source for Build stage.class
GitlabServerBuildSource
GitLab self-hosted Server Build Source for Build Stage
Note: Objects should always be created or deserialized using theGitlabServerBuildSource.Builder
.class
VbsBuildSource
VBS Server Build Source for Build Stage
Note: Objects should always be created or deserialized using theVbsBuildSource.Builder
.Methods in com.oracle.bmc.devops.model that return types with arguments of type BuildSource Modifier and Type Method Description List<BuildSource>
BuildSourceCollection. getItems()
Collection of build sources.Method parameters in com.oracle.bmc.devops.model with type arguments of type BuildSource Modifier and Type Method Description BuildSourceCollection.Builder
BuildSourceCollection.Builder. items(List<BuildSource> items)
Collection of build sources.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type BuildSource Constructor Description BuildSourceCollection(List<BuildSource> items)
Deprecated.
-