public final class MantisSessionImpl extends AbstractMantisSession
END_POINT, site
コンストラクタと説明 |
---|
MantisSessionImpl(MantisSite site) |
修飾子とタイプ | メソッドと説明 |
---|---|
int |
addIssue(MantisIssue issue) |
void |
addNote(int id,
MantisNote note) |
List<MantisCategory> |
getCategories(int projectId) |
MantisIssue |
getIssue(int id) |
List<MantisProject> |
getProjects() |
String |
getVersion() |
createClientConfig
public MantisSessionImpl(MantisSite site) throws MantisHandlingException
public MantisIssue getIssue(int id) throws MantisHandlingException
getIssue
インタフェース内 MantisSession
getIssue
クラス内 AbstractMantisSession
MantisHandlingException
public void addNote(int id, MantisNote note) throws MantisHandlingException
addNote
インタフェース内 MantisSession
addNote
クラス内 AbstractMantisSession
MantisHandlingException
public String getVersion() throws MantisHandlingException
getVersion
インタフェース内 MantisSession
getVersion
クラス内 AbstractMantisSession
MantisHandlingException
public List<MantisProject> getProjects() throws MantisHandlingException
public List<MantisCategory> getCategories(int projectId) throws MantisHandlingException
public int addIssue(MantisIssue issue) throws MantisHandlingException
Copyright © 2004-2015. All Rights Reserved.