Package | Description |
---|---|
com.oracle.bmc.devops.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.