Class ApplinksStatusWrmDataProvider

  • All Implemented Interfaces:
    com.atlassian.webresource.api.data.WebResourceDataProvider, com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>, 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:
    6.16
    • Method Detail

      • get

        public @NonNull com.atlassian.json.marshal.Jsonable get()
        Specified by:
        get in interface com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>
        Specified by:
        get in interface Supplier<com.atlassian.json.marshal.Jsonable>