| Package | Description |
|---|---|
| net.rcarz.jiraclient | |
| net.rcarz.jiraclient.greenhopper |
| Modifier and Type | Field and Description |
|---|---|
protected RestClient |
Resource.restclient |
| Modifier and Type | Method and Description |
|---|---|
RestClient |
JiraClient.getRestClient() |
| Modifier and Type | Method and Description |
|---|---|
static Component.FluentCreate |
Component.create(RestClient restclient,
String project)
Creates a new JIRA component.
|
static Issue.FluentCreate |
Issue.create(RestClient restclient,
String project,
String issueType)
Creates a new JIRA issue.
|
static Watches |
Watches.get(RestClient restclient,
String issue)
Retrieves the given watches record.
|
static Votes |
Votes.get(RestClient restclient,
String issue)
Retrieves the given votes record.
|
static Version |
Version.get(RestClient restclient,
String id)
Retrieves the given version record.
|
static User |
User.get(RestClient restclient,
String username)
Retrieves the given user record.
|
static Status |
Status.get(RestClient restclient,
String id)
Retrieves the given status record.
|
static Resolution |
Resolution.get(RestClient restclient,
String id)
Retrieves the given resolution record.
|
static Project |
Project.get(RestClient restclient,
String key)
Retrieves the given project record.
|
static Priority |
Priority.get(RestClient restclient,
String id)
Retrieves the given priority record.
|
static LinkType |
LinkType.get(RestClient restclient,
String id)
Retrieves the given issue link type record.
|
static IssueType |
IssueType.get(RestClient restclient,
String id)
Retrieves the given issue type record.
|
static IssueLink |
IssueLink.get(RestClient restclient,
String id)
Retrieves the given issue link record.
|
static Issue |
Issue.get(RestClient restclient,
String key)
Retrieves the given issue record.
|
static CustomFieldOption |
CustomFieldOption.get(RestClient restclient,
String id)
Retrieves the given custom field option record.
|
static Component |
Component.get(RestClient restclient,
String id)
Retrieves the given component record.
|
static Attachment |
Attachment.get(RestClient restclient,
String id)
Retrieves the given attachment record.
|
static WorkLog |
WorkLog.get(RestClient restclient,
String issue,
String id)
Retrieves the given work log record.
|
static Issue |
Issue.get(RestClient restclient,
String key,
String includedFields)
Retrieves the given issue record.
|
static Comment |
Comment.get(RestClient restclient,
String issue,
String id)
Retrieves the given comment record.
|
static Issue |
Issue.get(RestClient restclient,
String key,
String includedFields,
String expand)
Retrieves the given issue record.
|
static List<Project> |
Project.getAll(RestClient restclient)
Retrieves all project records visible to the session user.
|
static List<Comment> |
Field.getComments(Object c,
RestClient restclient)
Gets a list of comments from the given object.
|
static net.sf.json.JSONObject |
Issue.getCreateMetadata(RestClient restclient,
String project,
String issueType) |
static <T extends Resource> |
Field.getResource(Class<T> type,
Object r,
RestClient restclient)
Gets a JIRA resource from the given object.
|
static <T extends Resource> |
Field.getResourceArray(Class<T> type,
Object ra,
RestClient restclient)
Gets a list of JIRA resources from the given object.
|
static List<WorkLog> |
Field.getWorkLogs(Object c,
RestClient restclient)
Gets a list of work logs from the given object.
|
static Issue.SearchResult |
Issue.search(RestClient restclient,
String jql)
Search for issues with the given query.
|
static Issue.SearchResult |
Issue.search(RestClient restclient,
String jql,
String includedFields,
Integer maxResults)
Search for issues with the given query and specify which fields to
retrieve.
|
static Issue.SearchResult |
Issue.search(RestClient restclient,
String jql,
String includedFields,
Integer maxResults,
Integer startAt)
Search for issues with the given query and specify which fields to
retrieve.
|
| Constructor and Description |
|---|
Attachment(RestClient restclient,
net.sf.json.JSONObject json)
Creates an attachment from a JSON payload.
|
ChangeLog(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log from a JSON payload.
|
ChangeLogEntry(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log from a JSON payload.
|
ChangeLogItem(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log item from a JSON payload.
|
Comment(RestClient restclient,
net.sf.json.JSONObject json)
Creates a comment from a JSON payload.
|
Component(RestClient restclient,
net.sf.json.JSONObject json)
Creates a component from a JSON payload.
|
CustomFieldOption(RestClient restclient,
net.sf.json.JSONObject json)
Creates a custom field option from a JSON payload.
|
Issue(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue from a JSON payload.
|
IssueLink(RestClient restclient,
net.sf.json.JSONObject json)
Creates a issue link from a JSON payload.
|
IssueType(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue type from a JSON payload.
|
LinkType(RestClient restclient,
net.sf.json.JSONObject json)
Creates a issue link type from a JSON payload.
|
Priority(RestClient restclient,
net.sf.json.JSONObject json)
Creates a priority from a JSON payload.
|
Project(RestClient restclient,
net.sf.json.JSONObject json)
Creates a project from a JSON payload.
|
Resolution(RestClient restclient,
net.sf.json.JSONObject json)
Creates a resolution from a JSON payload.
|
Resource(RestClient restclient)
Creates a new JIRA resource.
|
Status(RestClient restclient,
net.sf.json.JSONObject json)
Creates a status from a JSON payload.
|
User(RestClient restclient,
net.sf.json.JSONObject json)
Creates a user from a JSON payload.
|
Version(RestClient restclient,
net.sf.json.JSONObject json)
Creates a version from a JSON payload.
|
Votes(RestClient restclient,
net.sf.json.JSONObject json)
Creates votes from a JSON payload.
|
Watches(RestClient restclient,
net.sf.json.JSONObject json)
Creates watches from a JSON payload.
|
WorkLog(RestClient restclient,
net.sf.json.JSONObject json)
Creates a work log from a JSON payload.
|
| Modifier and Type | Field and Description |
|---|---|
protected RestClient |
GreenHopperResource.restclient |
| Modifier and Type | Method and Description |
|---|---|
static RapidView |
RapidView.get(RestClient restclient,
int id)
Retrieves the given rapid view.
|
static Backlog |
Backlog.get(RestClient restclient,
RapidView rv)
Retrieves the backlog data for the given rapid view.
|
static SprintReport |
SprintReport.get(RestClient restclient,
RapidView rv,
Sprint sprint)
Retrieves the sprint report for the given rapid view and sprint.
|
static List<RapidView> |
RapidView.getAll(RestClient restclient)
Retrieves all rapid views visible to the session user.
|
static <T extends GreenHopperResource> |
GreenHopperField.getResource(Class<T> type,
Object r,
RestClient restclient)
Gets a GreenHopper resource from the given object.
|
static <T extends GreenHopperResource> |
GreenHopperField.getResourceArray(Class<T> type,
Object ra,
RestClient restclient)
Gets a list of GreenHopper resources from the given object.
|
| Constructor and Description |
|---|
Backlog(RestClient restclient,
net.sf.json.JSONObject json)
Creates the backlog from a JSON payload.
|
Epic(RestClient restclient,
net.sf.json.JSONObject json)
Creates an epic issue from a JSON payload.
|
GreenHopperIssue(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue from a JSON payload.
|
GreenHopperResource(RestClient restclient)
Creates a new GreenHopper resource.
|
Marker(RestClient restclient,
net.sf.json.JSONObject json)
Creates a marker from a JSON payload.
|
RapidView(RestClient restclient,
net.sf.json.JSONObject json)
Creates a rapid view from a JSON payload.
|
RapidViewProject(RestClient restclient,
net.sf.json.JSONObject json)
Creates a project from a JSON payload.
|
RapidViewVersion(RestClient restclient,
net.sf.json.JSONObject json)
Creates a version from a JSON payload.
|
Sprint(RestClient restclient,
net.sf.json.JSONObject json)
Creates a sprint from a JSON payload.
|
SprintIssue(RestClient restclient,
net.sf.json.JSONObject json)
Creates a sprint issue from a JSON payload.
|
SprintReport(RestClient restclient,
net.sf.json.JSONObject json)
Creates a sprint report from a JSON payload.
|
Copyright © 2014. All Rights Reserved.