Uses of Class
com.chutneytesting.jira.api.ImmutableJiraDto
-
Packages that use ImmutableJiraDto Package Description com.chutneytesting.jira.api -
-
Uses of ImmutableJiraDto in com.chutneytesting.jira.api
Methods in com.chutneytesting.jira.api that return ImmutableJiraDto Modifier and Type Method Description ImmutableJiraDtoImmutableJiraDto.Builder. build()Builds a newImmutableJiraDto.static ImmutableJiraDtoImmutableJiraDto. copyOf(JiraDto instance)Creates an immutable copy of aJiraDtovalue.ImmutableJiraDtoImmutableJiraDto. withChutneyId(String value)Copy the current immutable object by setting a value for thechutneyIdattribute.ImmutableJiraDtoImmutableJiraDto. withExecutionStatus(String value)Copy the current immutable object by setting a present value for the optionalexecutionStatusattribute.ImmutableJiraDtoImmutableJiraDto. withExecutionStatus(Optional<String> optional)Copy the current immutable object by setting an optional value for theexecutionStatusattribute.ImmutableJiraDtoImmutableJiraDto. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-