Uses of Interface
com.chutneytesting.execution.api.ExecutionSummaryDto
-
Packages that use ExecutionSummaryDto Package Description com.chutneytesting.execution.api com.chutneytesting.scenario.api.raw.dto -
-
Uses of ExecutionSummaryDto in com.chutneytesting.execution.api
Classes in com.chutneytesting.execution.api that implement ExecutionSummaryDto Modifier and Type Class Description classImmutableExecutionSummaryDtoImmutable implementation ofExecutionSummaryDto.Methods in com.chutneytesting.execution.api that return ExecutionSummaryDto Modifier and Type Method Description static ExecutionSummaryDtoExecutionSummaryDto. toDto(ExecutionHistory.ExecutionSummary executionSummary)Methods in com.chutneytesting.execution.api that return types with arguments of type ExecutionSummaryDto Modifier and Type Method Description static List<ExecutionSummaryDto>ExecutionSummaryDto. toDto(Collection<ExecutionHistory.ExecutionSummary> executionSummaryList)Methods in com.chutneytesting.execution.api with parameters of type ExecutionSummaryDto Modifier and Type Method Description static ImmutableExecutionSummaryDtoImmutableExecutionSummaryDto. copyOf(ExecutionSummaryDto instance)Creates an immutable copy of aExecutionSummaryDtovalue.ImmutableExecutionSummaryDto.BuilderImmutableExecutionSummaryDto.Builder. from(ExecutionSummaryDto instance)Fill a builder with attribute values from the providedcom.chutneytesting.execution.api.ExecutionSummaryDtoinstance.static ExecutionHistory.ExecutionSummaryExecutionSummaryDto. fromDto(ExecutionSummaryDto dto)Method parameters in com.chutneytesting.execution.api with type arguments of type ExecutionSummaryDto Modifier and Type Method Description static List<ExecutionHistory.ExecutionSummary>ExecutionSummaryDto. fromDto(Collection<ExecutionSummaryDto> executionSummaryList) -
Uses of ExecutionSummaryDto in com.chutneytesting.scenario.api.raw.dto
Methods in com.chutneytesting.scenario.api.raw.dto that return types with arguments of type ExecutionSummaryDto Modifier and Type Method Description List<ExecutionSummaryDto>GwtTestCaseDto. executions()List<ExecutionSummaryDto>GwtTestCaseMetadataDto. executions()List<ExecutionSummaryDto>ImmutableGwtTestCaseDto. executions()com.google.common.collect.ImmutableList<ExecutionSummaryDto>ImmutableGwtTestCaseMetadataDto. executions()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type ExecutionSummaryDto Modifier and Type Method Description ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.Builder. addExecutions(ExecutionSummaryDto element)Adds one element toexecutionslist.ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.Builder. addExecutions(ExecutionSummaryDto... elements)Adds elements toexecutionslist.ImmutableGwtTestCaseMetadataDto.BuilderImmutableGwtTestCaseMetadataDto.Builder. addExecutions(ExecutionSummaryDto element)Adds one element toexecutionslist.ImmutableGwtTestCaseMetadataDto.BuilderImmutableGwtTestCaseMetadataDto.Builder. addExecutions(ExecutionSummaryDto... elements)Adds elements toexecutionslist.static TestCaseIndexDtoTestCaseIndexDto. from(TestCaseMetadata testCaseMetadata, ExecutionSummaryDto execution)ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto. withExecutions(ExecutionSummaryDto... elements)Copy the current immutable object with elements that replace the content ofexecutions.ImmutableGwtTestCaseMetadataDtoImmutableGwtTestCaseMetadataDto. withExecutions(ExecutionSummaryDto... elements)Copy the current immutable object with elements that replace the content ofexecutions.Method parameters in com.chutneytesting.scenario.api.raw.dto with type arguments of type ExecutionSummaryDto Modifier and Type Method Description ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.Builder. addAllExecutions(Iterable<? extends ExecutionSummaryDto> elements)Adds elements toexecutionslist.ImmutableGwtTestCaseMetadataDto.BuilderImmutableGwtTestCaseMetadataDto.Builder. addAllExecutions(Iterable<? extends ExecutionSummaryDto> elements)Adds elements toexecutionslist.ImmutableGwtTestCaseDto.BuilderImmutableGwtTestCaseDto.Builder. executions(Iterable<? extends ExecutionSummaryDto> elements)Sets or replaces all elements forexecutionslist.ImmutableGwtTestCaseMetadataDto.BuilderImmutableGwtTestCaseMetadataDto.Builder. executions(Iterable<? extends ExecutionSummaryDto> elements)Sets or replaces all elements forexecutionslist.ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto. withExecutions(Iterable<? extends ExecutionSummaryDto> elements)Copy the current immutable object with elements that replace the content ofexecutions.ImmutableGwtTestCaseMetadataDtoImmutableGwtTestCaseMetadataDto. withExecutions(Iterable<? extends ExecutionSummaryDto> elements)Copy the current immutable object with elements that replace the content ofexecutions.
-