Class RemoteLinkedSprint
java.lang.Object
com.atlassian.greenhopper.api.sprints.RemoteLinkedSprint
-
Field Summary
FieldsModifier and TypeFieldDescriptionHow many days are remaining in the sprint.The ID of the sprint.The current status (internationalised).The name of the Sprint.URL linking to a relevant page for the sprint, page type tbd (report / board) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The ID of the sprint. -
url
URL linking to a relevant page for the sprint, page type tbd (report / board) -
title
The name of the Sprint. -
status
The current status (internationalised). -
daysRemaining
How many days are remaining in the sprint.
-
-
Constructor Details
-
RemoteLinkedSprint
public RemoteLinkedSprint()
-