hudson.plugins.mantis.soap
Class AbstractMantisSession
java.lang.Object
hudson.plugins.mantis.soap.AbstractMantisSession
- All Implemented Interfaces:
- MantisSession
- Direct Known Subclasses:
- MantisSessionImpl, MantisSessionImpl
public abstract class AbstractMantisSession
- extends java.lang.Object
- implements MantisSession
Abstarct MantisSession class.
- Author:
- Seiji Sogabe
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
END_POINT
protected static final java.lang.String END_POINT
- See Also:
- Constant Field Values
site
protected MantisSite site
AbstractMantisSession
public AbstractMantisSession()
addNote
public abstract void addNote(int id,
MantisNote note)
throws MantisHandlingException
- Specified by:
addNote in interface MantisSession
- Throws:
MantisHandlingException
getIssue
public abstract MantisIssue getIssue(int id)
throws MantisHandlingException
- Specified by:
getIssue in interface MantisSession
- Throws:
MantisHandlingException
getVersion
public abstract java.lang.String getVersion()
throws MantisHandlingException
- Specified by:
getVersion in interface MantisSession
- Throws:
MantisHandlingException
createClientConfig
protected org.apache.axis.EngineConfiguration createClientConfig()
Copyright © 2010. All Rights Reserved.