org.hudsonci.rest.api.internal
Class HandshakeResource

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ResourceSupport
      extended by org.hudsonci.rest.api.internal.HandshakeResource

@Named
public class HandshakeResource
extends ResourceSupport

Resource to help clients figure out if they can talk to the server or not.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ResourceSupport
log
 
Constructor Summary
HandshakeResource(SystemService systemService)
           
 
Method Summary
 String handshake(String details)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandshakeResource

@Inject
public HandshakeResource(SystemService systemService)
Method Detail

handshake

public String handshake(@HeaderParam(value="X-Hudson")
                        String details)


Copyright © 2004-2011 Hudson. All Rights Reserved.