public class IssueTypeTemplateImpl extends Object implements IssueTypeTemplate
Constructor and Description |
---|
IssueTypeTemplateImpl(String key,
String name,
String description,
String iconPath,
String workflow,
Boolean isSubtask,
String screenScheme,
String avatar,
com.atlassian.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
avatar()
Returns the file name of the avatar that should be used for this issue type.
|
String |
description()
Returns the description of the issue type.
|
String |
iconPath()
Returns the icon path of the issue type.
|
URL |
iconUrl()
Returns the icon url of the issue type.
|
boolean |
isSubtask()
Indicates whether this is a sub-task.
|
String |
key()
Returns the template key of the issue type.
|
String |
name()
Returns the name of the issue type.
|
Optional<String> |
screenScheme()
Returns the name of the screen scheme.
|
String |
style()
Returns the Issue Type Style.
|
Optional<String> |
workflow()
Returns the key of the associated workflow.
|
public String key()
IssueTypeTemplate
key
in interface IssueTypeTemplate
public String name()
IssueTypeTemplate
name
in interface IssueTypeTemplate
public String description()
IssueTypeTemplate
description
in interface IssueTypeTemplate
public String iconPath()
IssueTypeTemplate
iconPath
in interface IssueTypeTemplate
public URL iconUrl()
IssueTypeTemplate
iconUrl
in interface IssueTypeTemplate
public Optional<String> workflow()
IssueTypeTemplate
workflow
in interface IssueTypeTemplate
public String style()
IssueTypeTemplate
style
in interface IssueTypeTemplate
public boolean isSubtask()
IssueTypeTemplate
isSubtask
in interface IssueTypeTemplate
public Optional<String> screenScheme()
IssueTypeTemplate
screenScheme
in interface IssueTypeTemplate
public Optional<String> avatar()
IssueTypeTemplate
avatar
in interface IssueTypeTemplate
Copyright © 2002-2017 Atlassian. All Rights Reserved.