| Package | Description |
|---|---|
| net.rcarz.jiraclient | |
| net.rcarz.jiraclient.agile | |
| 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 int |
Issue.count(RestClient restclient,
String jql)
count issues with the given query.
|
static Version.FluentCreate |
Version.create(RestClient restclient,
String project)
Creates a new JIRA Version.
|
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 Security |
Security.get(RestClient restclient,
String id)
Retrieves the given security record.
|
static Resolution |
Resolution.get(RestClient restclient,
String id)
Retrieves the given resolution record.
|
static ProjectCategory |
ProjectCategory.get(RestClient restclient,
String id)
Retrieves the given status 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 Filter |
Filter.get(RestClient restclient,
String id) |
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,
String issueKey)
Gets a list of comments from the given object.
|
static net.sf.json.JSONObject |
Issue.getCreateMetadata(RestClient restclient,
String project,
String issueType) |
static List<RemoteLink> |
Field.getRemoteLinks(Object c,
RestClient restclient)
Gets a list of remote links from the given object.
|
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.getResource(Class<T> type,
Object r,
RestClient restclient,
String parentId)
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 <T extends Resource> |
Field.getResourceArray(Class<T> type,
Object ra,
RestClient restclient,
String parentId)
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.
|
void |
TokenCredentials.initialize(RestClient client) |
void |
ICredentials.initialize(RestClient client) |
void |
BasicCredentials.initialize(RestClient client) |
void |
TokenCredentials.logout(RestClient client) |
void |
ICredentials.logout(RestClient client) |
void |
BasicCredentials.logout(RestClient client) |
static Issue.SearchResult |
Issue.search(RestClient restclient,
String jql,
String includedFields,
String expandFields,
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,
String issueKey)
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.
|
Filter(RestClient restclient,
net.sf.json.JSONObject json) |
Issue(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue from a JSON payload.
|
IssueHistory(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue history record from a JSON payload.
|
IssueHistoryItem(RestClient restclient) |
IssueHistoryItem(RestClient restclient,
net.sf.json.JSONObject json) |
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.
|
ProjectCategory(RestClient restclient,
net.sf.json.JSONObject json)
Creates a category from a JSON payload.
|
RemoteLink(RestClient restclient,
net.sf.json.JSONObject json) |
Resolution(RestClient restclient,
net.sf.json.JSONObject json)
Creates a resolution from a JSON payload.
|
Resource(RestClient restclient)
Creates a new JIRA resource.
|
SearchResult(RestClient restclient,
String jql,
String includedFields,
String expandFields,
Integer maxResults,
Integer startAt) |
Security(RestClient restclient,
net.sf.json.JSONObject json)
Creates a security from a JSON payload.
|
Status(RestClient restclient,
net.sf.json.JSONObject json)
Creates a status from a JSON payload.
|
Transition(RestClient restclient,
net.sf.json.JSONObject json)
Creates a priority 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.
|
Visibility(RestClient restclient,
net.sf.json.JSONObject json) |
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 | Method and Description |
|---|---|
protected RestClient |
AgileResource.getRestclient() |
RestClient |
AgileClient.getRestclient() |
| Modifier and Type | Method and Description |
|---|---|
static Sprint |
Sprint.get(RestClient restclient,
long sprintId)
Retrieve all sprints related to the specified board.
|
static Issue |
Issue.get(RestClient restclient,
long id)
Retrieves the issue matching the ID.
|
static Epic |
Epic.get(RestClient restclient,
long id)
Retrieves the epic matching the ID.
|
static Board |
Board.get(RestClient restclient,
long id)
Retrieves the given rapid view.
|
static Issue |
Issue.get(RestClient restclient,
String key)
Retrieves the issue matching the ID.
|
static List<Board> |
Board.getAll(RestClient restclient)
Retrieves all boards visible to the session user.
|
static List<Sprint> |
Sprint.getAll(RestClient restclient,
long boardId)
Retrieve all sprints related to the specified board.
|
protected static <T extends AgileResource> |
AgileResource.getResource(Class<T> type,
Object r,
RestClient restclient)
Gets an Agile resource from the given object.
|
protected static <T extends AgileResource> |
AgileResource.getResourceArray(Class<T> type,
Object ra,
RestClient restclient,
String listName)
Gets a list of GreenHopper resources from the given object.
|
| Constructor and Description |
|---|
AgileResource(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Board(RestClient restclient,
net.sf.json.JSONObject json)
Creates a Board from a JSON payload.
|
Comment(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Epic(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Issue(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile Issue resource.
|
IssueType(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Priority(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Project(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Resolution(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Sprint(RestClient restclient,
net.sf.json.JSONObject json)
Creates a rapid view from a JSON payload.
|
Status(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
TimeTracking(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
User(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
Worklog(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
| 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 © 2022. All rights reserved.