hudson.plugins.mantis.soap
インタフェース MantisSession

既知の実装クラスの一覧:
AbstractMantisSession, MantisSessionImpl, MantisSessionImpl

public interface MantisSession

作成者:
sogabe

メソッドの概要
 void addNote(int id, MantisNote note)
           
 MantisIssue getIssue(int id)
           
 java.lang.String getVersion()
           
 

メソッドの詳細

addNote

void addNote(int id,
             MantisNote note)
             throws MantisHandlingException
例外:
MantisHandlingException

getVersion

java.lang.String getVersion()
                            throws MantisHandlingException
例外:
MantisHandlingException

getIssue

MantisIssue getIssue(int id)
                     throws MantisHandlingException
例外:
MantisHandlingException


Copyright © 2009. All Rights Reserved.