com.atlassian.jira.soap
Class Ping

java.lang.Object
  extended bycom.atlassian.jira.soap.Ping

public class Ping
extends java.lang.Object


Constructor Summary
Ping()
           
 
Method Summary
 boolean ping()
          A simple class to test that SOAP is working in a JIRA installation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping()
Method Detail

ping

public boolean ping()
A simple class to test that SOAP is working in a JIRA installation.

Returns:
should always return true!