public class JIRAClientImpl extends java.lang.Object implements JIRAClient
| Modifier and Type | Field and Description |
|---|---|
static java.time.format.DateTimeFormatter |
JIRA_DATA_TIME |
| Constructor and Description |
|---|
JIRAClientImpl(net.nemerosa.ontrack.client.JsonClient jsonClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
JIRAIssue |
getIssue(java.lang.String key,
JIRAConfiguration configuration) |
java.util.List<java.lang.String> |
getProjects() |
static java.time.LocalDateTime |
parseFromJIRA(java.lang.String value) |
protected static JIRAIssue |
toIssue(JIRAConfiguration configuration,
com.fasterxml.jackson.databind.JsonNode node) |
public JIRAClientImpl(net.nemerosa.ontrack.client.JsonClient jsonClient)
public JIRAIssue getIssue(java.lang.String key, JIRAConfiguration configuration)
getIssue in interface JIRAClientpublic java.util.List<java.lang.String> getProjects()
getProjects in interface JIRAClientprotected static JIRAIssue toIssue(JIRAConfiguration configuration, com.fasterxml.jackson.databind.JsonNode node)
public static java.time.LocalDateTime parseFromJIRA(java.lang.String value)
public void close()
close in interface java.lang.AutoCloseableclose in interface JIRAClient