hudson.plugins.mantis.soap
クラス MantisSession

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.MantisSession

public final class MantisSession
extends java.lang.Object


メソッドの概要
 void addNote(int id, MantisNote note)
           
static MantisSession create(MantisSite site)
           
 java.lang.String getConfigString(java.lang.String key)
           
 MantisIssue getIssue(int id)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

create

public static MantisSession create(MantisSite site)
                            throws MantisHandlingException
例外:
MantisHandlingException

getConfigString

public java.lang.String getConfigString(java.lang.String key)
                                 throws MantisHandlingException
例外:
MantisHandlingException

getIssue

public MantisIssue getIssue(int id)
                     throws MantisHandlingException
例外:
MantisHandlingException

addNote

public void addNote(int id,
                    MantisNote note)
             throws MantisHandlingException
例外:
MantisHandlingException


Copyright © 2008. All Rights Reserved.