public class

ScreenTabTemplateImpl

extends Object
implements ScreenTabTemplate
java.lang.Object
   ↳ com.atlassian.jira.project.template.hook.ScreenTabTemplateImpl

Summary

Public Constructors
ScreenTabTemplateImpl(String name, List<String> fields)
Public Methods
List<String> fields()
Returns the list of fields for this tab.
String name()
Returns the name of the tab.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.project.template.hook.ScreenTabTemplate

Public Constructors

public ScreenTabTemplateImpl (String name, List<String> fields)

Public Methods

public List<String> fields ()

Returns the list of fields for this tab.

Returns
  • The list of fields for this tab.

public String name ()

Returns the name of the tab.

Returns
  • The name of the tab.