public interface MantisSession
修飾子とタイプ | メソッドと説明 |
---|---|
int |
addIssue(MantisIssue issue) |
void |
addNote(int id,
MantisNote note) |
List<MantisCategory> |
getCategories(int projectId) |
MantisIssue |
getIssue(int id) |
List<MantisProject> |
getProjects() |
String |
getVersion() |
void addNote(int id, MantisNote note) throws MantisHandlingException
String getVersion() throws MantisHandlingException
MantisIssue getIssue(int id) throws MantisHandlingException
List<MantisProject> getProjects() throws MantisHandlingException
List<MantisCategory> getCategories(int projectId) throws MantisHandlingException
int addIssue(MantisIssue issue) throws MantisHandlingException
Copyright © 2004-2015. All Rights Reserved.