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) |
MockIssueType(String id,
String name,
String description,
boolean subTask) |
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, url
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequence
compareTo
public 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-2022 Atlassian. All Rights Reserved.