@PublicApi
@ReturnValuesAreNonnullByDefault
public interface Approval
Modifier and Type | Method and Description |
---|---|
ApprovalCondition |
getApprovalCondition()
Gets condition object which encapsulate type of condition and level of accomplishment
|
Instant |
getCreatedDate()
Creation date of
Approval |
Optional<ApprovalDecision> |
getDecision()
Gets the final decision (including the core outcome and associated details).
|
int |
getId()
Id of
Approval |
long |
getIssueId()
Issue Id the
Approval associated with |
String |
getName()
Name of
Approval |
String |
getStatusId()
The workflow status Id associated with
Approval |
int getId()
Approval
long getIssueId()
Approval
associated withOptional<ApprovalDecision> getDecision()
ApprovalCondition getApprovalCondition()
Copyright © 2023 Atlassian. All rights reserved.