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
| クラス 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 © 2010. All Rights Reserved.