Uses of Class
com.oracle.bmc.devops.model.BuildRunSource
-
Packages that use BuildRunSource Package Description com.oracle.bmc.devops.model -
-
Uses of BuildRunSource in com.oracle.bmc.devops.model
Subclasses of BuildRunSource in com.oracle.bmc.devops.model Modifier and Type Class Description class
BitbucketCloudBuildRunSource
Specifies details of build run through Bitbucket Cloud.class
BitbucketServerBuildRunSource
Specifies details of build run through Bitbucket Server.class
DevopsCodeRepositoryBuildRunSource
Specifies details of build run through DevOps code repository.class
GithubBuildRunSource
Specifies details of build run through GitHub.class
GitlabBuildRunSource
Specifies details of build run through GitLab.class
GitlabServerBuildRunSource
Specifies details of build run through GitLab self-hosted Server.class
ManualBuildRunSource
Specifies details of build runs triggered manually through the API.class
VbsBuildRunSource
Specifies details of build run through VBS Server.Methods in com.oracle.bmc.devops.model that return BuildRunSource Modifier and Type Method Description BuildRunSource
BuildRun. getBuildRunSource()
BuildRunSource
BuildRunSummary. getBuildRunSource()
Methods in com.oracle.bmc.devops.model with parameters of type BuildRunSource Modifier and Type Method Description BuildRun.Builder
BuildRun.Builder. buildRunSource(BuildRunSource buildRunSource)
BuildRunSummary.Builder
BuildRunSummary.Builder. buildRunSource(BuildRunSource buildRunSource)
Constructors in com.oracle.bmc.devops.model with parameters of type BuildRunSource Constructor Description BuildRun(String id, String displayName, String compartmentId, String projectId, String buildPipelineId, BuildRunSource buildRunSource, BuildRunArgumentCollection buildRunArguments, Date timeCreated, Date timeUpdated, BuildRun.LifecycleState lifecycleState, String lifecycleDetails, BuildRunProgress buildRunProgress, CommitInfo commitInfo, BuildOutputs buildOutputs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.BuildRunSummary(String id, String compartmentId, String displayName, String projectId, String buildPipelineId, BuildRunSource buildRunSource, BuildRunArgumentCollection buildRunArguments, BuildRunProgressSummary buildRunProgressSummary, Date timeCreated, Date timeUpdated, BuildRun.LifecycleState lifecycleState, String lifecycleDetails, CommitInfo commitInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-