public class Sprint extends GreenHopperResource
id, RESOURCE_URI, restclient| Modifier | Constructor and Description |
|---|---|
protected |
Sprint(RestClient restclient,
net.sf.json.JSONObject json)
Creates a sprint from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getCompleteDate() |
org.joda.time.DateTime |
getEndDate() |
List<SprintIssue> |
getIssues() |
List<Integer> |
getIssuesIds() |
String |
getName() |
org.joda.time.DateTime |
getStartDate() |
Boolean |
isClosed() |
String |
toString() |
getIdprotected Sprint(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic String getName()
public Boolean isClosed()
public org.joda.time.DateTime getStartDate()
public org.joda.time.DateTime getEndDate()
public org.joda.time.DateTime getCompleteDate()
public List<SprintIssue> getIssues()
Copyright © 2022. All rights reserved.