Uses of Interface
com.chutneytesting.execution.api.ExecutionSummaryDto
Packages that use ExecutionSummaryDto
-
Uses of ExecutionSummaryDto in com.chutneytesting.execution.api
Classes in com.chutneytesting.execution.api that implement ExecutionSummaryDtoMethods in com.chutneytesting.execution.api that return ExecutionSummaryDtoModifier and TypeMethodDescriptionstatic ExecutionSummaryDtoExecutionSummaryDto.toDto(ExecutionHistory.ExecutionSummary executionSummary) Methods in com.chutneytesting.execution.api that return types with arguments of type ExecutionSummaryDtoModifier and TypeMethodDescriptionstatic List<ExecutionSummaryDto>ExecutionSummaryDto.toDto(Collection<ExecutionHistory.ExecutionSummary> executionSummaryList) Methods in com.chutneytesting.execution.api with parameters of type ExecutionSummaryDtoModifier and TypeMethodDescriptionstatic ImmutableExecutionSummaryDtoImmutableExecutionSummaryDto.copyOf(ExecutionSummaryDto instance) Creates an immutable copy of aExecutionSummaryDtovalue.ImmutableExecutionSummaryDto.Builder.from(ExecutionSummaryDto instance) Fill a builder with attribute values from the providedcom.chutneytesting.execution.api.ExecutionSummaryDtoinstance.ExecutionSummaryDto.fromDto(ExecutionSummaryDto dto) Method parameters in com.chutneytesting.execution.api with type arguments of type ExecutionSummaryDtoModifier and TypeMethodDescriptionExecutionSummaryDto.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 ExecutionSummaryDtoModifier and TypeMethodDescriptionGwtTestCaseDto.executions()GwtTestCaseMetadataDto.executions()ImmutableGwtTestCaseDto.executions()com.google.common.collect.ImmutableList<ExecutionSummaryDto>ImmutableGwtTestCaseMetadataDto.executions()Methods in com.chutneytesting.scenario.api.raw.dto with parameters of type ExecutionSummaryDtoModifier and TypeMethodDescriptionImmutableGwtTestCaseDto.Builder.addExecutions(ExecutionSummaryDto element) Adds one element toexecutionslist.ImmutableGwtTestCaseDto.Builder.addExecutions(ExecutionSummaryDto... elements) Adds elements toexecutionslist.ImmutableGwtTestCaseMetadataDto.Builder.addExecutions(ExecutionSummaryDto element) Adds one element toexecutionslist.ImmutableGwtTestCaseMetadataDto.Builder.addExecutions(ExecutionSummaryDto... elements) Adds elements toexecutionslist.static TestCaseIndexDtoTestCaseIndexDto.from(TestCaseMetadata testCaseMetadata, ExecutionSummaryDto execution) final ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto.withExecutions(ExecutionSummaryDto... elements) Copy the current immutable object with elements that replace the content ofexecutions.ImmutableGwtTestCaseMetadataDto.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 ExecutionSummaryDtoModifier and TypeMethodDescriptionImmutableGwtTestCaseDto.Builder.addAllExecutions(Iterable<? extends ExecutionSummaryDto> elements) Adds elements toexecutionslist.ImmutableGwtTestCaseMetadataDto.Builder.addAllExecutions(Iterable<? extends ExecutionSummaryDto> elements) Adds elements toexecutionslist.ImmutableGwtTestCaseDto.Builder.executions(Iterable<? extends ExecutionSummaryDto> elements) Sets or replaces all elements forexecutionslist.ImmutableGwtTestCaseMetadataDto.Builder.executions(Iterable<? extends ExecutionSummaryDto> elements) Sets or replaces all elements forexecutionslist.final ImmutableGwtTestCaseDtoImmutableGwtTestCaseDto.withExecutions(Iterable<? extends ExecutionSummaryDto> elements) Copy the current immutable object with elements that replace the content ofexecutions.ImmutableGwtTestCaseMetadataDto.withExecutions(Iterable<? extends ExecutionSummaryDto> elements) Copy the current immutable object with elements that replace the content ofexecutions.