ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.Builder.build() |
|
static ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.copyOf(GwtTestCaseDto instance) |
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withAuthor(String value) |
Copy the current immutable object by setting a value for the author attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withCreationDate(Instant value) |
Copy the current immutable object by setting a present value for the optional creationDate attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withCreationDate(Optional<? extends Instant> optional) |
Copy the current immutable object by setting an optional value for the creationDate attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withDescription(String value) |
Copy the current immutable object by setting a present value for the optional description attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withDescription(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the description attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withExecutionParameters(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the executionParameters map with the specified map.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withExecutions(ExecutionSummaryDto... elements) |
Copy the current immutable object with elements that replace the content of executions.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withExecutions(Iterable<? extends ExecutionSummaryDto> elements) |
Copy the current immutable object with elements that replace the content of executions.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withId(String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withId(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withRepositorySource(String value) |
Copy the current immutable object by setting a present value for the optional repositorySource attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withRepositorySource(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the repositorySource attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withScenario(GwtScenarioDto value) |
Copy the current immutable object by setting a value for the scenario attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withUpdateDate(Instant value) |
Copy the current immutable object by setting a value for the updateDate attribute.
|
ImmutableGwtTestCaseDto |
ImmutableGwtTestCaseDto.withVersion(Integer value) |
Copy the current immutable object by setting a value for the version attribute.
|