com.pmease.quickbuild.rest.resources
Class IdResource

java.lang.Object
  extended by com.pmease.quickbuild.rest.resources.IdResource

public class IdResource
extends java.lang.Object


Constructor Summary
IdResource()
           
 
Method Summary
 java.lang.Long get(java.lang.String userName, java.lang.String groupName, java.lang.String configurationPath, java.lang.String buildName, java.lang.String requestId)
          Null (client will get a 204 response) will be returned if id is not found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdResource

public IdResource()
Method Detail

get

public java.lang.Long get(java.lang.String userName,
                          java.lang.String groupName,
                          java.lang.String configurationPath,
                          java.lang.String buildName,
                          java.lang.String requestId)
Null (client will get a 204 response) will be returned if id is not found.

Parameters:
userName -
groupName -
configurationPath -
buildName -
requestId -
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.