hudson.plugins.mantis.soap.mantis120
Class MantisSessionImpl

java.lang.Object
  extended by hudson.plugins.mantis.soap.AbstractMantisSession
      extended by hudson.plugins.mantis.soap.mantis120.MantisSessionImpl
All Implemented Interfaces:
MantisSession

public final class MantisSessionImpl
extends AbstractMantisSession


Field Summary
 
Fields inherited from class hudson.plugins.mantis.soap.AbstractMantisSession
END_POINT, site
 
Constructor Summary
MantisSessionImpl(MantisSite site)
           
 
Method Summary
 void addNote(int id, MantisNote note)
           
 MantisIssue getIssue(int id)
           
 java.lang.String getVersion()
           
 
Methods inherited from class hudson.plugins.mantis.soap.AbstractMantisSession
createClientConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MantisSessionImpl

public MantisSessionImpl(MantisSite site)
                  throws MantisHandlingException
Throws:
MantisHandlingException
Method Detail

getIssue

public MantisIssue getIssue(int id)
                     throws MantisHandlingException
Specified by:
getIssue in interface MantisSession
Specified by:
getIssue in class AbstractMantisSession
Throws:
MantisHandlingException

addNote

public void addNote(int id,
                    MantisNote note)
             throws MantisHandlingException
Specified by:
addNote in interface MantisSession
Specified by:
addNote in class AbstractMantisSession
Throws:
MantisHandlingException

getVersion

public java.lang.String getVersion()
                            throws MantisHandlingException
Specified by:
getVersion in interface MantisSession
Specified by:
getVersion in class AbstractMantisSession
Throws:
MantisHandlingException


Copyright © 2010. All Rights Reserved.