A C D E G H I J M N O P R S T U V W

A

addMembership(Membership) - Method in class org.redmine.ta.RedmineManager
Add a membership.
Attachment - Class in org.redmine.ta.beans
File Attachment for a Redmine issue
Attachment() - Constructor for class org.redmine.ta.beans.Attachment
 
AuthenticationException - Exception in org.redmine.ta
AuthenticationException is thrown when a user was not authorized (due to invalid or no API access key used when the server requires authorization) OR the user was recognized, but the user permissions do not allow the operation (e.g.
AuthenticationException(String) - Constructor for exception org.redmine.ta.AuthenticationException
 

C

Changeset - Class in org.redmine.ta.beans
Repository Change for a Redmine issue
Changeset() - Constructor for class org.redmine.ta.beans.Changeset
 
createCategory(IssueCategory) - Method in class org.redmine.ta.RedmineManager
creates a new IssueCategory for the Project contained.
createIssue(String, Issue) - Method in class org.redmine.ta.RedmineManager
Sample usage:

createProject(Project) - Method in class org.redmine.ta.RedmineManager
Sample usage:

createRelation(Integer, Integer, String) - Method in class org.redmine.ta.RedmineManager
 
createTimeEntry(TimeEntry) - Method in class org.redmine.ta.RedmineManager
 
createUser(User) - Method in class org.redmine.ta.RedmineManager
 
createVersion(Version) - Method in class org.redmine.ta.RedmineManager
creates a new Version for the Project contained.
CustomField - Class in org.redmine.ta.beans
Redmine custom field
CustomField() - Constructor for class org.redmine.ta.beans.CustomField
This default empty constructor is required for Castor XML library.
CustomField(int, String, String) - Constructor for class org.redmine.ta.beans.CustomField
 

D

delete(Membership) - Method in class org.redmine.ta.RedmineManager
 
deleteCategory(IssueCategory) - Method in class org.redmine.ta.RedmineManager
deletes an IssueCategory.
deleteIssue(Integer) - Method in class org.redmine.ta.RedmineManager
 
deleteIssueRelations(Issue) - Method in class org.redmine.ta.RedmineManager
Delete all issue's relations
deleteIssueRelationsByIssueId(Integer) - Method in class org.redmine.ta.RedmineManager
Delete relations for the given issue ID.
deleteMembership(int) - Method in class org.redmine.ta.RedmineManager
 
deleteProject(String) - Method in class org.redmine.ta.RedmineManager
 
deleteRelation(Integer) - Method in class org.redmine.ta.RedmineManager
Delete Issue Relation with the given ID.
deleteTimeEntry(Integer) - Method in class org.redmine.ta.RedmineManager
 
deleteUser(Integer) - Method in class org.redmine.ta.RedmineManager
 
deleteVersion(Version) - Method in class org.redmine.ta.RedmineManager
deletes a new Version from the Project contained.
downloadAttachmentContent(Attachment, OutputStream) - Method in class org.redmine.ta.RedmineManager
 
downloadAttachmentContent(Attachment) - Method in class org.redmine.ta.RedmineManager
Downloads the content of an Attachment from the Redmine server.

E

equals(Object) - Method in class org.redmine.ta.beans.Attachment
 
equals(Object) - Method in class org.redmine.ta.beans.Changeset
 
equals(Object) - Method in class org.redmine.ta.beans.CustomField
 
equals(Object) - Method in class org.redmine.ta.beans.Issue
 
equals(Object) - Method in class org.redmine.ta.beans.IssueCategory
 
equals(Object) - Method in class org.redmine.ta.beans.IssueRelation
 
equals(Object) - Method in class org.redmine.ta.beans.IssueStatus
 
equals(Object) - Method in class org.redmine.ta.beans.Journal
 
equals(Object) - Method in class org.redmine.ta.beans.Membership
 
equals(Object) - Method in class org.redmine.ta.beans.News
 
equals(Object) - Method in class org.redmine.ta.beans.Project
 
equals(Object) - Method in class org.redmine.ta.beans.Role
 
equals(Object) - Method in class org.redmine.ta.beans.SavedQuery
 
equals(Object) - Method in class org.redmine.ta.beans.TimeEntry
 
equals(Object) - Method in class org.redmine.ta.beans.Tracker
 
equals(Object) - Method in class org.redmine.ta.beans.User
 
equals(Object) - Method in class org.redmine.ta.beans.Version
 

G

getActivityId() - Method in class org.redmine.ta.beans.TimeEntry
 
getActivityName() - Method in class org.redmine.ta.beans.TimeEntry
 
getAssignee() - Method in class org.redmine.ta.beans.Issue
 
getAssignee() - Method in class org.redmine.ta.beans.IssueCategory
 
getAttachmentById(int) - Method in class org.redmine.ta.RedmineManager
Delivers an Attachment by its ID.
getAttachments() - Method in class org.redmine.ta.beans.Issue
 
getAuthor() - Method in class org.redmine.ta.beans.Attachment
 
getAuthor() - Method in class org.redmine.ta.beans.Issue
 
getCategories(int) - Method in class org.redmine.ta.RedmineManager
delivers a list of IssueCategorys of a Project
getCategory() - Method in class org.redmine.ta.beans.Issue
 
getChangesets() - Method in class org.redmine.ta.beans.Issue
 
getChildren(Issue) - Method in class org.redmine.ta.RedmineIssuesMap
 
getComment() - Method in class org.redmine.ta.beans.TimeEntry
 
getComments() - Method in class org.redmine.ta.beans.Changeset
 
getCommitedOn() - Method in class org.redmine.ta.beans.Changeset
 
getContentType() - Method in class org.redmine.ta.beans.Attachment
 
getContentURL() - Method in class org.redmine.ta.beans.Attachment
 
getCreatedOn() - Method in class org.redmine.ta.beans.Attachment
 
getCreatedOn() - Method in class org.redmine.ta.beans.Issue
 
getCreatedOn() - Method in class org.redmine.ta.beans.Journal
 
getCreatedOn() - Method in class org.redmine.ta.beans.News
 
getCreatedOn() - Method in class org.redmine.ta.beans.Project
 
getCreatedOn() - Method in class org.redmine.ta.beans.TimeEntry
 
getCreatedOn() - Method in class org.redmine.ta.beans.User
 
getCreatedOn() - Method in class org.redmine.ta.beans.Version
 
getCurrentUser() - Method in class org.redmine.ta.RedmineManager
 
getCustomField(String) - Method in class org.redmine.ta.beans.Issue
 
getCustomField(String) - Method in class org.redmine.ta.beans.User
 
getCustomFields() - Method in class org.redmine.ta.beans.Issue
list of Custom Field objects, NEVER NULL.
getCustomFields() - Method in class org.redmine.ta.beans.User
list of Custom Field objects, NEVER NULL.
getDelay() - Method in class org.redmine.ta.beans.IssueRelation
 
getDescription() - Method in class org.redmine.ta.beans.Attachment
 
getDescription() - Method in class org.redmine.ta.beans.Issue
Description is empty by default, not NULL.
getDescription() - Method in class org.redmine.ta.beans.News
 
getDescription() - Method in class org.redmine.ta.beans.Project
 
getDescription() - Method in class org.redmine.ta.beans.Version
 
getDoneRatio() - Method in class org.redmine.ta.beans.Issue
 
getDueDate() - Method in class org.redmine.ta.beans.Issue
 
getDueDate() - Method in class org.redmine.ta.beans.Version
 
getErrors() - Method in exception org.redmine.ta.RedmineProcessingException
 
getEstimatedHours() - Method in class org.redmine.ta.beans.Issue
 
getEvictionCheckInterval() - Method in class org.redmine.ta.RedmineOptions
 
getFileName() - Method in class org.redmine.ta.beans.Attachment
 
getFileSize() - Method in class org.redmine.ta.beans.Attachment
 
getFirstName() - Method in class org.redmine.ta.beans.User
 
getFullName() - Method in class org.redmine.ta.beans.User
 
getHomepage() - Method in class org.redmine.ta.beans.Project
 
getHours() - Method in class org.redmine.ta.beans.TimeEntry
 
getId() - Method in class org.redmine.ta.beans.Attachment
 
getId() - Method in class org.redmine.ta.beans.CustomField
 
getId() - Method in interface org.redmine.ta.beans.Identifiable
 
getId() - Method in class org.redmine.ta.beans.Issue
 
getId() - Method in class org.redmine.ta.beans.IssueCategory
 
getId() - Method in class org.redmine.ta.beans.IssueRelation
 
getId() - Method in class org.redmine.ta.beans.IssueStatus
 
getId() - Method in class org.redmine.ta.beans.Journal
 
getId() - Method in class org.redmine.ta.beans.Membership
 
getId() - Method in class org.redmine.ta.beans.News
 
getId() - Method in class org.redmine.ta.beans.Project
 
getId() - Method in class org.redmine.ta.beans.Role
 
getId() - Method in class org.redmine.ta.beans.SavedQuery
 
getId() - Method in class org.redmine.ta.beans.TimeEntry
 
getId() - Method in class org.redmine.ta.beans.Tracker
 
getId() - Method in class org.redmine.ta.beans.User
 
getId() - Method in class org.redmine.ta.beans.Version
 
getIdentifier() - Method in class org.redmine.ta.beans.Project
 
getIdleTimeout() - Method in class org.redmine.ta.RedmineOptions
 
getInherited() - Method in class org.redmine.ta.beans.Role
 
getIssueById(Integer, RedmineManager.INCLUDE...) - Method in class org.redmine.ta.RedmineManager
 
getIssueId() - Method in class org.redmine.ta.beans.IssueRelation
 
getIssueId() - Method in class org.redmine.ta.beans.TimeEntry
 
getIssues(Map<String, String>) - Method in class org.redmine.ta.RedmineManager
Generic method to search for issues.
getIssues(String, Integer, RedmineManager.INCLUDE...) - Method in class org.redmine.ta.RedmineManager
 
getIssuesBySummary(String, String) - Method in class org.redmine.ta.RedmineManager
There could be several issues with the same summary, so the method returns List.
getIssuesMap() - Method in class org.redmine.ta.RedmineIssuesMap
 
getIssueToId() - Method in class org.redmine.ta.beans.IssueRelation
 
getJournals() - Method in class org.redmine.ta.beans.Issue
 
getLastLoginOn() - Method in class org.redmine.ta.beans.User
 
getLastName() - Method in class org.redmine.ta.beans.User
 
getLink() - Method in class org.redmine.ta.beans.News
 
getLogin() - Method in class org.redmine.ta.beans.User
 
getMail() - Method in class org.redmine.ta.beans.User
This field is empty when using issues.get(i).getAssignee().getMail()
getMaxOpenConnecitons() - Method in class org.redmine.ta.RedmineOptions
 
getMembership(int) - Method in class org.redmine.ta.RedmineManager
 
getMemberships() - Method in class org.redmine.ta.beans.User
 
getMemberships(String) - Method in class org.redmine.ta.RedmineManager
 
getMemberships(Project) - Method in class org.redmine.ta.RedmineManager
 
getMessage() - Method in exception org.redmine.ta.RedmineProcessingException
 
getName() - Method in class org.redmine.ta.beans.CustomField
 
getName() - Method in class org.redmine.ta.beans.IssueCategory
 
getName() - Method in class org.redmine.ta.beans.IssueStatus
 
getName() - Method in class org.redmine.ta.beans.Project
 
getName() - Method in class org.redmine.ta.beans.Role
 
getName() - Method in class org.redmine.ta.beans.SavedQuery
 
getName() - Method in class org.redmine.ta.beans.Tracker
 
getName() - Method in class org.redmine.ta.beans.Version
 
getNews(String) - Method in class org.redmine.ta.RedmineManager
 
getNotes() - Method in class org.redmine.ta.beans.Issue
 
getNotes() - Method in class org.redmine.ta.beans.Journal
 
getObjectsPerPage() - Method in class org.redmine.ta.RedmineManager
This number of objects (tasks, projects, users) will be requested from Redmine server in 1 request.
getParentId() - Method in class org.redmine.ta.beans.Issue
Parent Issue ID, or NULL for issues without a parent.
getParentId() - Method in class org.redmine.ta.beans.Project
Redmine's REST API "get project" operation does NOT return the parent project ID.
getPassword() - Method in class org.redmine.ta.beans.User
 
getPriorityId() - Method in class org.redmine.ta.beans.Issue
 
getPriorityText() - Method in class org.redmine.ta.beans.Issue
 
getProject() - Method in class org.redmine.ta.beans.Issue
 
getProject() - Method in class org.redmine.ta.beans.IssueCategory
 
getProject() - Method in class org.redmine.ta.beans.Membership
 
getProject() - Method in class org.redmine.ta.beans.News
 
getProject() - Method in class org.redmine.ta.beans.Version
 
getProjectByKey(String) - Method in class org.redmine.ta.RedmineManager
 
getProjectId() - Method in class org.redmine.ta.beans.SavedQuery
 
getProjectId() - Method in class org.redmine.ta.beans.TimeEntry
 
getProjectName() - Method in class org.redmine.ta.beans.TimeEntry
 
getProjects() - Method in class org.redmine.ta.RedmineManager
Load the list of projects available to the user, which is represented by the API access key.
getRelations() - Method in class org.redmine.ta.beans.Issue
Relations are only loaded if you include INCLUDE.relations when loading the Issue.
getRevision() - Method in class org.redmine.ta.beans.Changeset
 
getRoles() - Method in class org.redmine.ta.beans.Membership
 
getRoles() - Method in class org.redmine.ta.RedmineManager
 
getRootLevelTasks() - Method in class org.redmine.ta.RedmineIssuesMap
 
getSavedQueries(String) - Method in class org.redmine.ta.RedmineManager
Get "saved queries" for the given project available to the current user.
getSavedQueries() - Method in class org.redmine.ta.RedmineManager
Get all "saved queries" available to the current user.
getSpentHours() - Method in class org.redmine.ta.beans.Issue
 
getSpentOn() - Method in class org.redmine.ta.beans.TimeEntry
 
getStartDate() - Method in class org.redmine.ta.beans.Issue
 
getStatus() - Method in class org.redmine.ta.beans.Version
 
getStatuses() - Method in class org.redmine.ta.RedmineManager
Delivers a list of existing IssueStatuses.
getStatusId() - Method in class org.redmine.ta.beans.Issue
 
getStatusName() - Method in class org.redmine.ta.beans.Issue
 
getSubject() - Method in class org.redmine.ta.beans.Issue
 
getTargetVersion() - Method in class org.redmine.ta.beans.Issue
 
getTimeEntries() - Method in class org.redmine.ta.RedmineManager
 
getTimeEntriesForIssue(Integer) - Method in class org.redmine.ta.RedmineManager
 
getTimeEntry(Integer) - Method in class org.redmine.ta.RedmineManager
 
getTitle() - Method in class org.redmine.ta.beans.News
 
getToken() - Method in class org.redmine.ta.beans.Attachment
 
getTracker() - Method in class org.redmine.ta.beans.Issue
 
getTrackerByName(String) - Method in class org.redmine.ta.beans.Project
 
getTrackers() - Method in class org.redmine.ta.beans.Project
 
getTrackers() - Method in class org.redmine.ta.RedmineManager
 
getType() - Method in class org.redmine.ta.beans.IssueRelation
 
getUpdatedOn() - Method in class org.redmine.ta.beans.Issue
 
getUpdatedOn() - Method in class org.redmine.ta.beans.Project
 
getUpdatedOn() - Method in class org.redmine.ta.beans.TimeEntry
 
getUpdatedOn() - Method in class org.redmine.ta.beans.Version
 
getUser() - Method in class org.redmine.ta.beans.Changeset
 
getUser() - Method in class org.redmine.ta.beans.Journal
 
getUser() - Method in class org.redmine.ta.beans.Membership
 
getUser() - Method in class org.redmine.ta.beans.News
 
getUserById(Integer) - Method in class org.redmine.ta.RedmineManager
 
getUserId() - Method in class org.redmine.ta.beans.TimeEntry
 
getUserName() - Method in class org.redmine.ta.beans.TimeEntry
 
getUsers() - Method in class org.redmine.ta.RedmineManager
Load the list of users on the server.
getValue() - Method in class org.redmine.ta.beans.CustomField
 
getVersionById(int) - Method in class org.redmine.ta.RedmineManager
 
getVersions(int) - Method in class org.redmine.ta.RedmineManager
delivers a list of Versions of a Project

H

hashCode() - Method in class org.redmine.ta.beans.Attachment
 
hashCode() - Method in class org.redmine.ta.beans.Changeset
 
hashCode() - Method in class org.redmine.ta.beans.CustomField
 
hashCode() - Method in class org.redmine.ta.beans.Issue
 
hashCode() - Method in class org.redmine.ta.beans.IssueCategory
 
hashCode() - Method in class org.redmine.ta.beans.IssueRelation
 
hashCode() - Method in class org.redmine.ta.beans.IssueStatus
 
hashCode() - Method in class org.redmine.ta.beans.Journal
 
hashCode() - Method in class org.redmine.ta.beans.Membership
 
hashCode() - Method in class org.redmine.ta.beans.News
 
hashCode() - Method in class org.redmine.ta.beans.Project
 
hashCode() - Method in class org.redmine.ta.beans.Role
 
hashCode() - Method in class org.redmine.ta.beans.SavedQuery
 
hashCode() - Method in class org.redmine.ta.beans.TimeEntry
 
hashCode() - Method in class org.redmine.ta.beans.Tracker
 
hashCode() - Method in class org.redmine.ta.beans.User
 
hashCode() - Method in class org.redmine.ta.beans.Version
 

I

Identifiable - Interface in org.redmine.ta.beans
 
isClosed() - Method in class org.redmine.ta.beans.IssueStatus
 
isDefaultStatus() - Method in class org.redmine.ta.beans.IssueStatus
 
isPublicQuery() - Method in class org.redmine.ta.beans.SavedQuery
 
Issue - Class in org.redmine.ta.beans
Redmine's Issue
Issue() - Constructor for class org.redmine.ta.beans.Issue
 
IssueCategory - Class in org.redmine.ta.beans
Redmine issue category.
IssueCategory() - Constructor for class org.redmine.ta.beans.IssueCategory
No-params constructor is required for reflective construction.
IssueCategory(Project, String) - Constructor for class org.redmine.ta.beans.IssueCategory
Constructor with some mandatory fields.
IssueRelation - Class in org.redmine.ta.beans
 
IssueRelation() - Constructor for class org.redmine.ta.beans.IssueRelation
 
IssueRelation.TYPE - Enum in org.redmine.ta.beans
 
IssueStatus - Class in org.redmine.ta.beans
Redmine Issue Status ("new", "in progress" etc)
IssueStatus() - Constructor for class org.redmine.ta.beans.IssueStatus
No-params constructor is required for reflective construction.
IssueStatus(Integer, String) - Constructor for class org.redmine.ta.beans.IssueStatus
 
isValid() - Method in class org.redmine.ta.beans.TimeEntry
 

J

Journal - Class in org.redmine.ta.beans
Redmine issue journal field
Journal() - Constructor for class org.redmine.ta.beans.Journal
This default empty constructor is required for Castor XML library.
Journal(int, String, User, Date) - Constructor for class org.redmine.ta.beans.Journal
 

M

Membership - Class in org.redmine.ta.beans
User or group membership.
Membership() - Constructor for class org.redmine.ta.beans.Membership
 

N

News - Class in org.redmine.ta.beans
 
News() - Constructor for class org.redmine.ta.beans.News
 
NotAuthorizedException - Exception in org.redmine.ta
The user was authenticated successfully, but it does not have required privileges for the operation.
NotAuthorizedException(String) - Constructor for exception org.redmine.ta.NotAuthorizedException
 
NotFoundException - Exception in org.redmine.ta
 
NotFoundException(String) - Constructor for exception org.redmine.ta.NotFoundException
 

O

org.redmine.ta - package org.redmine.ta
Use RedmineManager class from this package to communicate with Redmine servers.
org.redmine.ta.beans - package org.redmine.ta.beans
Redmine objects (Task, Project, User, Tracker, ...).

P

Project - Class in org.redmine.ta.beans
Redmine's Project.
Project() - Constructor for class org.redmine.ta.beans.Project
 

R

RedmineAuthenticationException - Exception in org.redmine.ta
User or password (or API access key) not recognized.
RedmineAuthenticationException(String) - Constructor for exception org.redmine.ta.RedmineAuthenticationException
 
RedmineCommunicationException - Exception in org.redmine.ta
Some I/O error
RedmineCommunicationException(Throwable) - Constructor for exception org.redmine.ta.RedmineCommunicationException
 
RedmineCommunicationException(String) - Constructor for exception org.redmine.ta.RedmineCommunicationException
 
RedmineCommunicationException(String, Throwable) - Constructor for exception org.redmine.ta.RedmineCommunicationException
 
RedmineConfigurationException - Exception in org.redmine.ta
Some Redmine configuration is not set properly.
RedmineConfigurationException(String, NumberFormatException) - Constructor for exception org.redmine.ta.RedmineConfigurationException
 
RedmineException - Exception in org.redmine.ta
 
RedmineException() - Constructor for exception org.redmine.ta.RedmineException
 
RedmineException(String, Throwable) - Constructor for exception org.redmine.ta.RedmineException
 
RedmineException(String) - Constructor for exception org.redmine.ta.RedmineException
 
RedmineException(Throwable) - Constructor for exception org.redmine.ta.RedmineException
 
RedmineFormatException - Exception in org.redmine.ta
 
RedmineFormatException(String) - Constructor for exception org.redmine.ta.RedmineFormatException
 
RedmineFormatException(Throwable) - Constructor for exception org.redmine.ta.RedmineFormatException
 
RedmineFormatException(String, Throwable) - Constructor for exception org.redmine.ta.RedmineFormatException
 
RedmineInternalError - Error in org.redmine.ta
Internal redmine error.
RedmineInternalError() - Constructor for error org.redmine.ta.RedmineInternalError
 
RedmineInternalError(String, Throwable) - Constructor for error org.redmine.ta.RedmineInternalError
 
RedmineInternalError(String) - Constructor for error org.redmine.ta.RedmineInternalError
 
RedmineInternalError(Throwable) - Constructor for error org.redmine.ta.RedmineInternalError
 
RedmineIssuesMap - Class in org.redmine.ta
Utility class to help convert flat list of Redmine issues to a tree-like structure.
RedmineIssuesMap(List<Issue>) - Constructor for class org.redmine.ta.RedmineIssuesMap
 
RedmineManager - Class in org.redmine.ta
Entry point for the API: use this class to communicate with Redmine servers.
RedmineManager(String) - Constructor for class org.redmine.ta.RedmineManager
 
RedmineManager(String, String, String) - Constructor for class org.redmine.ta.RedmineManager
 
RedmineManager(String, String) - Constructor for class org.redmine.ta.RedmineManager
Creates an instance of RedmineManager class.
RedmineManager(String, String, RedmineOptions) - Constructor for class org.redmine.ta.RedmineManager
Creates an instance of RedmineManager class.
RedmineManager(String, RedmineOptions) - Constructor for class org.redmine.ta.RedmineManager
 
RedmineManager(String, String, String, RedmineOptions) - Constructor for class org.redmine.ta.RedmineManager
 
RedmineManager.INCLUDE - Enum in org.redmine.ta
 
RedmineOptions - Class in org.redmine.ta
Connection pooling options.
RedmineOptions(int, int, int) - Constructor for class org.redmine.ta.RedmineOptions
Creates a new pooling config.
RedmineProcessingException - Exception in org.redmine.ta
 
RedmineProcessingException(List<String>) - Constructor for exception org.redmine.ta.RedmineProcessingException
 
RedmineSecurityException - Exception in org.redmine.ta
covers two cases: user or password not recognized authenticated successfully, but the operation is not permitted for this user
RedmineSecurityException(String) - Constructor for exception org.redmine.ta.RedmineSecurityException
 
RedmineTransportException - Exception in org.redmine.ta
 
RedmineTransportException(Throwable) - Constructor for exception org.redmine.ta.RedmineTransportException
 
RedmineTransportException(String, Throwable) - Constructor for exception org.redmine.ta.RedmineTransportException
 
RedmineTransportException(String) - Constructor for exception org.redmine.ta.RedmineTransportException
 
Role - Class in org.redmine.ta.beans
User role.
Role() - Constructor for class org.redmine.ta.beans.Role
 

S

SavedQuery - Class in org.redmine.ta.beans
 
SavedQuery() - Constructor for class org.redmine.ta.beans.SavedQuery
 
setActivityId(Integer) - Method in class org.redmine.ta.beans.TimeEntry
 
setActivityName(String) - Method in class org.redmine.ta.beans.TimeEntry
 
setAssignee(User) - Method in class org.redmine.ta.beans.Issue
 
setAssignee(User) - Method in class org.redmine.ta.beans.IssueCategory
 
setAuthor(User) - Method in class org.redmine.ta.beans.Attachment
 
setAuthor(User) - Method in class org.redmine.ta.beans.Issue
 
setCategory(IssueCategory) - Method in class org.redmine.ta.beans.Issue
 
setChangesets(List<Changeset>) - Method in class org.redmine.ta.beans.Issue
 
setClosed(boolean) - Method in class org.redmine.ta.beans.IssueStatus
 
setComment(String) - Method in class org.redmine.ta.beans.TimeEntry
 
setComments(String) - Method in class org.redmine.ta.beans.Changeset
 
setCommitedOn(Date) - Method in class org.redmine.ta.beans.Changeset
 
setContentType(String) - Method in class org.redmine.ta.beans.Attachment
 
setContentURL(String) - Method in class org.redmine.ta.beans.Attachment
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.Attachment
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.Issue
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.Journal
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.News
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.Project
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.TimeEntry
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.User
 
setCreatedOn(Date) - Method in class org.redmine.ta.beans.Version
 
setCustomFields(List<CustomField>) - Method in class org.redmine.ta.beans.Issue
NOTE: The custom field(s) must have correct database ID set to be saved to Redmine.
setCustomFields(List<CustomField>) - Method in class org.redmine.ta.beans.User
NOTE: The custom field(s) must have correct database ID set to be saved to Redmine.
setDefaultStatus(boolean) - Method in class org.redmine.ta.beans.IssueStatus
 
setDelay(Integer) - Method in class org.redmine.ta.beans.IssueRelation
 
setDescription(String) - Method in class org.redmine.ta.beans.Attachment
 
setDescription(String) - Method in class org.redmine.ta.beans.Issue
 
setDescription(String) - Method in class org.redmine.ta.beans.News
 
setDescription(String) - Method in class org.redmine.ta.beans.Project
 
setDescription(String) - Method in class org.redmine.ta.beans.Version
 
setDoneRatio(Integer) - Method in class org.redmine.ta.beans.Issue
 
setDueDate(Date) - Method in class org.redmine.ta.beans.Issue
 
setDueDate(Date) - Method in class org.redmine.ta.beans.Version
 
setEstimatedHours(Float) - Method in class org.redmine.ta.beans.Issue
 
setFileName(String) - Method in class org.redmine.ta.beans.Attachment
 
setFileSize(long) - Method in class org.redmine.ta.beans.Attachment
 
setFirstName(String) - Method in class org.redmine.ta.beans.User
 
setFullName(String) - Method in class org.redmine.ta.beans.User
This is a BIG HACK just to workaround the crappy Redmine REST API limitation.
setHomepage(String) - Method in class org.redmine.ta.beans.Project
 
setHours(Float) - Method in class org.redmine.ta.beans.TimeEntry
 
setId(Integer) - Method in class org.redmine.ta.beans.Attachment
 
setId(int) - Method in class org.redmine.ta.beans.CustomField
 
setId(Integer) - Method in class org.redmine.ta.beans.Issue
 
setId(Integer) - Method in class org.redmine.ta.beans.IssueCategory
 
setId(Integer) - Method in class org.redmine.ta.beans.IssueRelation
 
setId(Integer) - Method in class org.redmine.ta.beans.IssueStatus
 
setId(int) - Method in class org.redmine.ta.beans.Journal
 
setId(Integer) - Method in class org.redmine.ta.beans.Membership
 
setId(Integer) - Method in class org.redmine.ta.beans.News
 
setId(Integer) - Method in class org.redmine.ta.beans.Project
 
setId(Integer) - Method in class org.redmine.ta.beans.Role
 
setId(Integer) - Method in class org.redmine.ta.beans.SavedQuery
 
setId(Integer) - Method in class org.redmine.ta.beans.TimeEntry
 
setId(Integer) - Method in class org.redmine.ta.beans.Tracker
 
setId(Integer) - Method in class org.redmine.ta.beans.User
 
setId(Integer) - Method in class org.redmine.ta.beans.Version
 
setIdentifier(String) - Method in class org.redmine.ta.beans.Project
 
setInherited(Boolean) - Method in class org.redmine.ta.beans.Role
 
setIssueId(Integer) - Method in class org.redmine.ta.beans.IssueRelation
 
setIssueId(Integer) - Method in class org.redmine.ta.beans.TimeEntry
 
setIssueToId(Integer) - Method in class org.redmine.ta.beans.IssueRelation
 
setJournals(List<Journal>) - Method in class org.redmine.ta.beans.Issue
 
setLastLoginOn(Date) - Method in class org.redmine.ta.beans.User
 
setLastName(String) - Method in class org.redmine.ta.beans.User
 
setLink(String) - Method in class org.redmine.ta.beans.News
 
setLogin(String) - Method in class org.redmine.ta.beans.User
 
setLogin(String) - Method in class org.redmine.ta.RedmineManager
 
setMail(String) - Method in class org.redmine.ta.beans.User
 
setMemberships(List<Membership>) - Method in class org.redmine.ta.beans.User
 
setName(String) - Method in class org.redmine.ta.beans.CustomField
 
setName(String) - Method in class org.redmine.ta.beans.IssueCategory
 
setName(String) - Method in class org.redmine.ta.beans.IssueStatus
 
setName(String) - Method in class org.redmine.ta.beans.Project
 
setName(String) - Method in class org.redmine.ta.beans.Role
 
setName(String) - Method in class org.redmine.ta.beans.SavedQuery
 
setName(String) - Method in class org.redmine.ta.beans.Tracker
 
setName(String) - Method in class org.redmine.ta.beans.Version
 
setNotes(String) - Method in class org.redmine.ta.beans.Issue
 
setNotes(String) - Method in class org.redmine.ta.beans.Journal
 
setObjectsPerPage(int) - Method in class org.redmine.ta.RedmineManager
This number of objects (tasks, projects, users) will be requested from Redmine server in 1 request.
setParentId(Integer) - Method in class org.redmine.ta.beans.Issue
 
setParentId(Integer) - Method in class org.redmine.ta.beans.Project
 
setPassword(String) - Method in class org.redmine.ta.beans.User
 
setPassword(String) - Method in class org.redmine.ta.RedmineManager
 
setPriorityId(Integer) - Method in class org.redmine.ta.beans.Issue
 
setPriorityText(String) - Method in class org.redmine.ta.beans.Issue
Deprecated. This method has no effect when creating issues on Redmine Server, so we might as well just delete it in the future releases.
setProject(Project) - Method in class org.redmine.ta.beans.Issue
 
setProject(Project) - Method in class org.redmine.ta.beans.IssueCategory
 
setProject(Project) - Method in class org.redmine.ta.beans.Membership
 
setProject(Project) - Method in class org.redmine.ta.beans.News
 
setProject(Project) - Method in class org.redmine.ta.beans.Version
 
setProjectId(Integer) - Method in class org.redmine.ta.beans.SavedQuery
 
setProjectId(Integer) - Method in class org.redmine.ta.beans.TimeEntry
 
setProjectName(String) - Method in class org.redmine.ta.beans.TimeEntry
 
setPublicQuery(boolean) - Method in class org.redmine.ta.beans.SavedQuery
 
setRevision(String) - Method in class org.redmine.ta.beans.Changeset
 
setRoles(List<Role>) - Method in class org.redmine.ta.beans.Membership
 
setSpentHours(Float) - Method in class org.redmine.ta.beans.Issue
 
setSpentOn(Date) - Method in class org.redmine.ta.beans.TimeEntry
 
setStartDate(Date) - Method in class org.redmine.ta.beans.Issue
 
setStatus(String) - Method in class org.redmine.ta.beans.Version
 
setStatusId(Integer) - Method in class org.redmine.ta.beans.Issue
 
setStatusName(String) - Method in class org.redmine.ta.beans.Issue
 
setSubject(String) - Method in class org.redmine.ta.beans.Issue
 
setTargetVersion(Version) - Method in class org.redmine.ta.beans.Issue
 
setTitle(String) - Method in class org.redmine.ta.beans.News
 
setToken(String) - Method in class org.redmine.ta.beans.Attachment
 
setTracker(Tracker) - Method in class org.redmine.ta.beans.Issue
 
setTrackers(List<Tracker>) - Method in class org.redmine.ta.beans.Project
 
setType(String) - Method in class org.redmine.ta.beans.IssueRelation
 
setUpdatedOn(Date) - Method in class org.redmine.ta.beans.Issue
 
setUpdatedOn(Date) - Method in class org.redmine.ta.beans.Project
 
setUpdatedOn(Date) - Method in class org.redmine.ta.beans.TimeEntry
 
setUpdatedOn(Date) - Method in class org.redmine.ta.beans.Version
 
setUser(User) - Method in class org.redmine.ta.beans.Changeset
 
setUser(User) - Method in class org.redmine.ta.beans.Journal
 
setUser(User) - Method in class org.redmine.ta.beans.Membership
 
setUser(User) - Method in class org.redmine.ta.beans.News
 
setUserId(Integer) - Method in class org.redmine.ta.beans.TimeEntry
 
setUserName(String) - Method in class org.redmine.ta.beans.TimeEntry
 
setValue(String) - Method in class org.redmine.ta.beans.CustomField
 
shutdown() - Method in class org.redmine.ta.RedmineManager
Shutdowns a communicator.
simpleOptions() - Static method in class org.redmine.ta.RedmineOptions
 

T

TimeEntry - Class in org.redmine.ta.beans
 
TimeEntry() - Constructor for class org.redmine.ta.beans.TimeEntry
 
toString() - Method in class org.redmine.ta.beans.Attachment
 
toString() - Method in class org.redmine.ta.beans.Changeset
 
toString() - Method in class org.redmine.ta.beans.CustomField
 
toString() - Method in class org.redmine.ta.beans.Issue
 
toString() - Method in class org.redmine.ta.beans.IssueCategory
 
toString() - Method in class org.redmine.ta.beans.IssueRelation
 
toString() - Method in class org.redmine.ta.beans.IssueStatus
 
toString() - Method in class org.redmine.ta.beans.Journal
 
toString() - Method in class org.redmine.ta.beans.Membership
 
toString() - Method in class org.redmine.ta.beans.News
 
toString() - Method in class org.redmine.ta.beans.Project
 
toString() - Method in class org.redmine.ta.beans.Role
 
toString() - Method in class org.redmine.ta.beans.SavedQuery
 
toString() - Method in class org.redmine.ta.beans.TimeEntry
 
toString() - Method in class org.redmine.ta.beans.User
 
toString() - Method in class org.redmine.ta.beans.Version
 
Tracker - Class in org.redmine.ta.beans
Redmine's Tracker (bug/feature/task/...)
Tracker() - Constructor for class org.redmine.ta.beans.Tracker
 
Tracker(Integer, String) - Constructor for class org.redmine.ta.beans.Tracker
 

U

update(Identifiable) - Method in class org.redmine.ta.RedmineManager
 
uploadAttachment(String, String, InputStream) - Method in class org.redmine.ta.RedmineManager
Uploads an attachement.
uploadAttachment(String, String, byte[]) - Method in class org.redmine.ta.RedmineManager
Uploads an attachement.
uploadAttachment(String, File) - Method in class org.redmine.ta.RedmineManager
Uploads an attachement.
User - Class in org.redmine.ta.beans
Redmine's User.
User() - Constructor for class org.redmine.ta.beans.User
 

V

valueOf(String) - Static method in enum org.redmine.ta.beans.IssueRelation.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.redmine.ta.RedmineManager.INCLUDE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.redmine.ta.beans.IssueRelation.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.redmine.ta.RedmineManager.INCLUDE
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.redmine.ta.beans
Redmine's project versions

REMARK: currently this is only used with Issues, so only id and name are filled
Version() - Constructor for class org.redmine.ta.beans.Version
Required for reflective construction.
Version(Project, String) - Constructor for class org.redmine.ta.beans.Version
 

W

withMaxConnections(int) - Static method in class org.redmine.ta.RedmineOptions
 

A C D E G H I J M N O P R S T U V W

Copyright © 2012. All Rights Reserved.