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