public final class HttpRequestFailedEvent extends Object
| Constructor and Description |
|---|
HttpRequestFailedEvent(String url,
String httpMethod,
int statusCode,
long elapsed,
Map<String,String> properties) |
HttpRequestFailedEvent(String url,
String httpMethod,
String error,
long elapsed,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
Map<String,String> |
getProperties() |
long |
getRequestDuration() |
int |
getStatusCode() |
String |
getUrl() |
Copyright © 2012–2018 Atlassian. All rights reserved.