ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addAllExecutions(Iterable<? extends ExecutionSummaryDto> elements) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addAllTags(Iterable<String> elements) |
Adds elements to tags list.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addExecutions(ExecutionSummaryDto element) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addExecutions(ExecutionSummaryDto... elements) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addTags(String element) |
Adds one element to tags list.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.addTags(String... elements) |
Adds elements to tags list.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.author(String author) |
Initializes the value for the author attribute.
|
static ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.builder() |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.creationDate(Instant creationDate) |
Initializes the optional value creationDate to creationDate.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.creationDate(Optional<? extends Instant> creationDate) |
Initializes the optional value creationDate to creationDate.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.description(String description) |
Initializes the optional value description to description.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.description(Optional<String> description) |
Initializes the optional value description to description.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.executionParameters(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the executionParameters map.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.executions(Iterable<? extends ExecutionSummaryDto> elements) |
Sets or replaces all elements for executions list.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.from(GwtTestCaseDto instance) |
Fill a builder with attribute values from the provided GwtTestCaseDto instance.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.id(String id) |
Initializes the optional value id to id.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.id(Optional<String> id) |
Initializes the optional value id to id.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.putAllExecutionParameters(Map<String,? extends String> entries) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.putExecutionParameters(String key,
String value) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.putExecutionParameters(Map.Entry<String,? extends String> entry) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.repositorySource(String repositorySource) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.repositorySource(Optional<String> repositorySource) |
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.scenario(GwtScenarioDto scenario) |
Initializes the value for the scenario attribute.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.tags(Iterable<String> elements) |
Sets or replaces all elements for tags list.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.title(String title) |
Initializes the value for the title attribute.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.updateDate(Instant updateDate) |
Initializes the value for the updateDate attribute.
|
ImmutableGwtTestCaseDto.Builder |
ImmutableGwtTestCaseDto.Builder.version(Integer version) |
Initializes the value for the version attribute.
|