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

A

addAttachment(File) - Method in class net.rcarz.jiraclient.Issue
Adds an attachment to this issue.
addAttachments(Issue.NewAttachment...) - Method in class net.rcarz.jiraclient.Issue
Adds an attachments 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.
addRemoteLink(String, String, String) - Method in class net.rcarz.jiraclient.Issue
Adds a remote link to this issue.
addWatcher(String) - Method in class net.rcarz.jiraclient.Issue
Adds a watcher to the issue.
addWorkLog(String, DateTime, long) - Method in class net.rcarz.jiraclient.Issue
Adds WorkLog to this issue
AgileClient - Class in net.rcarz.jiraclient.agile
An Agile extension to the JIRA client.
AgileClient(JiraClient) - Constructor for class net.rcarz.jiraclient.agile.AgileClient
Creates an Agile client.
AgileResource - Class in net.rcarz.jiraclient.agile
A base class for Agile resources.
AgileResource(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.AgileResource
Creates a new Agile resource.
apirev - Static variable in class net.rcarz.jiraclient.Resource
 
application(String, String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
The application for this remote link.
archived(boolean) - Method in class net.rcarz.jiraclient.Version.FluentCreate
Sets the archived status of the version.
asIssue(boolean) - Method in class net.rcarz.jiraclient.agile.Epic
 
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
 
ATTR_ID - Static variable in class net.rcarz.jiraclient.agile.AgileResource
 
ATTR_NAME - Static variable in class net.rcarz.jiraclient.agile.AgileResource
 
ATTR_SELF - Static variable in class net.rcarz.jiraclient.agile.AgileResource
 
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.
authenticate(HttpRequest) - Method in class net.rcarz.jiraclient.TokenCredentials
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.
Board - Class in net.rcarz.jiraclient.agile
Represents an Agile Board.
Board(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Board
Creates a Board from a JSON payload.
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.agile
Represents an Agile Comment.
Comment(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Comment
Creates a new Agile resource.
Comment - Class in net.rcarz.jiraclient
Represents an issue comment.
Comment(RestClient, JSONObject, String) - 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
count(RestClient, String) - Static method in class net.rcarz.jiraclient.Issue
count issues with the given query.
countIssues(String) - Method in class net.rcarz.jiraclient.JiraClient
count issues with the given query.
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.
create() - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
Creates or updates the remote link if a global id is given and there is already a remote link for the specified global id.
create(RestClient, String) - Static method in class net.rcarz.jiraclient.Version
Creates a new JIRA Version.
createComponent(String) - Method in class net.rcarz.jiraclient.JiraClient
Creates a new component in the given project.
CREATED_DATE - Static variable in class net.rcarz.jiraclient.Field
 
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(boolean) - Method in class net.rcarz.jiraclient.Issue
 
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
 
description(String) - Method in class net.rcarz.jiraclient.Version.FluentCreate
Sets the description of the version.
deserialize(JSONObject) - Method in class net.rcarz.jiraclient.agile.Board
 
deserialize(JSONObject) - Method in class net.rcarz.jiraclient.agile.Issue
 
deserialize(JSONObject) - Method in class net.rcarz.jiraclient.agile.Sprint
 
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.agile
Represents an Agile Epic.
Epic(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Epic
Creates a new Agile resource.
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(Transition) - 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.
execute() - Method in class net.rcarz.jiraclient.Version.FluentCreate
Executes the create 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.Operation - Class in net.rcarz.jiraclient
Field update operation.
Field.ValueTuple - Class in net.rcarz.jiraclient
Value and value type pair.
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.
Filter - Class in net.rcarz.jiraclient
Represens a Jira filter.
Filter(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Filter
 
filterChangeLog(List<IssueHistory>, String) - Method in class net.rcarz.jiraclient.JiraClient
 
FIX_VERSIONS - Static variable in class net.rcarz.jiraclient.Field
 
formatDurationFromSeconds(long) - Static method in class net.rcarz.utils.WorklogUtils
Formats duration time into pretty string format Does not output seconds

G

get(RestClient, long) - Static method in class net.rcarz.jiraclient.agile.Board
Retrieves the given rapid view.
get(RestClient, long) - Static method in class net.rcarz.jiraclient.agile.Epic
Retrieves the epic matching the ID.
get(RestClient, long) - Static method in class net.rcarz.jiraclient.agile.Issue
Retrieves the issue matching the ID.
get(RestClient, String) - Static method in class net.rcarz.jiraclient.agile.Issue
Retrieves the issue matching the ID.
get(RestClient, long) - Static method in class net.rcarz.jiraclient.agile.Sprint
Retrieve all sprints related to the specified board.
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, String) - Static method in class net.rcarz.jiraclient.Filter
 
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.ProjectCategory
Retrieves the given status 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.Security
Retrieves the given security record.
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.agile.Board
Retrieves all boards visible to the session user.
getAll(RestClient, long) - Static method in class net.rcarz.jiraclient.agile.Sprint
Retrieve all sprints related to the specified board.
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.
getAssignableUsers() - Method in class net.rcarz.jiraclient.Project
 
getAssignee() - Method in class net.rcarz.jiraclient.agile.Issue
 
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
 
getAttribute(String) - Method in class net.rcarz.jiraclient.agile.AgileResource
Retrieve the specified attribute as a generic object.
getAuthor() - Method in class net.rcarz.jiraclient.agile.Comment
 
getAuthor() - Method in class net.rcarz.jiraclient.agile.Worklog
 
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
 
getAuthUri() - Static method in class net.rcarz.jiraclient.Resource
Resource base URI with API revision number.
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
 
getBacklog() - Method in class net.rcarz.jiraclient.agile.Board
 
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.
getBoard(long) - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves the board with the given ID.
getBoards() - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves all boards visible to the session user.
getBody() - Method in class net.rcarz.jiraclient.agile.Comment
 
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.
getCategory() - Method in class net.rcarz.jiraclient.Project
 
getChangeLog() - Method in class net.rcarz.jiraclient.Issue
 
getChanges() - Method in class net.rcarz.jiraclient.IssueHistory
 
getClosedSprints() - Method in class net.rcarz.jiraclient.agile.Issue
 
getColour() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
getComment() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getComment() - Method in class net.rcarz.jiraclient.WorkLog
 
getComments() - Method in class net.rcarz.jiraclient.agile.Issue
 
getComments(Object, RestClient, String) - 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.agile.Sprint
 
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.agile.Comment
 
getCreated() - Method in class net.rcarz.jiraclient.agile.Issue
 
getCreated() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getCreated() - Method in class net.rcarz.jiraclient.ChangeLogEntry
Returns the date when the change log entry was created.
getCreated() - Method in class net.rcarz.jiraclient.IssueHistory
 
getCreatedDate() - Method in class net.rcarz.jiraclient.Attachment
 
getCreatedDate() - Method in class net.rcarz.jiraclient.Comment
 
getCreatedDate() - Method in class net.rcarz.jiraclient.Issue
 
getCreatedDate() - Method in class net.rcarz.jiraclient.WorkLog
 
getCreateMetadata(RestClient, String, String) - Static method in class net.rcarz.jiraclient.Issue
 
getCreator() - Method in class net.rcarz.jiraclient.agile.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.Field
Gets a date with a time 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.agile.Issue
 
getDescription() - Method in class net.rcarz.jiraclient.agile.IssueType
 
getDescription() - Method in class net.rcarz.jiraclient.agile.Resolution
 
getDescription() - Method in class net.rcarz.jiraclient.agile.Status
 
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.ProjectCategory
 
getDescription() - Method in class net.rcarz.jiraclient.Resolution
 
getDescription() - Method in class net.rcarz.jiraclient.Security
 
getDescription() - Method in class net.rcarz.jiraclient.Status
 
getDescription() - Method in class net.rcarz.jiraclient.Version
 
getDisplayName() - Method in class net.rcarz.jiraclient.agile.User
 
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.Project
 
getEmail() - Method in class net.rcarz.jiraclient.User
 
getEmailAddress() - Method in class net.rcarz.jiraclient.agile.User
 
getEndDate() - Method in class net.rcarz.jiraclient.agile.Sprint
 
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.
getEnvironment() - Method in class net.rcarz.jiraclient.agile.Issue
 
getEpic(long) - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves the epic with the given ID.
getEpic() - Method in class net.rcarz.jiraclient.agile.Issue
 
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.agile.Board
 
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.
getField() - Method in class net.rcarz.jiraclient.IssueHistoryItem
 
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
 
getFields() - Method in class net.rcarz.jiraclient.Transition
 
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
 
getFilter(String) - Method in class net.rcarz.jiraclient.JiraClient
Retrieve the jira filter with the supplied id.
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.
getFrom() - Method in class net.rcarz.jiraclient.IssueHistoryItem
 
getFromStr() - Method in class net.rcarz.jiraclient.IssueHistoryItem
 
getFromString() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed from.
getHeaders() - Method in exception net.rcarz.jiraclient.RestException
 
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.agile.AgileResource
 
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(long) - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves the issue with the given ID.
getIssue(String) - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves the issue with the given Key.
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.
getIssueChangeLog(Issue) - Method in class net.rcarz.jiraclient.JiraClient
 
getIssueKeysAddedDuringSprint() - Method in class net.rcarz.jiraclient.greenhopper.SprintReport
 
getIssueLinks() - Method in class net.rcarz.jiraclient.Issue
 
getIssues() - Method in class net.rcarz.jiraclient.agile.Epic
 
getIssues() - Method in class net.rcarz.jiraclient.agile.Sprint
 
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
 
getIssuesWithoutEpic() - Method in class net.rcarz.jiraclient.agile.Board
 
getIssueType() - Method in class net.rcarz.jiraclient.agile.Issue
 
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.
getJql() - Method in class net.rcarz.jiraclient.Filter
 
getKey() - Method in class net.rcarz.jiraclient.agile.Epic
 
getKey() - Method in class net.rcarz.jiraclient.agile.Issue
 
getKey() - Method in class net.rcarz.jiraclient.agile.Project
 
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.
getLogonName() - Method in class net.rcarz.jiraclient.TokenCredentials
Gets the logon name representing these credentials.
getLong(Object) - Static method in class net.rcarz.jiraclient.Field
+ * Gets a long from the given object.
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.agile.AgileResource
 
getName() - Method in class net.rcarz.jiraclient.Component
 
getName() - Method in class net.rcarz.jiraclient.Filter
 
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.ProjectCategory
 
getName() - Method in class net.rcarz.jiraclient.Resolution
 
getName() - Method in class net.rcarz.jiraclient.Security
 
getName() - Method in class net.rcarz.jiraclient.Status
 
getName() - Method in class net.rcarz.jiraclient.Transition
 
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.agile.TimeTracking
 
getOriginalEstimate() - Method in class net.rcarz.jiraclient.TimeTracking
 
getOriginalEstimateSeconds() - Method in class net.rcarz.jiraclient.agile.TimeTracking
 
getOriginalEstimateSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getOriginBoardId() - Method in class net.rcarz.jiraclient.agile.Sprint
 
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.agile.Issue
 
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.agile.Issue
 
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.agile.TimeTracking
 
getRemainingEstimate() - Method in class net.rcarz.jiraclient.TimeTracking
 
getRemainingEstimateSeconds() - Method in class net.rcarz.jiraclient.agile.TimeTracking
 
getRemainingEstimateSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getRemoteLinks(Object, RestClient) - Static method in class net.rcarz.jiraclient.Field
Gets a list of remote links from the given object.
getRemoteLinks() - Method in class net.rcarz.jiraclient.Issue
 
getRemoteUrl() - Method in class net.rcarz.jiraclient.RemoteLink
 
getReporter() - Method in class net.rcarz.jiraclient.agile.Issue
 
getReporter() - Method in class net.rcarz.jiraclient.Issue
 
getResolution() - Method in class net.rcarz.jiraclient.agile.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.agile.AgileResource
Gets an Agile resource from the given object.
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, String) - 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, String) - Static method in class net.rcarz.jiraclient.agile.AgileResource
Gets a list of GreenHopper resources 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, String) - 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.agile.AgileClient
 
getRestclient() - Method in class net.rcarz.jiraclient.agile.AgileResource
 
getRestClient() - Method in class net.rcarz.jiraclient.JiraClient
 
getRoles() - Method in class net.rcarz.jiraclient.Project
 
getSecurity() - Method in class net.rcarz.jiraclient.Issue
 
getSelf() - Method in class net.rcarz.jiraclient.JiraClient
 
getSelf() - Method in class net.rcarz.jiraclient.Resource
Resource URL.
getSelfURL() - Method in class net.rcarz.jiraclient.agile.AgileResource
 
getSequence() - Method in class net.rcarz.jiraclient.greenhopper.RapidViewVersion
 
getSize() - Method in class net.rcarz.jiraclient.Attachment
 
getSprint(long) - Method in class net.rcarz.jiraclient.agile.AgileClient
Retrieves the sprint with the given ID.
getSprint() - Method in class net.rcarz.jiraclient.agile.Issue
 
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.agile.Board
 
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.agile.Sprint
 
getStartDate() - Method in class net.rcarz.jiraclient.greenhopper.Sprint
 
getStarted() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getStarted() - Method in class net.rcarz.jiraclient.WorkLog
 
getState() - Method in class net.rcarz.jiraclient.agile.Sprint
 
getStatus() - Method in class net.rcarz.jiraclient.agile.Issue
 
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.agile.Epic
 
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.agile.TimeTracking
 
getTimeSpent() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getTimeSpent() - Method in class net.rcarz.jiraclient.Issue
 
getTimeSpent() - Method in class net.rcarz.jiraclient.TimeTracking
 
getTimeSpent() - Method in class net.rcarz.jiraclient.WorkLog
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.agile.TimeTracking
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.TimeTracking
 
getTimeSpentSeconds() - Method in class net.rcarz.jiraclient.WorkLog
 
getTimeTracking() - Method in class net.rcarz.jiraclient.agile.Issue
 
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
 
getTimeZone() - Method in class net.rcarz.jiraclient.agile.User
 
getTitle() - Method in class net.rcarz.jiraclient.RemoteLink
 
getTo() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed to.
getTo() - Method in class net.rcarz.jiraclient.IssueHistoryItem
 
getToken() - Method in class net.rcarz.jiraclient.TokenCredentials
 
getToStatus() - Method in class net.rcarz.jiraclient.Transition
 
getToStr() - Method in class net.rcarz.jiraclient.IssueHistoryItem
 
getToString() - Method in class net.rcarz.jiraclient.ChangeLogItem
Obtains the value the field was changed to.
getTransitions() - Method in class net.rcarz.jiraclient.Issue
 
getType() - Method in class net.rcarz.jiraclient.agile.Board
 
getType() - Method in class net.rcarz.jiraclient.IssueLink
 
getType() - Method in class net.rcarz.jiraclient.Visibility
 
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.agile.Comment
 
getUpdateAuthor() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getUpdateAuthor() - Method in class net.rcarz.jiraclient.Comment
 
getUpdateAuthor() - Method in class net.rcarz.jiraclient.WorkLog
 
getUpdated() - Method in class net.rcarz.jiraclient.agile.Comment
 
getUpdated() - Method in class net.rcarz.jiraclient.agile.Issue
 
getUpdated() - Method in class net.rcarz.jiraclient.agile.Worklog
 
getUpdatedDate() - Method in class net.rcarz.jiraclient.Comment
 
getUpdatedDate() - Method in class net.rcarz.jiraclient.Issue
 
getUpdatedDate() - Method in class net.rcarz.jiraclient.WorkLog
 
getUrl() - Method in class net.rcarz.jiraclient.Resource
REST API resource URL.
getUser() - Method in class net.rcarz.jiraclient.IssueHistory
 
getValue() - Method in class net.rcarz.jiraclient.CustomFieldOption
 
getValue() - Method in class net.rcarz.jiraclient.greenhopper.EstimateSum
 
getValue() - Method in class net.rcarz.jiraclient.Visibility
 
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
 
getVisibility() - Method in class net.rcarz.jiraclient.Comment
 
getVotes() - Method in class net.rcarz.jiraclient.Issue
 
getVotes() - Method in class net.rcarz.jiraclient.Votes
 
getWatchCount() - Method in class net.rcarz.jiraclient.Watches
 
getWatchers() - Method in class net.rcarz.jiraclient.Watches
 
getWatches() - Method in class net.rcarz.jiraclient.Issue
 
getWorklogs() - Method in class net.rcarz.jiraclient.agile.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
 
globalId(String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
A globally unique identifier which uniquely identifies the remote application and the remote object within the remote system.
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

icon(String, String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
Provide an icon for the remote link.
ICredentials - Interface in net.rcarz.jiraclient
 
id - Variable in class net.rcarz.jiraclient.greenhopper.GreenHopperResource
 
id - Variable in class net.rcarz.jiraclient.Resource
 
initialize(RestClient) - Method in class net.rcarz.jiraclient.BasicCredentials
 
initialize(RestClient) - Method in interface net.rcarz.jiraclient.ICredentials
 
initialize(RestClient) - Method in class net.rcarz.jiraclient.TokenCredentials
 
isActive() - Method in class net.rcarz.jiraclient.agile.User
 
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.agile.Epic
 
isDone() - Method in class net.rcarz.jiraclient.greenhopper.GreenHopperIssue
 
isFavourite() - Method in class net.rcarz.jiraclient.Filter
 
isFlagged() - Method in class net.rcarz.jiraclient.agile.Issue
 
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.agile.IssueType
 
isSubtask() - Method in class net.rcarz.jiraclient.IssueType
 
Issue - Class in net.rcarz.jiraclient.agile
Represents an Agile Issue.
Issue(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Issue
Creates a new Agile Issue resource.
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.FluentRemoteLink - Class in net.rcarz.jiraclient
Used to create remote links.
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.NewAttachment - Class in net.rcarz.jiraclient
 
Issue.SearchResult - Class in net.rcarz.jiraclient
Issue search results structure.
ISSUE_LINKS - Static variable in class net.rcarz.jiraclient.Field
 
ISSUE_TYPE - Static variable in class net.rcarz.jiraclient.Field
 
IssueHistory - Class in net.rcarz.jiraclient
 
IssueHistory(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.IssueHistory
Creates an issue history record from a JSON payload.
IssueHistory(IssueHistory, ArrayList<IssueHistoryItem>) - Constructor for class net.rcarz.jiraclient.IssueHistory
 
IssueHistoryItem - Class in net.rcarz.jiraclient
 
IssueHistoryItem(RestClient) - Constructor for class net.rcarz.jiraclient.IssueHistoryItem
 
IssueHistoryItem(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.IssueHistoryItem
 
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.agile
Represents an Agile IssueType.
IssueType(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.IssueType
Creates a new Agile resource.
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
 
iterator() - Method in class net.rcarz.jiraclient.Issue.SearchResult
All issues found.

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.
JiraClient(HttpClient, String, ICredentials) - Constructor for class net.rcarz.jiraclient.JiraClient
Creates an authenticated JIRA client with custom HttpClient.
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.
logout(RestClient) - Method in class net.rcarz.jiraclient.BasicCredentials
 
logout(RestClient) - Method in interface net.rcarz.jiraclient.ICredentials
 
logout(RestClient) - Method in class net.rcarz.jiraclient.TokenCredentials
 

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
Meta() - Constructor for class net.rcarz.jiraclient.Field.Meta
 

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
 
name(String) - Method in class net.rcarz.jiraclient.Version.FluentCreate
Sets the name of the version.
net.rcarz.jiraclient - package net.rcarz.jiraclient
 
net.rcarz.jiraclient.agile - package net.rcarz.jiraclient.agile
 
net.rcarz.jiraclient.greenhopper - package net.rcarz.jiraclient.greenhopper
 
net.rcarz.utils - package net.rcarz.utils
 
NewAttachment(File) - Constructor for class net.rcarz.jiraclient.Issue.NewAttachment
 
NewAttachment(String, File) - Constructor for class net.rcarz.jiraclient.Issue.NewAttachment
 
NewAttachment(String, InputStream) - Constructor for class net.rcarz.jiraclient.Issue.NewAttachment
 
NewAttachment(String, byte[]) - Constructor for class net.rcarz.jiraclient.Issue.NewAttachment
 
NO_DATE - Static variable in class net.rcarz.jiraclient.greenhopper.GreenHopperField
 

O

Operation(String, Object) - Constructor for class net.rcarz.jiraclient.Field.Operation
Initialises a new update operation.

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.
post(String, Issue.NewAttachment...) - Method in class net.rcarz.jiraclient.RestClient
Executes an HTTP POST with the given path and file payloads.
Priority - Class in net.rcarz.jiraclient.agile
Represents an Agile Priority.
Priority(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Priority
Creates a new Agile resource.
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 - Class in net.rcarz.jiraclient.agile
Represents an Agile Project.
Project(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Project
Creates a new Agile resource.
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.
ProjectCategory - Class in net.rcarz.jiraclient
Represents a project category.
ProjectCategory(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.ProjectCategory
Creates a category 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.
relationship(String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
Relationship between the remote object and the JIRA issue.
released(boolean) - Method in class net.rcarz.jiraclient.Version.FluentCreate
Sets the released status of the version.
releaseDate(Date) - Method in class net.rcarz.jiraclient.Version.FluentCreate
Sets the release date of the version.
remoteLink() - Method in class net.rcarz.jiraclient.Issue
Adds a remote link to this issue.
RemoteLink - Class in net.rcarz.jiraclient
 
RemoteLink(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.RemoteLink
 
removeAttachment(String) - Method in class net.rcarz.jiraclient.Issue
Removes an attachments.
REPORTER - Static variable in class net.rcarz.jiraclient.Field
 
required - Variable in class net.rcarz.jiraclient.Field.Meta
 
Resolution - Class in net.rcarz.jiraclient.agile
Represents an Agile Resolution.
Resolution(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Resolution
Creates a new Agile resource.
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.agile.AgileResource
 
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, Header[]) - Constructor for exception net.rcarz.jiraclient.RestException
 

S

search(RestClient, String, 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, String) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and specify which fields to retrieve and expand.
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.
searchIssues(String, String, String, Integer, Integer) - Method in class net.rcarz.jiraclient.JiraClient
Search for issues with the given query and specify which fields to retrieve.
SearchResult(RestClient, String, String, String, Integer, Integer) - Constructor for class net.rcarz.jiraclient.Issue.SearchResult
 
SECURITY - Static variable in class net.rcarz.jiraclient.Field
 
Security - Class in net.rcarz.jiraclient
Represents an issue security.
Security(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Security
Creates a security from a JSON payload.
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
 
setRemoteUrl(String) - Method in class net.rcarz.jiraclient.RemoteLink
 
setTitle(String) - Method in class net.rcarz.jiraclient.RemoteLink
 
Sprint - Class in net.rcarz.jiraclient.agile
Represents an Agile Sprint.
Sprint(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Sprint
Creates a rapid view from a JSON payload.
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 - Class in net.rcarz.jiraclient.agile
Represents an Agile Status.
Status(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Status
Creates a new Agile resource.
STATUS - Static variable in class net.rcarz.jiraclient.Field
 
status(boolean, String, String, String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
The status in the remote system.
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
 
summary(String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
Textual summary of the remote object.
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.agile
Represents an Agile TimeTracking.
TimeTracking(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.TimeTracking
Creates a new Agile resource.
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
 
title(String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
The title of the remote object.
toArray(Iterable, String, 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
 
TokenCredentials - Class in net.rcarz.jiraclient
Basic HTTP authentication credentials.
TokenCredentials(String, String) - Constructor for class net.rcarz.jiraclient.TokenCredentials
Creates new basic HTTP credentials.
TokenCredentials(String) - Constructor for class net.rcarz.jiraclient.TokenCredentials
 
toString() - Method in class net.rcarz.jiraclient.agile.AgileResource
 
toString() - Method in class net.rcarz.jiraclient.agile.Comment
 
toString() - Method in class net.rcarz.jiraclient.agile.TimeTracking
 
toString() - Method in class net.rcarz.jiraclient.agile.User
 
toString() - Method in class net.rcarz.jiraclient.agile.Worklog
 
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.Filter
 
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.ProjectCategory
 
toString() - Method in class net.rcarz.jiraclient.Resolution
 
toString() - Method in class net.rcarz.jiraclient.Security
 
toString() - Method in class net.rcarz.jiraclient.Status
 
toString() - Method in class net.rcarz.jiraclient.Transition
 
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.
Transition - Class in net.rcarz.jiraclient
Represents an issue priority.
Transition(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Transition
Creates a priority from a JSON payload.
TRANSITION_TO_STATUS - Static variable in class net.rcarz.jiraclient.Field
 
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(String) - Method in class net.rcarz.jiraclient.Comment
Updates the comment body.
update(String, String, String) - Method in class net.rcarz.jiraclient.Comment
Updates the comment body with limited visibility.
update() - Method in class net.rcarz.jiraclient.Issue
Begins an update field chain.
UPDATED_DATE - Static variable in class net.rcarz.jiraclient.Field
 
url(String) - Method in class net.rcarz.jiraclient.Issue.FluentRemoteLink
A hyperlink to the object in the remote system.
User - Class in net.rcarz.jiraclient.agile
Represents an Agile User.
User(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.User
Creates a new Agile resource.
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.
ValueTuple(String, Object) - Constructor for class net.rcarz.jiraclient.Field.ValueTuple
Initialises the value tuple.
ValueTuple(Field.ValueType, Object) - Constructor for class net.rcarz.jiraclient.Field.ValueTuple
Initialises the value tuple.
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.
Version.FluentCreate - Class in net.rcarz.jiraclient
Used to chain fields to a create action.
VERSIONS - Static variable in class net.rcarz.jiraclient.Field
 
Visibility - Class in net.rcarz.jiraclient
Created by dgigon on 14/09/16.
Visibility(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.Visibility
 
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 - Class in net.rcarz.jiraclient.agile
Represents an Agile Worklog.
Worklog(RestClient, JSONObject) - Constructor for class net.rcarz.jiraclient.agile.Worklog
Creates a new Agile resource.
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.
WorklogUtils - Class in net.rcarz.utils
Created by mariusmerkevicius on 1/30/16.
WorklogUtils() - Constructor for class net.rcarz.utils.WorklogUtils
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.