@ExperimentalApi @ParametersAreNonnullByDefault public interface SlaInformation
Modifier and Type | Method and Description |
---|---|
List<SlaInformationCompletedCycle> |
getCompletedCycles() |
Long |
getId()
NB: Please note that from a future version of JIRA Service Desk released alongside JIRA 7.6.0 this method will return an int, instead of a long
|
String |
getName() |
Optional<SlaInformationOngoingCycle> |
getOngoingCycle() |
Long getId()
String getName()
List<SlaInformationCompletedCycle> getCompletedCycles()
Optional<SlaInformationOngoingCycle> getOngoingCycle()
Copyright © 2017 Atlassian. All rights reserved.