public class TemporaryJobEvent extends Object
Constructor and Description |
---|
TemporaryJobEvent(double timestamp,
double duration,
String testClassName,
String testName,
String step,
Boolean success,
Map<String,Object> tags) |
Modifier and Type | Method and Description |
---|---|
double |
getDuration() |
String |
getStep() |
Map<String,Object> |
getTags() |
String |
getTestClassName() |
String |
getTestName() |
double |
getTimestamp() |
Boolean |
isSuccess() |
String |
toString() |
Copyright © 2016. All rights reserved.