A B C D E F G H I J L M N P Q R S T U V W 

A

addAttachment(File) - Method in class net.rcarz.jiraclient.Issue
Adds an attachment to this issue.
addComment(String) - Method in class net.rcarz.jiraclient.Issue
Adds a comment to this issue.
addComment(String, String, String) - Method in class net.rcarz.jiraclient.Issue
Adds a comment to this issue with limited visibility.
addWatcher(String) - Method in class net.rcarz.jiraclient.Issue
Adds a watcher to the issue.
apirev - Static variable in class net.rcarz.jiraclient.Resource
 
ASSIGNEE - Static variable in class net.rcarz.jiraclient.Field
 
assigneeType(String) - Method in class net.rcarz.jiraclient.Component.FluentCreate
Sets the assignee type.
assigneeTypeValue(boolean) - Method in class net.rcarz.jiraclient.Component.FluentCreate
Sets whether the assignee type is valid.
Attachment - Class in net.rcarz.jiraclient
Represents an issue attachment.
Attachment(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Attachment
Creates an attachment from a JSON payload.
ATTACHMENT - Static variable in class net.rcarz.jiraclient.Field
 
authenticate(HttpRequest) - Method in class net.rcarz.jiraclient.BasicCredentials
Sets the Authorization header for the given request.
authenticate(HttpRequest) - Method in interface net.rcarz.jiraclient.ICredentials
Sets the Authorization header for the given request.

B

Backlog - Class in net.rcarz.jiraclient.greenhopper
GreenHopper backlog data.
Backlog(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.Backlog
Creates the backlog from a JSON payload.
BasicCredentials - Class in net.rcarz.jiraclient
Basic HTTP authentication credentials.
BasicCredentials(String, String) - Constructor for class net.rcarz.jiraclient.BasicCredentials
Creates new basic HTTP credentials.
buildURI(String) - Method in class net.rcarz.jiraclient.RestClient
Build a URI from a path.
buildURI(String, Map<String, String>) - Method in class net.rcarz.jiraclient.RestClient
Build a URI from a path and query parmeters.

C

canEdit() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
 
canEditEpics() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
canManageSprints() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
CHANGE_LOG - Static variable in class net.rcarz.jiraclient.Field
 
CHANGE_LOG_ENTRIES - Static variable in class net.rcarz.jiraclient.Field
 
CHANGE_LOG_ITEMS - Static variable in class net.rcarz.jiraclient.Field
 
ChangeLog - Class in net.rcarz.jiraclient
Issue change log.
ChangeLog(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.ChangeLog
Creates a change log from a JSON payload.
ChangeLogEntry - Class in net.rcarz.jiraclient
Contains information about an issue change log entry.
ChangeLogEntry(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.ChangeLogEntry
Creates a change log from a JSON payload.
ChangeLogItem - Class in net.rcarz.jiraclient
Item in a ChangeLogEntry.
ChangeLogItem(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.ChangeLogItem
Creates a change log item from a JSON payload.
Comment - Class in net.rcarz.jiraclient
Represents an issue comment.
Comment(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Comment
Creates a comment from a JSON payload.
COMMENT - Static variable in class net.rcarz.jiraclient.Field
 
Component - Class in net.rcarz.jiraclient
Represents an issue component.
Component(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Component
Creates a component from a JSON payload.
Component.FluentCreate - Class in net.rcarz.jiraclient
Used to chain fields to a create action.
COMPONENTS - Static variable in class net.rcarz.jiraclient.Field
 
copyTo(Project) - Method in class net.rcarz.jiraclient.Version
Copies the version to the given project
create(RestClient, String) - Static method in class net.rcarz.jiraclient.Component
Creates a new JIRA component.
create(RestClient, String, String) - Static method in class net.rcarz.jiraclient.Issue
Creates a new JIRA issue.
createComponent(String) - Method in class net.rcarz.jiraclient.JiraClient
Creates a new component in the given project.
createIssue(String, String) - Method in class net.rcarz.jiraclient.JiraClient
Creates a new issue in the given project.
createSubtask() - Method in class net.rcarz.jiraclient.Issue
Creates a new sub-task.
custom - Variable in class net.rcarz.jiraclient.Field.Meta
 
CustomFieldOption - Class in net.rcarz.jiraclient
Represents an custom field option.
CustomFieldOption(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.CustomFieldOption
Creates a custom field option from a JSON payload.
customId - Variable in class net.rcarz.jiraclient.Field.Meta
 

D

DATE_FORMAT - Static variable in class net.rcarz.jiraclient.Field
 
DATE_TIME_FORMAT - Static variable in class net.rcarz.jiraclient.greenhopper.GreenHopperField
 
DATETIME_FORMAT - Static variable in class net.rcarz.jiraclient.Field
 
DEFAULT_API_REV - Static variable in class net.rcarz.jiraclient.Resource
 
delete() - Method in class net.rcarz.jiraclient.Component
Deletes a component from a project.
delete() - Method in class net.rcarz.jiraclient.IssueLink
Deletes this issue link record.
delete(URI) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP DELETE with the given URI.
delete(String) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP DELETE with the given path.
deleteWatcher(String) - Method in class net.rcarz.jiraclient.Issue
Removes a watcher to the issue.
description(String) - Method in class net.rcarz.jiraclient.Component.FluentCreate
Sets the description of the component.
DESCRIPTION - Static variable in class net.rcarz.jiraclient.Field
 
download() - Method in class net.rcarz.jiraclient.Attachment
Downloads attachment to byte array
DUE_DATE - Static variable in class net.rcarz.jiraclient.Field
 

E

Epic - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper epic issue.
Epic(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.Epic
Creates an epic issue from a JSON payload.
epicColour - Variable in class net.rcarz.jiraclient.greenhopper.Epic
 
epicLabel - Variable in class net.rcarz.jiraclient.greenhopper.Epic
 
epicStats - Variable in class net.rcarz.jiraclient.greenhopper.Epic
 
EpicStats - Class in net.rcarz.jiraclient.greenhopper
GreenHopper epic statistics.
EpicStats(JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.EpicStats
Creates an estimate sum from a JSON payload.
EstimateStatistic - Class in net.rcarz.jiraclient.greenhopper
GreenHopper estimate statistics for rapid views.
EstimateStatistic(JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.EstimateStatistic
Creates an estimate statistic from a JSON payload.
EstimateSum - Class in net.rcarz.jiraclient.greenhopper
GreenHopper estimate sum for rapid views.
EstimateSum(JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.EstimateSum
Creates an estimate sum from a JSON payload.
execute() - Method in class net.rcarz.jiraclient.Component.FluentCreate
Executes the create action.
execute() - Method in class net.rcarz.jiraclient.Issue.FluentCreate
Executes the create action (issue includes all fields).
execute(String) - Method in class net.rcarz.jiraclient.Issue.FluentCreate
Executes the create action and specify which fields to retrieve.
execute(int) - Method in class net.rcarz.jiraclient.Issue.FluentTransition
Executes the transition action.
execute(String) - Method in class net.rcarz.jiraclient.Issue.FluentTransition
Executes the transition action.
execute() - Method in class net.rcarz.jiraclient.Issue.FluentUpdate
Executes the update action.

F

Field - Class in net.rcarz.jiraclient
Utility functions for translating between JSON and fields.
field(String, Object) - Method in class net.rcarz.jiraclient.Issue.FluentCreate
Appends a field to the update action.
field(String, Object) - Method in class net.rcarz.jiraclient.Issue.FluentTransition
Appends a field to the transition action.
field(String, Object) - Method in class net.rcarz.jiraclient.Issue.FluentUpdate
Appends a field to the update action.
Field.Meta - Class in net.rcarz.jiraclient
Field metadata structure.
Field.Meta() - Constructor for class net.rcarz.jiraclient.Field.Meta
 
Field.Operation - Class in net.rcarz.jiraclient
Field update operation.
Field.Operation(String, Object) - Constructor for class net.rcarz.jiraclient.Field.Operation
Initialises a new update operation.
Field.ValueTuple - Class in net.rcarz.jiraclient
Value and value type pair.
Field.ValueTuple(String, Object) - Constructor for class net.rcarz.jiraclient.Field.ValueTuple
Initialises the value tuple.
Field.ValueTuple(Field.ValueType, Object) - Constructor for class net.rcarz.jiraclient.Field.ValueTuple
Initialises the value tuple.
Field.ValueType - Enum in net.rcarz.jiraclient
Allowed value types.
fieldAdd(String, Object) - Method in class net.rcarz.jiraclient.Issue.FluentUpdate
Adds a field value to the existing value set.
fieldRemove(String, Object) - Method in class net.rcarz.jiraclient.Issue.FluentUpdate
Removes a field value from the existing value set.
FIX_VERSIONS - Static variable in class net.rcarz.jiraclient.Field
 

G

get(RestClient, String) - Static method in class net.rcarz.jiraclient.Attachment
Retrieves the given attachment record.
get(RestClient, String, String) - Static method in class net.rcarz.jiraclient.Comment
Retrieves the given comment record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Component
Retrieves the given component record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.CustomFieldOption
Retrieves the given custom field option record.
get(RestClient, RapidView) - Static method in class net.rcarz.jiraclient.greenhopper.Backlog
Retrieves the backlog data for the given rapid view.
get(RestClient, int) - Static method in class net.rcarz.jiraclient.greenhopper.RapidView
Retrieves the given rapid view.
get(RestClient, RapidView, Sprint) - Static method in class net.rcarz.jiraclient.greenhopper.SprintReport
Retrieves the sprint report for the given rapid view and sprint.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Issue
Retrieves the given issue record.
get(RestClient, String, String) - Static method in class net.rcarz.jiraclient.Issue
Retrieves the given issue record.
get(RestClient, String, String, String) - Static method in class net.rcarz.jiraclient.Issue
Retrieves the given issue record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.IssueLink
Retrieves the given issue link record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.IssueType
Retrieves the given issue type record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.LinkType
Retrieves the given issue link type record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Priority
Retrieves the given priority record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Project
Retrieves the given project record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Resolution
Retrieves the given resolution record.
get(URI) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP GET with the given URI.
get(String, Map<String, String>) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP GET with the given path.
get(String) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP GET with the given path.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Status
Retrieves the given status record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.User
Retrieves the given user record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Version
Retrieves the given version record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Votes
Retrieves the given votes record.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.Watches
Retrieves the given watches record.
get(RestClient, String, String) - Static method in class net.rcarz.jiraclient.WorkLog
Retrieves the given work log record.
getAll(RestClient) - Static method in class net.rcarz.jiraclient.greenhopper.RapidView
Retrieves all rapid views visible to the session user.
getAll(RestClient) - Static method in class net.rcarz.jiraclient.Project
Retrieves all project records visible to the session user.
getAllIssuesEstimateSum() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getAllWorkLogs() - Method in class net.rcarz.jiraclient.Issue
 
getApiRev() - Static method in class net.rcarz.jiraclient.Resource
Gets the JIRA REST API revision number.
getAssignee() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getAssignee() - Method in class net.rcarz.jiraclient.Issue
 
getAssigneeName() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getAssigneeType() - Method in class net.rcarz.jiraclient.Project
 
getAttachments() - Method in class net.rcarz.jiraclient.Issue
 
getAuthor() - Method in class net.rcarz.jiraclient.Attachment
 
getAuthor() - Method in class net.rcarz.jiraclient.ChangeLogEntry
Obtains the author of the change log entry.
getAuthor() - Method in class net.rcarz.jiraclient.Comment
 
getAuthor() - Method in class net.rcarz.jiraclient.WorkLog
 
getAvatarUrl() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getAvatarUrls() - Method in class net.rcarz.jiraclient.Project
 
getAvatarUrls() - Method in class net.rcarz.jiraclient.User
 
getBacklogData() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
Retrieves the backlog data for this rapid view.
getBacklogIssues() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getBaseUri() - Static method in class net.rcarz.jiraclient.Resource
Resource base URI with API revision number.
getBody() - Method in class net.rcarz.jiraclient.Comment
 
getBoolean(Object) - Static method in class net.rcarz.jiraclient.Field
Gets a boolean value from the given object.
getChangeLog() - Method in class net.rcarz.jiraclient.Issue
 
getColour() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getComment() - Method in class net.rcarz.jiraclient.WorkLog
 
getComments(Object, RestClient) - Static method in class net.rcarz.jiraclient.Field
Gets a list of comments from the given object.
getComments() - Method in class net.rcarz.jiraclient.Issue
 
getCompleteDate() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getCompletedIssues() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getCompletedIssuesEstimateSum() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getComponent(String) - Method in class net.rcarz.jiraclient.JiraClient
Obtains a component given its ID.
getComponents() - Method in class net.rcarz.jiraclient.Issue
 
getComponents() - Method in class net.rcarz.jiraclient.Project
 
getComponentsAllowedValues(String, String) - Method in class net.rcarz.jiraclient.JiraClient
Get a list of options for a components
getContentUrl() - Method in class net.rcarz.jiraclient.Attachment
 
getCreated() - Method in class net.rcarz.jiraclient.ChangeLogEntry
Returns the date when the change log entry was created.
getCreatedDate() - Method in class net.rcarz.jiraclient.Attachment
 
getCreatedDate() - Method in class net.rcarz.jiraclient.Comment
 
getCreatedDate() - Method in class net.rcarz.jiraclient.WorkLog
 
getCreateMetadata(RestClient, String, String) - Static method in class net.rcarz.jiraclient.Issue
 
getCustomFieldAllowedValues(String, String, String) - Method in class net.rcarz.jiraclient.JiraClient
Get a list of options for a custom field
getDate(Object) - Static method in class net.rcarz.jiraclient.Field
Gets a date from the given object.
getDateTime(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets a date-time from the given object.
getDescription() - Method in class net.rcarz.jiraclient.Component
 
getDescription() - Method in class net.rcarz.jiraclient.Issue
 
getDescription() - Method in class net.rcarz.jiraclient.IssueType
 
getDescription() - Method in class net.rcarz.jiraclient.Project
 
getDescription() - Method in class net.rcarz.jiraclient.Resolution
 
getDescription() - Method in class net.rcarz.jiraclient.Status
 
getDescription() - Method in class net.rcarz.jiraclient.Version
 
getDisplayName() - Method in class net.rcarz.jiraclient.User
 
getDone() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getDoneEstimate() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getDouble(Object) - Static method in class net.rcarz.jiraclient.Field
Gets an floating-point number from the given object.
getDueDate() - Method in class net.rcarz.jiraclient.Issue
 
getEmail() - Method in class net.rcarz.jiraclient.User
 
getEndDate() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getEntries() - Method in class net.rcarz.jiraclient.ChangeLog
Returns the list of change log entries in the change log.
getEpic() - Method in class net.rcarz.jiraclient.greenhopper.SprintIssue
 
getEpicColour() - Method in class net.rcarz.jiraclient.greenhopper.Epic
 
getEpicLabel() - Method in class net.rcarz.jiraclient.greenhopper.Epic
 
getEpics() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getEpicStats() - Method in class net.rcarz.jiraclient.greenhopper.Epic
 
getEpicStats(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets an epic stats object from the given object.
getEstimated() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getEstimateStatistic(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets an estimate statistic object from the given object.
getEstimateStatistic() - Method in class net.rcarz.jiraclient.greenhopper.SprintIssue
 
getEstimateSum(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets an estimate sum object from the given object.
getField() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the field changed.
getField(String) - Method in class net.rcarz.jiraclient.Issue
Gets an arbitrary field by its name.
getFieldId() - Method in class net.rcarz.jiraclient.greenhopper.EstimateStatistic
 
getFieldMetadata(String, JSONObject) - Static method in class net.rcarz.jiraclient.Field
Extracts field metadata from an editmeta JSON object.
getFields() - Method in class net.rcarz.jiraclient.IssueType
 
getFieldText() - Method in class net.rcarz.jiraclient.greenhopper.EstimateStatistic
 
getFieldType() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the type of field changed.
getFieldValue() - Method in class net.rcarz.jiraclient.greenhopper.EstimateStatistic
 
getFileName() - Method in class net.rcarz.jiraclient.Attachment
 
getFixVersions() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getFixVersions() - Method in class net.rcarz.jiraclient.Issue
 
getFrom() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed from.
getFromString() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed from.
getHttpClient() - Method in class net.rcarz.jiraclient.RestClient
Exposes the http client.
getHttpResult() - Method in exception net.rcarz.jiraclient.RestException
 
getHttpStatusCode() - Method in exception net.rcarz.jiraclient.RestException
 
getIconUrl() - Method in class net.rcarz.jiraclient.IssueType
 
getIconUrl() - Method in class net.rcarz.jiraclient.Priority
 
getIconUrl() - Method in class net.rcarz.jiraclient.Status
 
getId() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperResource
Internal JIRA ID.
getId() - Method in class net.rcarz.jiraclient.Resource
Internal JIRA ID.
getIncompletedIssues() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getIncompletedIssuesEstimateSum() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getInteger(Object) - Static method in class net.rcarz.jiraclient.Field
Gets an integer from the given object.
getIntegerArray(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets a list of integers from the given object.
getInward() - Method in class net.rcarz.jiraclient.LinkType
 
getInwardIssue() - Method in class net.rcarz.jiraclient.IssueLink
 
getIssue(String) - Method in class net.rcarz.jiraclient.JiraClient
Retreives the issue with the given key.
getIssue(String, String) - Method in class net.rcarz.jiraclient.JiraClient
Retreives the issue with the given key.
getIssue(String, String, String) - Method in class net.rcarz.jiraclient.JiraClient
Retreives the issue with the given key.
getIssueKeysAddedDuringSprint() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getIssueLinks() - Method in class net.rcarz.jiraclient.Issue
 
getIssues() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getIssues() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getIssuesIds() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getIssueType() - Method in class net.rcarz.jiraclient.Issue
 
getIssueTypes() - Method in class net.rcarz.jiraclient.JiraClient
Obtains the list of all issue types in Jira.
getIssueTypes() - Method in class net.rcarz.jiraclient.Project
 
getItems() - Method in class net.rcarz.jiraclient.ChangeLogEntry
Returns the list of items in the change log entry.
getJiraIssue() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
Retrieves the full JIRA issue.
getJiraProject() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewProject
Retrieves the full JIRA project.
getJiraVersion() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
Retrieves the full JIRA version.
getKey() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getKey() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewProject
 
getKey() - Method in class net.rcarz.jiraclient.Issue
 
getKey() - Method in class net.rcarz.jiraclient.Project
 
getLabels() - Method in class net.rcarz.jiraclient.Issue
 
getLead() - Method in class net.rcarz.jiraclient.Project
 
getLogonName() - Method in class net.rcarz.jiraclient.BasicCredentials
Gets the logon name representing these credentials.
getLogonName() - Method in interface net.rcarz.jiraclient.ICredentials
Gets the logon name representing these credentials.
getMap(Class<TK>, Class<TV>, Object) - Static method in class net.rcarz.jiraclient.Field
Gets a generic map from the given object.
getMarkers() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getMessage() - Method in exception net.rcarz.jiraclient.RestException
 
getMimeType() - Method in class net.rcarz.jiraclient.Attachment
 
getName() - Method in class net.rcarz.jiraclient.Component
 
getName() - Method in class net.rcarz.jiraclient.greenhopper.Marker
 
getName() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
 
getName() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewProject
 
getName() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
 
getName() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getName() - Method in class net.rcarz.jiraclient.IssueType
 
getName() - Method in class net.rcarz.jiraclient.LinkType
 
getName() - Method in class net.rcarz.jiraclient.Priority
 
getName() - Method in class net.rcarz.jiraclient.Project
 
getName() - Method in class net.rcarz.jiraclient.Resolution
 
getName() - Method in class net.rcarz.jiraclient.Status
 
getName() - Method in class net.rcarz.jiraclient.User
 
getName() - Method in class net.rcarz.jiraclient.Version
 
getNotDone() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getNotDoneEstimate() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getNotEstimated() - Method in class net.rcarz.jiraclient.greenhopper.EpicStats
 
getOriginalEstimate() - Method in class net.rcarz.jiraclient.TimeTracking
 
getOriginalEstimateSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getOutward() - Method in class net.rcarz.jiraclient.LinkType
 
getOutwardIssue() - Method in class net.rcarz.jiraclient.IssueLink
 
getParent() - Method in class net.rcarz.jiraclient.Issue
 
getPriorities() - Method in class net.rcarz.jiraclient.JiraClient
 
getPriority() - Method in class net.rcarz.jiraclient.Issue
 
getPriorityName() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getPriorityUrl() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getProject() - Method in class net.rcarz.jiraclient.Issue
 
getProject(String) - Method in class net.rcarz.jiraclient.JiraClient
Obtains information about a project, given its project key.
getProjectId() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getProjects() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getProjects() - Method in class net.rcarz.jiraclient.JiraClient
Obtains the list of all projects in Jira.
getPuntedIssues() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getPuntedIssuesEstimateSum() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getRankCustomFieldId() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getRapidView(int) - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperClient
Retreives the rapid view with the given ID.
getRapidViews() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperClient
Retreives all rapid views visible to the session user.
getReleaseDate() - Method in class net.rcarz.jiraclient.Version
 
getRemainingEstimate() - Method in class net.rcarz.jiraclient.TimeTracking
 
getRemainingEstimateSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getReporter() - Method in class net.rcarz.jiraclient.Issue
 
getResolution() - Method in class net.rcarz.jiraclient.Issue
 
getResolutionDate() - Method in class net.rcarz.jiraclient.Issue
 
getResource(Class<T>, Object, RestClient) - Static method in class net.rcarz.jiraclient.Field
Gets a JIRA resource from the given object.
getResource(Class<T>, Object, RestClient) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets a GreenHopper resource from the given object.
getResourceArray(Class<T>, Object, RestClient) - Static method in class net.rcarz.jiraclient.Field
Gets a list of JIRA resources from the given object.
getResourceArray(Class<T>, Object, RestClient) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets a list of GreenHopper resources from the given object.
getRestClient() - Method in class net.rcarz.jiraclient.JiraClient
 
getRoles() - Method in class net.rcarz.jiraclient.Project
 
getSelf() - Method in class net.rcarz.jiraclient.JiraClient
 
getSelf() - Method in class net.rcarz.jiraclient.Resource
Resource URL.
getSequence() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
 
getSize() - Method in class net.rcarz.jiraclient.Attachment
 
getSprint() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getSprintReport(Sprint) - Method in class net.rcarz.jiraclient.greenhopper.RapidView
Retrieves the sprint report for the given sprint.
getSprints() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getSprints() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
Retrieves all sprints associated with this rapid view.
getStartDate() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getStatus() - Method in class net.rcarz.jiraclient.Issue
 
getStatusId() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getStatusName() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getStatusUrl() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getString(Object) - Static method in class net.rcarz.jiraclient.Field
Gets a string from the given object.
getStringArray(Object) - Static method in class net.rcarz.jiraclient.Field
Gets a list of strings from the given object.
getStringArray(Object) - Static method in class net.rcarz.jiraclient.greenhopper.GreenHopperField
Gets a list of strings from the given object.
getSubtasks() - Method in class net.rcarz.jiraclient.Issue
 
getSummary() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getSummary() - Method in class net.rcarz.jiraclient.Issue
 
getText() - Method in class net.rcarz.jiraclient.greenhopper.EstimateSum
 
getTimeEstimate() - Method in class net.rcarz.jiraclient.Issue
 
getTimeSpent() - Method in class net.rcarz.jiraclient.Issue
 
getTimeSpent() - Method in class net.rcarz.jiraclient.TimeTracking
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.WorkLog
 
getTimeTracking(Object) - Static method in class net.rcarz.jiraclient.Field
Gets a time tracking object from the given object.
getTimeTracking() - Method in class net.rcarz.jiraclient.Issue
 
getTo() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed to.
getToString() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed to.
getType() - Method in class net.rcarz.jiraclient.IssueLink
 
getTypeId() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getTypeName() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getTypeUrl() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getUpdateAuthor() - Method in class net.rcarz.jiraclient.Comment
 
getUpdateAuthor() - Method in class net.rcarz.jiraclient.WorkLog
 
getUpdatedDate() - Method in class net.rcarz.jiraclient.Comment
 
getUpdatedDate() - Method in class net.rcarz.jiraclient.WorkLog
 
getUrl() - Method in class net.rcarz.jiraclient.Resource
REST API resource URL.
getValue() - Method in class net.rcarz.jiraclient.CustomFieldOption
 
getValue() - Method in class net.rcarz.jiraclient.greenhopper.EstimateSum
 
getVersions() - Method in class net.rcarz.jiraclient.Issue
 
getVersions() - Method in class net.rcarz.jiraclient.Project
 
getVersionsPerProject() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
getVotes() - Method in class net.rcarz.jiraclient.Issue
 
getVotes() - Method in class net.rcarz.jiraclient.Votes
 
getWatchCount() - Method in class net.rcarz.jiraclient.Watches
 
getWatches() - Method in class net.rcarz.jiraclient.Issue
 
getWorkLogs(Object, RestClient) - Static method in class net.rcarz.jiraclient.Field
Gets a list of work logs from the given object.
getWorkLogs() - Method in class net.rcarz.jiraclient.Issue
 
GreenHopperClient - Class in net.rcarz.jiraclient.greenhopper
A GreenHopper extension to the JIRA client.
GreenHopperClient(JiraClient) - Constructor for class net.rcarz.jiraclient.greenhopper.GreenHopperClient
Creates a GreenHopper client.
GreenHopperField - Class in net.rcarz.jiraclient.greenhopper
Utility functions for translating between JSON and fields.
GreenHopperIssue - Class in net.rcarz.jiraclient.greenhopper
A base class for GreenHopper issues.
GreenHopperIssue(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
Creates an issue from a JSON payload.
GreenHopperResource - Class in net.rcarz.jiraclient.greenhopper
A base class for GreenHopper resources.
GreenHopperResource(RestClient) - Constructor for class net.rcarz.jiraclient.greenhopper.GreenHopperResource
Creates a new GreenHopper resource.

H

hasVoted() - Method in class net.rcarz.jiraclient.Votes
 

I

ICredentials - Interface in net.rcarz.jiraclient
 
id - Variable in class net.rcarz.jiraclient.greenhopper.GreenHopperResource
 
id - Variable in class net.rcarz.jiraclient.Resource
 
isActive() - Method in class net.rcarz.jiraclient.User
 
isArchived() - Method in class net.rcarz.jiraclient.Version
 
isAssigneeTypeValid() - Method in class net.rcarz.jiraclient.Component
 
isClosed() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
isDone() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
isHidden() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
isReleased() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
 
isReleased() - Method in class net.rcarz.jiraclient.Version
 
isSprintSupportEnabled() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
 
isSubtask() - Method in class net.rcarz.jiraclient.IssueType
 
Issue - Class in net.rcarz.jiraclient
Represents a JIRA issue.
Issue(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Issue
Creates an issue from a JSON payload.
Issue.FluentCreate - Class in net.rcarz.jiraclient
Used to chain fields to a create action.
Issue.FluentTransition - Class in net.rcarz.jiraclient
Used to chain fields to a transition action.
Issue.FluentUpdate - Class in net.rcarz.jiraclient
Used to chain fields to an update action.
Issue.SearchResult - Class in net.rcarz.jiraclient
Issue search results structure.
Issue.SearchResult() - Constructor for class net.rcarz.jiraclient.Issue.SearchResult
 
ISSUE_LINKS - Static variable in class net.rcarz.jiraclient.Field
 
ISSUE_TYPE - Static variable in class net.rcarz.jiraclient.Field
 
IssueLink - Class in net.rcarz.jiraclient
Represents an issue link.
IssueLink(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.IssueLink
Creates a issue link from a JSON payload.
issues - Variable in class net.rcarz.jiraclient.Issue.SearchResult
 
IssueType - Class in net.rcarz.jiraclient
Represents an issue type.
IssueType(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.IssueType
Creates an issue type from a JSON payload.
isWatching() - Method in class net.rcarz.jiraclient.Watches
 
items - Variable in class net.rcarz.jiraclient.Field.Meta
 

J

JiraClient - Class in net.rcarz.jiraclient
A simple JIRA REST client.
JiraClient(String) - Constructor for class net.rcarz.jiraclient.JiraClient
Creates a JIRA client.
JiraClient(String, ICredentials) - Constructor for class net.rcarz.jiraclient.JiraClient
Creates an authenticated JIRA client.
JiraException - Exception in net.rcarz.jiraclient
A generic JIRA client exception.
JiraException(String) - Constructor for exception net.rcarz.jiraclient.JiraException
 
JiraException(String, Throwable) - Constructor for exception net.rcarz.jiraclient.JiraException
 

L

LABELS - Static variable in class net.rcarz.jiraclient.Field
 
leadUserName(String) - Method in class net.rcarz.jiraclient.Component.FluentCreate
Sets the lead user name.
link(String, String) - Method in class net.rcarz.jiraclient.Issue
Links this issue with another issue.
link(String, String, String) - Method in class net.rcarz.jiraclient.Issue
Links this issue with another issue and adds a comment.
link(String, String, String, String, String) - Method in class net.rcarz.jiraclient.Issue
Links this issue with another issue and adds a comment with limited visibility.
LinkType - Class in net.rcarz.jiraclient
Represents an issue link type.
LinkType(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.LinkType
Creates a issue link type from a JSON payload.

M

Marker - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper marker (a sprint that hasn't started).
Marker(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.Marker
Creates a marker from a JSON payload.
max - Variable in class net.rcarz.jiraclient.Issue.SearchResult
 
maxIssuesExceeded() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 
mergeWith(Version) - Method in class net.rcarz.jiraclient.Version
Merges the given version with current version

N

name(String) - Method in class net.rcarz.jiraclient.Component.FluentCreate
Sets the name of the component.
name - Variable in class net.rcarz.jiraclient.Field.Meta
 
name - Variable in class net.rcarz.jiraclient.Field.Operation
 
net.rcarz.jiraclient - package net.rcarz.jiraclient
 
net.rcarz.jiraclient.greenhopper - package net.rcarz.jiraclient.greenhopper
 
NO_DATE - Static variable in class net.rcarz.jiraclient.greenhopper.GreenHopperField
 

P

PARENT - Static variable in class net.rcarz.jiraclient.Field
 
post(URI, JSON) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given URI and payload.
post(URI, String) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given URI and payload.
post(String, JSON) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given path and payload.
post(String) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given path.
post(String, File) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given path and file payload.
PRIORITY - Static variable in class net.rcarz.jiraclient.Field
 
Priority - Class in net.rcarz.jiraclient
Represents an issue priority.
Priority(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Priority
Creates a priority from a JSON payload.
PROJECT - Static variable in class net.rcarz.jiraclient.Field
 
Project - Class in net.rcarz.jiraclient
Represents a JIRA project.
Project(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Project
Creates a project from a JSON payload.
put(URI, JSON) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP PUT with the given URI and payload.
put(String, JSON) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP PUT with the given path and payload.

Q

queryResultLimit() - Method in class net.rcarz.jiraclient.greenhopper.Backlog
 

R

RapidView - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper Rapid Board.
RapidView(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.RapidView
Creates a rapid view from a JSON payload.
RapidViewProject - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper JIRA project.
RapidViewProject(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.RapidViewProject
Creates a project from a JSON payload.
RapidViewVersion - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper JIRA project version.
RapidViewVersion(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.RapidViewVersion
Creates a version from a JSON payload.
refresh() - Method in class net.rcarz.jiraclient.Issue
Reloads issue data from the JIRA server (issue includes all navigable fields).
refresh(String) - Method in class net.rcarz.jiraclient.Issue
Reloads issue data from the JIRA server and specify which fields to retrieve.
REPORTER - Static variable in class net.rcarz.jiraclient.Field
 
required - Variable in class net.rcarz.jiraclient.Field.Meta
 
RESOLUTION - Static variable in class net.rcarz.jiraclient.Field
 
Resolution - Class in net.rcarz.jiraclient
Represents an issue resolution.
Resolution(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Resolution
Creates a resolution from a JSON payload.
RESOLUTION_DATE - Static variable in class net.rcarz.jiraclient.Field
 
Resource - Class in net.rcarz.jiraclient
A base class for JIRA resources.
Resource(RestClient) - Constructor for class net.rcarz.jiraclient.Resource
Creates a new JIRA resource.
RESOURCE_URI - Static variable in class net.rcarz.jiraclient.greenhopper.GreenHopperResource
 
restclient - Variable in class net.rcarz.jiraclient.greenhopper.GreenHopperResource
 
restclient - Variable in class net.rcarz.jiraclient.Resource
 
RestClient - Class in net.rcarz.jiraclient
A simple REST client that speaks JSON.
RestClient(HttpClient, URI) - Constructor for class net.rcarz.jiraclient.RestClient
Creates a REST client instance with a URI.
RestClient(HttpClient, ICredentials, URI) - Constructor for class net.rcarz.jiraclient.RestClient
Creates an authenticated REST client instance with a URI.
RestException - Exception in net.rcarz.jiraclient
An exception for JIRA REST errors.
RestException(String, int, String) - Constructor for exception net.rcarz.jiraclient.RestException
 

S

search(RestClient, String) - Static method in class net.rcarz.jiraclient.Issue
Search for issues with the given query.
search(RestClient, String, String, Integer) - Static method in class net.rcarz.jiraclient.Issue
Search for issues with the given query and specify which fields to retrieve.
search(RestClient, String, String, Integer, Integer) - Static method in class net.rcarz.jiraclient.Issue
Search for issues with the given query and specify which fields to retrieve.
searchIssues(String) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query.
searchIssues(String, Integer) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and max results.
searchIssues(String, String) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and specify which fields to retrieve.
searchIssues(String, String, Integer) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and specify which fields to retrieve.
searchIssues(String, String, Integer, Integer) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and specify which fields to retrieve.
self - Variable in class net.rcarz.jiraclient.Resource
 
setApiRev(String) - Static method in class net.rcarz.jiraclient.Resource
Sets the JIRA REST API revision number.
setOriginalEstimate(String) - Method in class net.rcarz.jiraclient.TimeTracking
 
setOrignalEstimateSeconds(int) - Method in class net.rcarz.jiraclient.TimeTracking
 
setRemainingEstimate(String) - Method in class net.rcarz.jiraclient.TimeTracking
 
setRemainingEstimateSeconds(int) - Method in class net.rcarz.jiraclient.TimeTracking
 
Sprint - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper sprint.
Sprint(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.Sprint
Creates a sprint from a JSON payload.
SprintIssue - Class in net.rcarz.jiraclient.greenhopper
Represents a GreenHopper sprint issue.
SprintIssue(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.SprintIssue
Creates a sprint issue from a JSON payload.
SprintReport - Class in net.rcarz.jiraclient.greenhopper
GreenHopper sprint statistics.
SprintReport(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.greenhopper.SprintReport
Creates a sprint report from a JSON payload.
start - Variable in class net.rcarz.jiraclient.Issue.SearchResult
 
STATUS - Static variable in class net.rcarz.jiraclient.Field
 
Status - Class in net.rcarz.jiraclient
Represents an issue status.
Status(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Status
Creates a status from a JSON payload.
SUBTASKS - Static variable in class net.rcarz.jiraclient.Field
 
SUMMARY - Static variable in class net.rcarz.jiraclient.Field
 
system - Variable in class net.rcarz.jiraclient.Field.Meta
 

T

TIME_ESTIMATE - Static variable in class net.rcarz.jiraclient.Field
 
TIME_SPENT - Static variable in class net.rcarz.jiraclient.Field
 
TIME_TRACKING - Static variable in class net.rcarz.jiraclient.Field
 
TimeTracking - Class in net.rcarz.jiraclient
Represents issue time tracking data.
TimeTracking(JSONObject) - Constructor for class net.rcarz.jiraclient.TimeTracking
Creates a time tracking structure from a JSON payload.
TimeTracking() - Constructor for class net.rcarz.jiraclient.TimeTracking
 
TimeTracking(TimeTracking) - Constructor for class net.rcarz.jiraclient.TimeTracking
 
toArray(Iterable, String) - Static method in class net.rcarz.jiraclient.Field
Converts an iterable type to a JSON array.
toDate(Object) - Static method in class net.rcarz.jiraclient.Field
Converts the given value to a date.
toJson(String, Object, JSONObject) - Static method in class net.rcarz.jiraclient.Field
Converts the given value to a JSON object.
toJsonMap(List) - Static method in class net.rcarz.jiraclient.Field
Converts the given map to a JSON object.
toJsonObject() - Method in class net.rcarz.jiraclient.TimeTracking
 
toString() - Method in class net.rcarz.jiraclient.Attachment
 
toString() - Method in class net.rcarz.jiraclient.Comment
 
toString() - Method in class net.rcarz.jiraclient.Component
 
toString() - Method in class net.rcarz.jiraclient.CustomFieldOption
 
toString() - Method in enum net.rcarz.jiraclient.Field.ValueType
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.Marker
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.RapidView
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewProject
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
 
toString() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
toString() - Method in class net.rcarz.jiraclient.Issue
 
toString() - Method in class net.rcarz.jiraclient.IssueLink
 
toString() - Method in class net.rcarz.jiraclient.IssueType
 
toString() - Method in class net.rcarz.jiraclient.LinkType
 
toString() - Method in class net.rcarz.jiraclient.Priority
 
toString() - Method in class net.rcarz.jiraclient.Project
 
toString() - Method in class net.rcarz.jiraclient.Resolution
 
toString() - Method in class net.rcarz.jiraclient.Status
 
toString() - Method in class net.rcarz.jiraclient.User
 
toString() - Method in class net.rcarz.jiraclient.Version
 
toString() - Method in class net.rcarz.jiraclient.Votes
 
toString() - Method in class net.rcarz.jiraclient.Watches
 
toString() - Method in class net.rcarz.jiraclient.WorkLog
 
total - Variable in class net.rcarz.jiraclient.Issue.SearchResult
 
transition() - Method in class net.rcarz.jiraclient.Issue
Begins a transition field chain.
type - Variable in class net.rcarz.jiraclient.Field.Meta
 
type - Variable in class net.rcarz.jiraclient.Field.ValueTuple
 

U

unvote() - Method in class net.rcarz.jiraclient.Issue
Removes the current user's vote from the issue.
update() - Method in class net.rcarz.jiraclient.Issue
Begins an update field chain.
User - Class in net.rcarz.jiraclient
Represents a JIRA user.
User(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.User
Creates a user from a JSON payload.

V

value - Variable in class net.rcarz.jiraclient.Field.Operation
 
value - Variable in class net.rcarz.jiraclient.Field.ValueTuple
 
valueById(String) - Static method in class net.rcarz.jiraclient.Field
Create a value tuple with value type of ID number.
valueByKey(String) - Static method in class net.rcarz.jiraclient.Field
Create a value tuple with value type of key.
valueByName(String) - Static method in class net.rcarz.jiraclient.Field
Create a value tuple with value type of name.
valueOf(String) - Static method in enum net.rcarz.jiraclient.Field.ValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.rcarz.jiraclient.Field.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in net.rcarz.jiraclient
Represents a product version.
Version(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Version
Creates a version from a JSON payload.
VERSIONS - Static variable in class net.rcarz.jiraclient.Field
 
vote() - Method in class net.rcarz.jiraclient.Issue
Casts a vote in favour of an issue.
VOTES - Static variable in class net.rcarz.jiraclient.Field
 
Votes - Class in net.rcarz.jiraclient
Represents issue votes.
Votes(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Votes
Creates votes from a JSON payload.

W

WATCHES - Static variable in class net.rcarz.jiraclient.Field
 
Watches - Class in net.rcarz.jiraclient
Represents issue watches.
Watches(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Watches
Creates watches from a JSON payload.
WORKLOG - Static variable in class net.rcarz.jiraclient.Field
 
WorkLog - Class in net.rcarz.jiraclient
Represents an issue work log.
WorkLog(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.WorkLog
Creates a work log from a JSON payload.
A B C D E F G H I J L M N P Q R S T U V W 

Copyright © 2014. All Rights Reserved.