Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static ApprovalAction.Action |
ApprovalAction.Action.create(String key) |
ApprovalAction.Action |
ApprovalAction.getAction()
The action of the user on the DevOps deployment stage.
|
static ApprovalAction.Action |
ApprovalAction.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalAction.Action[] |
ApprovalAction.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApprovalAction.Builder |
ApprovalAction.Builder.action(ApprovalAction.Action action)
The action of the user on the DevOps deployment stage.
|
Constructor and Description |
---|
ApprovalAction(String subjectId,
ApprovalAction.Action action,
String reason)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.