| Package | Description |
|---|---|
| org.nuiton.jredmine.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Attachment
A file attachment from redmine server.
|
class |
Issue
An issue on redmine's server.
|
class |
IssueCategory |
class |
IssuePriority |
class |
IssueStatus |
class |
News |
class |
Project
redmine project
|
class |
TimeEntry
Created: 31 déc.
|
class |
Tracker |
class |
User |
class |
Version |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IdAble> |
IdAbles.ID_ABLE_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdAble> |
IdAbles.byId(int id,
T... datas) |
static <T extends IdAble> |
IdAbles.byIds(Class<T> type,
T[] result,
Integer... ids) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdAble> |
IdAbles.byIds(Class<T> type,
T[] result,
Integer... ids) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IdAble> |
IdAbles.byId(int id,
T... datas) |
static <T extends IdAble> |
IdAbles.byIds(Class<T> type,
T[] result,
Integer... ids) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.