public class MockIssueType extends MockIssueConstant implements IssueType
NAME_COMPARATOR| Constructor and Description |
|---|
MockIssueType(long id,
String name)
Constructs a non subtask IssueType with the given id and name.
|
MockIssueType(String id,
String name)
Constructs a non subtask IssueType with the given id and name.
|
MockIssueType(String id,
String name,
boolean subTask) |
MockIssueType(String id,
String name,
boolean subTask,
Avatar avatar) |
MockIssueType(String id,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Avatar |
getAvatar()
Get avatar assigned to this IssueType.
|
boolean |
isSubTask() |
compareTo, deleteTranslation, equals, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, hashCode, setDescription, setIconUrl, setName, setSequence, setTranslatedName, setTranslation, toString, urlclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequencecompareTopublic MockIssueType(String id, String name)
id - the id.name - the name.public MockIssueType(long id,
String name)
id - the id.name - the name.Copyright © 2002-2017 Atlassian. All Rights Reserved.