Uses of Class
hudson.plugins.mantis.MantisHandlingException

Packages that use MantisHandlingException
hudson.plugins.mantis   
hudson.plugins.mantis.soap   
hudson.plugins.mantis.soap.mantis110   
hudson.plugins.mantis.soap.mantis120   
 

Uses of MantisHandlingException in hudson.plugins.mantis
 

Methods in hudson.plugins.mantis that throw MantisHandlingException
 MantisIssue MantisSite.getIssue(int id)
           
 void MantisSite.updateIssue(int id, java.lang.String text, boolean keepNotePrivate)
           
 

Uses of MantisHandlingException in hudson.plugins.mantis.soap
 

Methods in hudson.plugins.mantis.soap that throw MantisHandlingException
 void MantisSession.addNote(int id, MantisNote note)
           
abstract  void AbstractMantisSession.addNote(int id, MantisNote note)
           
 MantisIssue MantisSession.getIssue(int id)
           
abstract  MantisIssue AbstractMantisSession.getIssue(int id)
           
static MantisSession MantisSessionFactory.getSession(MantisSite site)
           
 java.lang.String MantisSession.getVersion()
           
abstract  java.lang.String AbstractMantisSession.getVersion()
           
 

Uses of MantisHandlingException in hudson.plugins.mantis.soap.mantis110
 

Methods in hudson.plugins.mantis.soap.mantis110 that throw MantisHandlingException
 void MantisSessionImpl.addNote(int id, MantisNote note)
           
 MantisIssue MantisSessionImpl.getIssue(int id)
           
 java.lang.String MantisSessionImpl.getVersion()
           
 

Constructors in hudson.plugins.mantis.soap.mantis110 that throw MantisHandlingException
MantisSessionImpl(MantisSite site)
           
 

Uses of MantisHandlingException in hudson.plugins.mantis.soap.mantis120
 

Methods in hudson.plugins.mantis.soap.mantis120 that throw MantisHandlingException
 void MantisSessionImpl.addNote(int id, MantisNote note)
           
 MantisIssue MantisSessionImpl.getIssue(int id)
           
 java.lang.String MantisSessionImpl.getVersion()
           
 

Constructors in hudson.plugins.mantis.soap.mantis120 that throw MantisHandlingException
MantisSessionImpl(MantisSite site)
           
 



Copyright © 2010. All Rights Reserved.