Class PluginVersionsChangeReport.Builder
java.lang.Object
com.atlassian.jira.plugin.startup.PluginVersionsChangeReport.Builder
- Enclosing class:
PluginVersionsChangeReport
Builder for the
PluginVersionsChangeReport.-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an entry into the report.build()Commits the data gathered so far throughadd(PluginVersionChangeEntry)and finalises building.
-
Method Details
-
add
Adds an entry into the report.- Parameters:
entry- entry
-
build
Commits the data gathered so far throughadd(PluginVersionChangeEntry)and finalises building.- Returns:
- the report instance.
-