Uses of Class
com.oracle.bmc.devops.requests.SyncRepositoryRequest.SyncMergeStrategy
-
Packages that use SyncRepositoryRequest.SyncMergeStrategy Package Description com.oracle.bmc.devops.requests -
-
Uses of SyncRepositoryRequest.SyncMergeStrategy in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return SyncRepositoryRequest.SyncMergeStrategy Modifier and Type Method Description static SyncRepositoryRequest.SyncMergeStrategy
SyncRepositoryRequest.SyncMergeStrategy. create(String key)
SyncRepositoryRequest.SyncMergeStrategy
SyncRepositoryRequest. getSyncMergeStrategy()
If fetch and merge is passed in, the changes from the upstream will be fetched and merged into the destination branch.static SyncRepositoryRequest.SyncMergeStrategy
SyncRepositoryRequest.SyncMergeStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyncRepositoryRequest.SyncMergeStrategy[]
SyncRepositoryRequest.SyncMergeStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.requests with parameters of type SyncRepositoryRequest.SyncMergeStrategy Modifier and Type Method Description SyncRepositoryRequest.Builder
SyncRepositoryRequest.Builder. syncMergeStrategy(SyncRepositoryRequest.SyncMergeStrategy syncMergeStrategy)
If fetch and merge is passed in, the changes from the upstream will be fetched and merged into the destination branch.
-