public class

ScreenTemplateImpl

extends Object
implements ScreenTemplate
java.lang.Object
   ↳ com.atlassian.jira.project.template.hook.ScreenTemplateImpl

Summary

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

Public Constructors

public ScreenTemplateImpl (String key, String name, String description, List<ScreenTabTemplateImpl> tabs)

Public Methods

public String description ()

Returns the description of the screen template.

Returns
  • The description of the screen template.

public String key ()

Returns the key of the screen template.

Returns
  • The key of the screen template.

public String name ()

Returns the name of the screen template.

Returns
  • The name of the screen template.

public List<ScreenTabTemplate> tabs ()

Returns the list of tabs for this screen.

Returns
  • The list of tabs for this screen.