Package bpmn.handler.jira.sprint.model
Class JiraSprint
java.lang.Object
bpmn.handler.jira.sprint.model.JiraSprint
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithActivatedDate
(String activatedDate) withCompleteDate
(String completeDate) withEndDate
(String endDate) withOriginBoardId
(Integer originBoardId) withStartDate
(String startDate)
-
Field Details
-
id
-
self
-
state
-
name
-
startDate
-
endDate
-
completeDate
-
activatedDate
-
originBoardId
-
goal
-
-
Constructor Details
-
JiraSprint
public JiraSprint()No args constructor for use in serialization -
JiraSprint
public JiraSprint(Integer id, String self, String state, String name, String startDate, String endDate, String completeDate, String activatedDate, Integer originBoardId, String goal) - Parameters:
originBoardId
-goal
-endDate
-name
-self
-id
-state
-activatedDate
-startDate
-completeDate
-
-
-
Method Details
-
withId
-
withSelf
-
withState
-
withName
-
withStartDate
-
withEndDate
-
withCompleteDate
-
withActivatedDate
-
withOriginBoardId
-
withGoal
-