Uses of Interface
com.chutneytesting.jira.api.JiraTestExecutionDto
-
Packages that use JiraTestExecutionDto Package Description com.chutneytesting.jira.api -
-
Uses of JiraTestExecutionDto in com.chutneytesting.jira.api
Classes in com.chutneytesting.jira.api that implement JiraTestExecutionDto Modifier and Type Class Description classImmutableJiraTestExecutionDtoImmutable implementation ofJiraTestExecutionDto.Methods in com.chutneytesting.jira.api that return JiraTestExecutionDto Modifier and Type Method Description JiraTestExecutionDtoJiraModuleController. getScenariosByCampaignExecutionId(String campaignExecutionId)Methods in com.chutneytesting.jira.api with parameters of type JiraTestExecutionDto Modifier and Type Method Description static ImmutableJiraTestExecutionDtoImmutableJiraTestExecutionDto. copyOf(JiraTestExecutionDto instance)Creates an immutable copy of aJiraTestExecutionDtovalue.ImmutableJiraTestExecutionDto.BuilderImmutableJiraTestExecutionDto.Builder. from(JiraTestExecutionDto instance)Fill a builder with attribute values from the providedJiraTestExecutionDtoinstance.
-