Class ApplinksStatusWrmDataProvider

java.lang.Object
com.atlassian.jira.pulp.wrm.ApplinksStatusWrmDataProvider
All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider, Supplier<com.atlassian.json.marshal.Jsonable>

@ParametersAreNonnullByDefault public class ApplinksStatusWrmDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Provides the PULP with WRM data about the status of the user-configured application links. If there are no user-configured application links, it returns an empty JSON object.
Since:
v7.5
  • Constructor Details

  • Method Details

    • get

      @Nonnull public com.atlassian.json.marshal.Jsonable get()
      Specified by:
      get in interface Supplier<com.atlassian.json.marshal.Jsonable>