Class StartSprintModel
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.sprint.model.StartSprintModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
int
static final StartSprintModel
boolean
Holds some, but not necessarily all of the issues not estimated.int
Holds some, but not necessarily all of the issues not estimated.int
long
long
boolean
double
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
DOC_EXAMPLE
-
rapidViewId
public long rapidViewId -
sprintId
public long sprintId -
numIssues
public int numIssues -
countNotEstimatedIssues
public int countNotEstimatedIssues -
issuesNotEstimated
Holds some, but not necessarily all of the issues not estimated. Might need a more descriptive name. -
noTrackingEstimateIssueCount
public int noTrackingEstimateIssueCount -
noTrackingEstimateIssues
Holds some, but not necessarily all of the issues not estimated. Might need a more descriptive name. -
totalStatistic
public double totalStatistic -
issuesForSprint
-
defaultName
-
defaultStartDate
-
defaultEndDate
-
dateTimePickerFormat
-
hasNoSubtaskDoneStatus
public boolean hasNoSubtaskDoneStatus -
goal
-
canUpdateDates
public boolean canUpdateDates -
autoStartStop
public boolean autoStartStop -
synced
public boolean synced -
incompleteIssuesDestinationId
-
incompleteIssuesDestination
-
userProfileTimeZone
-
-
Constructor Details
-
StartSprintModel
public StartSprintModel()
-