Class ChangeHistoryGroup.Builder
java.lang.Object
com.atlassian.jira.issue.changehistory.ChangeHistoryGroup.Builder
- Enclosing class:
ChangeHistoryGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Note: This accepts the user's key, which since 6.0 is not necessarily the same as the username.inProject(long projectId) withChanges(List<ChangeHistoryItem> items) withId(long id)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
inProject
-
forIssue
-
on
-
byUser
Note: This accepts the user's key, which since 6.0 is not necessarily the same as the username. -
withChanges
-
addChangeItem
-
build
-