org.jfrog.build.client.bintrayResponse
Class BintrayResponse

java.lang.Object
  extended by org.jfrog.build.client.bintrayResponse.BintrayResponse
Direct Known Subclasses:
BintrayFailure, BintraySuccess, EmptyBintrayResponse

public abstract class BintrayResponse
extends java.lang.Object


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

Constructor Detail

BintrayResponse

public BintrayResponse()
Method Detail

isSuccessful

public abstract boolean isSuccessful()