ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.Builder.build() |
|
static ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.copyOf(ExecutionSummaryDto instance) |
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withDatasetId(String value) |
Copy the current immutable object by setting a present value for the optional datasetId attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withDatasetId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the datasetId attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withDatasetVersion(int value) |
Copy the current immutable object by setting a present value for the optional datasetVersion attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withDatasetVersion(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the datasetVersion attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withDuration(long value) |
Copy the current immutable object by setting a value for the duration attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withEnvironment(String value) |
Copy the current immutable object by setting a value for the environment attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withError(String value) |
Copy the current immutable object by setting a present value for the optional error attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withError(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the error attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withExecutionId(Long value) |
Copy the current immutable object by setting a value for the executionId attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withInfo(String value) |
Copy the current immutable object by setting a present value for the optional info attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withInfo(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the info attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withStatus(ServerReportStatus value) |
Copy the current immutable object by setting a value for the status attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withTestCaseTitle(String value) |
Copy the current immutable object by setting a value for the testCaseTitle attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withTime(LocalDateTime value) |
Copy the current immutable object by setting a value for the time attribute.
|
ImmutableExecutionSummaryDto |
ImmutableExecutionSummaryDto.withUser(String value) |
Copy the current immutable object by setting a value for the user attribute.
|