Class IssueBeanFactory
java.lang.Object
com.atlassian.jira.plugins.webhooks.serializer.issue.IssueBeanFactory
This is a class that can produce JSON-friendly representations of issues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBean
(Issue issue) Takes a business issue object and returns a bean that can be serialized to the JSON representation used in our REST API.
-
Constructor Details
-
IssueBeanFactory
-
-
Method Details
-
createBean
Takes a business issue object and returns a bean that can be serialized to the JSON representation used in our REST API.- Parameters:
issue
- JIRA issue- Returns:
- issue object that can be serialized to JSON
-