Uses of Class
fr.enedis.chutney.jira.api.ImmutableJiraTestExecutionDto
Packages that use ImmutableJiraTestExecutionDto
-
Uses of ImmutableJiraTestExecutionDto in fr.enedis.chutney.jira.api
Methods in fr.enedis.chutney.jira.api that return ImmutableJiraTestExecutionDtoModifier and TypeMethodDescriptionImmutableJiraTestExecutionDto.Builder.build()Builds a newImmutableJiraTestExecutionDto.ImmutableJiraTestExecutionDto.copyOf(JiraTestExecutionDto instance) Creates an immutable copy of aJiraTestExecutionDtovalue.Copy the current immutable object by setting a value for theidattribute.ImmutableJiraTestExecutionDto.withJiraScenarios(JiraDto... elements) Copy the current immutable object with elements that replace the content ofjiraScenarios.ImmutableJiraTestExecutionDto.withJiraScenarios(Iterable<? extends JiraDto> elements) Copy the current immutable object with elements that replace the content ofjiraScenarios.