org.jfrog.build.client.bintrayResponse
Class EmptyBintrayResponse

java.lang.Object
  extended by org.jfrog.build.client.bintrayResponse.BintrayResponse
      extended by org.jfrog.build.client.bintrayResponse.EmptyBintrayResponse

public class EmptyBintrayResponse
extends BintrayResponse

This is an empty response that contains only the status code. used in any case BintrayResponseFactory will be unable to retrieve the response content from Http.


Constructor Summary
EmptyBintrayResponse(int status)
           
 
Method Summary
 boolean isSuccessful()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyBintrayResponse

public EmptyBintrayResponse(int status)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isSuccessful

public boolean isSuccessful()
Specified by:
isSuccessful in class BintrayResponse