TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.automation.client.adapters.ant
Class AutomationClientAdapter

java.lang.Object
  extended by org.eclipse.hyades.automation.client.adapters.ant.AutomationClientAdapter

public class AutomationClientAdapter
extends java.lang.Object

These are the two included ant task definitions, the first one, named "Automation" allows for the automation of any automatable published service and the second, named "Test" allows for the automation of test-specific services, such as test execution (for example, executing a JUnit test suite defined by TPTP).


Nested Class Summary
static class AutomationClientAdapter.Automation
          This ant task is a general TPTP ant task used to request the execution of published automatable TPTP services.
static class AutomationClientAdapter.Execution
          There are more specific TPTP ant tasks that provide domain-specific interfaces to the more general TPTP automatable services (for example this is the TPTP test ant task that enables a more strongly-typed execution of tests).
static class AutomationClientAdapter.Extraction
          There are more specific TPTP ant tasks that provide domain-specific interfaces to the more general TPTP automatable services (for example this is the TPTP test ant task that enables a more strongly-typed URL content extraction operation)
static class AutomationClientAdapter.ImportExistingProjects
           
static class AutomationClientAdapter.Interrogation
          There are more specific TPTP ant tasks that provide domain-specific interfaces to the more general TPTP automatable services (for example this is the TPTP test ant task that enables a more strongly-typed interrogation of tests).
static class AutomationClientAdapter.Publication
          There are more specific TPTP ant tasks that provide domain-specific interfaces to the more general TPTP automatable services (for example this is the TPTP test ant task that enables a more strongly-typed publication of test results).
static class AutomationClientAdapter.Synchronicity
          Enumerated attribute with the values "SYNCHRONOUS" and "ASYNCHRONOUS"
static class AutomationClientAdapter.Verification
          There are more specific TPTP ant tasks that provide domain-specific interfaces to the more general TPTP automatable services (for example this is the TPTP test ant task that enables a more strongly-typed verification of tests).
 
Constructor Summary
AutomationClientAdapter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationClientAdapter

public AutomationClientAdapter()

TPTP 4.6.0 Platform Project
Public API Specification