Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com
Sprint interface
This document details the methods of the Sprint interface you can use on a Sprint, such as those returned by the Getters when you access the Sprint field.
Method | Return type | Returns |
---|---|---|
| Name of the Sprint | |
getId() | Long | The Sprint ID |
| Timestamp | Start date of the Sprint |
getEndDate() | Timestamp | End date of the Sprint |
| Timestamp | Completion date of the Sprint |
| Boolean | True if the Sprint is Closed |
getState() | String | State of the Sprint |
isActive() | Boolean | True of the Sprint is Active |
isFuture() | Boolean | True of the Sprint is Future |