@PublicApi @Deprecated @ReturnValuesAreNonnullByDefault public interface Approval
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<Instant> |
getCompletedDate()
Deprecated.
|
Instant |
getCreatedDate()
Deprecated.
Creation date of
Approval |
com.atlassian.fugue.Option<ApprovalDecisionType> |
getDecision()
Deprecated.
|
com.atlassian.fugue.Option<ApprovalDecision> |
getDecisionDetails()
Deprecated.
As of JSD 3.15, and will be replaced in 4.0 to use java.util.Optional instead of com.atlassian.fugue
|
int |
getId()
Deprecated.
Id of
Approval |
long |
getIssueId()
Deprecated.
Issue Id the
Approval associated with |
String |
getName()
Deprecated.
Name of
Approval |
String |
getStatusId()
Deprecated.
The workflow status Id associated with
Approval |
int getId()
Approval
long getIssueId()
Approval
associated with@Deprecated com.atlassian.fugue.Option<ApprovalDecisionType> getDecision()
getDecisionDetails()
and ApprovalDecision.getDecision()
@Deprecated 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 © 2018 Atlassian. All rights reserved.