public static class ApprovalAction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApprovalAction.Builder |
action(ApprovalAction.Action action)
The action of the user on the DevOps deployment stage.
|
ApprovalAction |
build() |
ApprovalAction.Builder |
copy(ApprovalAction model) |
ApprovalAction.Builder |
reason(String reason)
The reason for approving or rejecting the deployment.
|
ApprovalAction.Builder |
subjectId(String subjectId)
The subject ID of the user who approves or disapproves a DevOps deployment stage.
|
public ApprovalAction.Builder subjectId(String subjectId)
The subject ID of the user who approves or disapproves a DevOps deployment stage.
subjectId
- the value to setpublic ApprovalAction.Builder action(ApprovalAction.Action action)
The action of the user on the DevOps deployment stage.
action
- the value to setpublic ApprovalAction.Builder reason(String reason)
The reason for approving or rejecting the deployment.
reason
- the value to setpublic ApprovalAction build()
public ApprovalAction.Builder copy(ApprovalAction model)
Copyright © 2016–2024. All rights reserved.