Package com.atlassian.jira.pulp.wrm
Class UpgradeStatusWrmDataProvider
java.lang.Object
com.atlassian.jira.pulp.wrm.UpgradeStatusWrmDataProvider
- All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider,Supplier<com.atlassian.json.marshal.Jsonable>
@ParametersAreNonnullByDefault
public class UpgradeStatusWrmDataProvider
extends Object
implements com.atlassian.webresource.api.data.WebResourceDataProvider
Data provider to return upgrade information for the Post Upgrade Landing Page.
- Since:
- v7.5
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeStatusWrmDataProvider(BuildUtilsInfo buildUtilsInfo, DateTimeFormatter dateTimeFormatter, HttpServletVariables httpServletVariables, UpgradeVersionHistoryReader upgradeVersionHistoryReader) -
Method Summary
-
Constructor Details
-
UpgradeStatusWrmDataProvider
@Inject public UpgradeStatusWrmDataProvider(BuildUtilsInfo buildUtilsInfo, DateTimeFormatter dateTimeFormatter, HttpServletVariables httpServletVariables, UpgradeVersionHistoryReader upgradeVersionHistoryReader)
-
-
Method Details