public final class HttpRequestCompletedEvent extends Object
| Constructor and Description |
|---|
HttpRequestCompletedEvent(String url,
String httpMethod,
int statusCode,
long requestDuration,
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.