org.jclouds.jenkins.v1
Interface JenkinsAsyncApi


public interface JenkinsAsyncApi

Provides asynchronous access to Jenkins via their REST API.

Author:
Adrian Cole
See Also:
JenkinsApi, api doc

Method Summary
 ComputerAsyncApi getComputerApi()
          Provides asynchronous access to Computer features.
 JobAsyncApi getJobApi()
          Provides asynchronous access to Job features.
 com.google.common.util.concurrent.ListenableFuture<Node> getMaster()
           
 

Method Detail

getMaster

com.google.common.util.concurrent.ListenableFuture<Node> getMaster()
See Also:
JenkinsApi.getMaster()

getComputerApi

ComputerAsyncApi getComputerApi()
Provides asynchronous access to Computer features.


getJobApi

JobAsyncApi getJobApi()
Provides asynchronous access to Job features.



Copyright © 2009-2012 jclouds. All Rights Reserved.