hudson.plugins.mantis.soap.mantis110
クラス MantisSessionImpl

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.AbstractMantisSession
      上位を拡張 hudson.plugins.mantis.soap.mantis110.MantisSessionImpl
すべての実装されたインタフェース:
MantisSession

public final class MantisSessionImpl
extends AbstractMantisSession


フィールドの概要
 
クラス hudson.plugins.mantis.soap.AbstractMantisSession から継承されたフィールド
END_POINT, site
 
コンストラクタの概要
MantisSessionImpl(MantisSite site)
           
 
メソッドの概要
 void addNote(int id, MantisNote note)
           
 MantisIssue getIssue(int id)
           
 java.lang.String getVersion()
           
 
クラス hudson.plugins.mantis.soap.AbstractMantisSession から継承されたメソッド
createClientConfig
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MantisSessionImpl

public MantisSessionImpl(MantisSite site)
                  throws MantisHandlingException
例外:
MantisHandlingException
メソッドの詳細

getIssue

public MantisIssue getIssue(int id)
                     throws MantisHandlingException
定義:
インタフェース MantisSession 内の getIssue
定義:
クラス AbstractMantisSession 内の getIssue
例外:
MantisHandlingException

addNote

public void addNote(int id,
                    MantisNote note)
             throws MantisHandlingException
定義:
インタフェース MantisSession 内の addNote
定義:
クラス AbstractMantisSession 内の addNote
例外:
MantisHandlingException

getVersion

public java.lang.String getVersion()
                            throws MantisHandlingException
定義:
インタフェース MantisSession 内の getVersion
定義:
クラス AbstractMantisSession 内の getVersion
例外:
MantisHandlingException


Copyright © 2009. All Rights Reserved.