Java client API

Use the Java client API to write Java programs that access the Management Console.

Programs created using the Java client API run on a client host and access data on the Management Console. The Java client API consists of a .jar file containing classes that define Management Console objects methods that provide operations on those objects.

Java SDK 1.5 or 1.6 is required for use with the Java client API.

Documentation is provided in JavaDocs.

Note: A Build Forge user must be defined on the Management Console for programs to use to authenticate.

Feedback