@PublicApi
@ReturnValuesAreNonnullByDefault
public interface Approval
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Instant> |
getCompletedDate()
Deprecated.
|
Instant |
getCreatedDate()
Creation date of
Approval |
com.atlassian.fugue.Option<ApprovalDecisionType> |
getDecision()
Deprecated.
|
com.atlassian.fugue.Option<ApprovalDecision> |
getDecisionDetails()
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()
Approvallong getIssueId()
Approval associated with@Deprecated com.atlassian.fugue.Option<ApprovalDecisionType> getDecision()
getDecisionDetails() and ApprovalDecision.getDecision()com.atlassian.fugue.Option<ApprovalDecision> getDecisionDetails()
getDecision(), but the nature of
method overloading and type erasure in Java precludes this until we remove the old (and
now deprecated) method with that name.@Deprecated com.atlassian.fugue.Option<Instant> getCompletedDate()
getDecisionDetails() and ApprovalDecision.getCompletedDate()Copyright © 2017 Atlassian. All rights reserved.