hudson.plugins.mantis.soap
クラス AbstractMantisSession

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.AbstractMantisSession
すべての実装されたインタフェース:
MantisSession
直系の既知のサブクラス:
MantisSessionImpl, MantisSessionImpl

public abstract class AbstractMantisSession
extends java.lang.Object
implements MantisSession

Abstarct MantisSession class.

作成者:
Seiji Sogabe

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

フィールドの詳細

END_POINT

protected static final java.lang.String END_POINT
関連項目:
定数フィールド値

site

protected MantisSite site
コンストラクタの詳細

AbstractMantisSession

public AbstractMantisSession()
メソッドの詳細

addNote

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

getIssue

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

getVersion

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

createClientConfig

protected org.apache.axis.EngineConfiguration createClientConfig()


Copyright © 2009. All Rights Reserved.