Class SubTasksWebDataProvider

java.lang.Object
com.atlassian.jira.plugin.viewissue.subtasks.SubTasksWebDataProvider
All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider, Supplier<com.atlassian.json.marshal.Jsonable>

public class SubTasksWebDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Data provider to supply different properties for subtasks client-side scripts
Since:
v7.2
  • Constructor Details

    • SubTasksWebDataProvider

      public SubTasksWebDataProvider()
  • Method Details

    • get

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