hudson.plugins.mantis.soap
Interface MantisSession

All Known Implementing Classes:
AbstractMantisSession, MantisSessionImpl, MantisSessionImpl

public interface MantisSession

Author:
sogabe

Method Summary
 void addNote(int id, MantisNote note)
           
 MantisIssue getIssue(int id)
           
 java.lang.String getVersion()
           
 

Method Detail

addNote

void addNote(int id,
             MantisNote note)
             throws MantisHandlingException
Throws:
MantisHandlingException

getVersion

java.lang.String getVersion()
                            throws MantisHandlingException
Throws:
MantisHandlingException

getIssue

MantisIssue getIssue(int id)
                     throws MantisHandlingException
Throws:
MantisHandlingException


Copyright © 2010. All Rights Reserved.