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 TypeMethodDescriptionint
boolean
-
Constructor Details
-
HTTPResponse
public HTTPResponse(javax.ws.rs.core.Response clientResponse)
-
-
Method Details
-
getLastModified
- Specified by:
getLastModified
in interfaceURLResponse
-
getContent
- Specified by:
getContent
in interfaceURLResponse
-
getStatus
public int getStatus()- Specified by:
getStatus
in interfaceURLResponse
-
getEntityTagValue
- Specified by:
getEntityTagValue
in interfaceURLResponse
-
isSuccessfullFamily
public boolean isSuccessfullFamily()- Specified by:
isSuccessfullFamily
in interfaceURLResponse
-