Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

getName()

String

Name of the Sprint
getId()
LongThe Sprint ID
getStartDate()
Timestamp

Start date of the Sprint

getEndDate() TimestampEnd date of the Sprint
getCompleteDate() 
TimestampCompletion date of the Sprint
isClosed()
Boolean

True if the Sprint is Closed

getState()
StringState of the Sprint
isActive()
BooleanTrue of the Sprint is Active
isFuture()
BooleanTrue of the Sprint is Future

  • No labels