Class HTTPResponse
java.lang.Object
org.jenkinsci.plugins.urltrigger.service.HTTPResponse
- All Implemented Interfaces:
URLResponse
- Author:
- Victor Polozov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Constructor Details
-
HTTPResponse
public HTTPResponse(javax.ws.rs.core.Response clientResponse)
-
-
Method Details
-
getLastModified
- Specified by:
getLastModifiedin interfaceURLResponse
-
getContent
- Specified by:
getContentin interfaceURLResponse
-
getStatus
public int getStatus()- Specified by:
getStatusin interfaceURLResponse
-
getEntityTagValue
- Specified by:
getEntityTagValuein interfaceURLResponse
-
isSuccessfullFamily
public boolean isSuccessfullFamily()- Specified by:
isSuccessfullFamilyin interfaceURLResponse
-