public class UpdateRun extends AbstractOperationRun
NOT_YET_RUN, UNKNOWN
Constructor and Description |
---|
UpdateRun(long runtime)
Creates run information for a successful run
|
UpdateRun(String error,
int category,
long runtime)
Create run information for a failed run
|
compareTo, getErrorCategory, getErrorMessage, getId, getResponseTime, getResultCount, getRunOrder, getRuntime, setId, setRunOrder, wasSuccessful
public UpdateRun(long runtime)
runtime
- Runtimepublic UpdateRun(String error, int category, long runtime)
error
- Error messagecategory
- Error categoryruntime
- RuntimeCopyright © 2015. All rights reserved.