Class ServerInfoDataProvider

java.lang.Object
com.atlassian.bamboo.config.ServerInfoDataProvider
All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider, Supplier<com.atlassian.json.marshal.Jsonable>

public class ServerInfoDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Provides information about this Bamboo server.
  • Constructor Details

    • ServerInfoDataProvider

      public ServerInfoDataProvider()
  • Method Details

    • get

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