com.pmease.quickbuild.rest.resources
Class FileResource

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

public class FileResource
extends java.lang.Object


Constructor Summary
FileResource()
           
 
Method Summary
 java.util.List<FileInfo> list(java.lang.Long buildId, java.lang.String path)
          Null (client will get a 204 response) will be returned if specified path does not exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileResource

public FileResource()
Method Detail

list

public java.util.List<FileInfo> list(java.lang.Long buildId,
                                     java.lang.String path)
Null (client will get a 204 response) will be returned if specified path does not exist.

Parameters:
buildId -
path -
Returns:


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