public class JiraClientImpl extends Object implements JiraClient
| Constructor and Description |
|---|
JiraClientImpl(String baseUrl,
String username,
String password,
String projectKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(Action action) |
List<Action> |
getTasks(String idp) |
public String create(Action action)
create in interface JiraClientpublic List<Action> getTasks(String idp)
getTasks in interface JiraClientCopyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.