Class BuildInfoDataProvider

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

public class BuildInfoDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Provides information about this build of Bamboo.
See Also:
  • Constructor Details

    • BuildInfoDataProvider

      public BuildInfoDataProvider()
  • Method Details

    • get

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