@PublicApi
@ReturnValuesAreNonnullByDefault
public interface Approval
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2019 Atlassian. All rights reserved.