Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static ForkSyncStatusSummary.SyncStatus |
ForkSyncStatusSummary.SyncStatus.create(String key) |
ForkSyncStatusSummary.SyncStatus |
ForkSyncStatusSummary.getSyncStatus()
Sync status for the provided branch.
|
static ForkSyncStatusSummary.SyncStatus |
ForkSyncStatusSummary.SyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForkSyncStatusSummary.SyncStatus[] |
ForkSyncStatusSummary.SyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ForkSyncStatusSummary.Builder |
ForkSyncStatusSummary.Builder.syncStatus(ForkSyncStatusSummary.SyncStatus syncStatus)
Sync status for the provided branch.
|
Constructor and Description |
---|
ForkSyncStatusSummary(ForkSyncStatusSummary.SyncStatus syncStatus,
String repositoryId,
String branchName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.