|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfrog.build.client.bintrayResponse.BintrayResponse
org.jfrog.build.client.bintrayResponse.EmptyBintrayResponse
public class EmptyBintrayResponse
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 |
|---|
public EmptyBintrayResponse(int status)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isSuccessful()
isSuccessful in class BintrayResponse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||