public class Issue extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<T> T |
get(String customFieldName,
com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
Getter for custom fields defined
|
Set<LocalDate> |
getAllDayBlockedDays() |
List<String> |
getComponents() |
ZonedDateTime |
getCreated() |
String |
getCreator() |
String |
getDescription() |
Duration |
getDurationInStatuses(String... statuses) |
TreeSet<IssueBlockedTransition> |
getIssueBlockedTransitions() |
TreeSet<IssueStatusTransition> |
getIssueStatusTransitions() |
String |
getKey() |
List<String> |
getLabels() |
List<String> |
getLinkedIssuesKeys() |
String |
getParentIssueKey() |
String |
getPrettyName() |
String |
getResolution() |
String |
getStatus() |
List<String> |
getSubtaskKeys() |
String |
getSummary() |
Map<String,Duration> |
getTimeInStatus() |
String |
getType() |
ZonedDateTime |
getUpdated() |
int |
hashCode() |
boolean |
isStatusOnDay(LocalDate date,
Set<String> statuses) |
boolean |
isSubtask() |
String |
toString() |
public String getPrettyName()
public String getKey()
public String getCreator()
public String getType()
public String getResolution()
public String getStatus()
public String getSummary()
public String getDescription()
public ZonedDateTime getCreated()
public ZonedDateTime getUpdated()
public boolean isSubtask()
public String getParentIssueKey()
public TreeSet<IssueStatusTransition> getIssueStatusTransitions()
public TreeSet<IssueBlockedTransition> getIssueBlockedTransitions()
public <T> T get(String customFieldName, com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
customFieldName - - name of defined custome field name to readtypeReference - - type reference of value of given custom field, for instance new TypeReferenceCopyright © 2018. All rights reserved.