org.jclouds.jenkins.v1.features
Interface ComputerApi


public interface ComputerApi

Computer Services

Author:
Adrian Cole
See Also:
ComputerAsyncApi, api doc

Method Summary
 Computer get(String displayName)
           
 ComputerView getView()
           
 

Method Detail

getView

ComputerView getView()
Returns:
overview of all configured computers

get

Computer get(String displayName)
Parameters:
displayName - display name of the computer
Returns:
computer or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.