- generateEventsFromFiles(List<OverthereFile>) - Method in interface com.xebialabs.xlt.plugin.api.resultparser.TestResultParser
-
Parse a list of
OverthereFiles into one or more lists
of
Events that represent a
TestRun.
- get(String) - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getCreatedAt() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getDuration() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getDuration() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getDuration() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
Get the duration in milliseconds.
- getDuration() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
Returns the duration of the Test Run in milliseconds.
- getEvent() - Method in exception com.xebialabs.xlt.plugin.api.testrun.InvalidEventException
-
Get the invalid event.
- getEvent() - Method in exception com.xebialabs.xlt.plugin.api.testrun.TestRunNotImportedInChronologicalOrderException
-
- getEventsBetween(long, long, Map<String, Object>) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
- getEventsForTestRun(TestRun, Map<String, Object>) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
- getFailureReason() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
If the qualification failed, return the reason the qualification failed.
- getFiles() - Method in exception com.xebialabs.xlt.plugin.api.resultparser.UnexpectedFormatException
-
- getFinishedTime() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
Returns the time the Test Run finished, or null if the Test Run is still ongoing.
- getFirstError() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getHierarchy() - Method in exception com.xebialabs.xlt.plugin.api.testrun.DuplicateHierarchyException
-
- getHierarchy() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getHttpStatusCode() - Method in exception com.xebialabs.xlt.plugin.api.resultparser.ImportException
-
- getId() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getId() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
Get the ID of the Test Run.
- getLaterTestRuns(TestRun, int) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Get at most max
TestRuns after 'testRun'.
- getLatestEvent() - Method in exception com.xebialabs.xlt.plugin.api.testrun.TestRunNotImportedInChronologicalOrderException
-
- getLatestEventOfType(String, String, long, long) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Find the most recent event within the given time span of a particular type.
- getLatestQualificationResult(String) - Method in interface com.xebialabs.xlt.plugin.api.repository.QualificationsRepository
-
- getLatestTestRun(String, long, long) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
- getLatestTestRun(String, long) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
- getMaxResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getMaxResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getMaxResponseTime() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMaxResponseTimeNotOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMaxResponseTimeOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMeanResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getMeanResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getMeanResponseTime() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMeanResponseTimeNotOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getMeanResponseTimeNotOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getMeanResponseTimeNotOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMeanResponseTimeOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getMeanResponseTimeOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getMeanResponseTimeOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMinResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getMinResponseTime() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getMinResponseTime() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMinResponseTimeNotOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getMinResponseTimeOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getPreviousTestRuns(TestRun, int) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Get at most max
TestRuns before 'testRun'.
- getProperties() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getQualificationResult() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
True if the qualification for this Test Run passed, false if it did not pass or is not present.
- getRequired(String) - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getResult() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getResultEventsThatChangedFromLastRun(TestRun) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Deprecated.
- getRunKey() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getSimulationName() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getStandardDeviation() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getStandardDeviation() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getStandardDeviation() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getStandardDeviationNotOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getStandardDeviationNotOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getStandardDeviationNotOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getStandardDeviationOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.PerformanceResultsSummary
-
- getStandardDeviationOk() - Method in class com.xebialabs.xlt.plugin.api.resultparser.performance.SamplingPerformanceResultsSummary
-
- getStandardDeviationOk() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getStartTime() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
- getTags() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTestedAt() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTestRun(String) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
- getTestRunId() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTestRuns(Map<String, Object>, long, long) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Obtain all test runs within the given time span, based on a specific set of event parameters.
- getTestRunsBetween(String, long, long) - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRunsRepository
-
Obtain all test runs within the given time span.
- getTestSpecificationName() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
This is the last part of the JCR ID of a test specification.
- getTestSpecificationName() - Method in interface com.xebialabs.xlt.plugin.api.testrun.TestRun
-
Name of the test specification this run is part of.
- getTimestampAsDate() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTotalNumberOfNotOkRequests() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTotalNumberOfOkRequests() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getTotalNumberOfRequests() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-
- getType() - Method in class com.xebialabs.xlt.plugin.api.testrun.Event
-