Uses of Class
fr.enedis.chutney.jira.api.ImmutableJiraConfigurationDto
Packages that use ImmutableJiraConfigurationDto
-
Uses of ImmutableJiraConfigurationDto in fr.enedis.chutney.jira.api
Methods in fr.enedis.chutney.jira.api that return ImmutableJiraConfigurationDtoModifier and TypeMethodDescriptionImmutableJiraConfigurationDto.Builder.build()Builds a newImmutableJiraConfigurationDto.ImmutableJiraConfigurationDto.copyOf(JiraConfigurationDto instance) Creates an immutable copy of aJiraConfigurationDtovalue.ImmutableJiraConfigurationDto.withPassword(String value) Copy the current immutable object by setting a value for thepasswordattribute.ImmutableJiraConfigurationDto.withPasswordProxy(String value) Copy the current immutable object by setting a present value for the optionalpasswordProxyattribute.ImmutableJiraConfigurationDto.withPasswordProxy(Optional<String> optional) Copy the current immutable object by setting an optional value for thepasswordProxyattribute.Copy the current immutable object by setting a value for theurlattribute.ImmutableJiraConfigurationDto.withUrlProxy(String value) Copy the current immutable object by setting a present value for the optionalurlProxyattribute.ImmutableJiraConfigurationDto.withUrlProxy(Optional<String> optional) Copy the current immutable object by setting an optional value for theurlProxyattribute.ImmutableJiraConfigurationDto.withUsername(String value) Copy the current immutable object by setting a value for theusernameattribute.ImmutableJiraConfigurationDto.withUserProxy(String value) Copy the current immutable object by setting a present value for the optionaluserProxyattribute.ImmutableJiraConfigurationDto.withUserProxy(Optional<String> optional) Copy the current immutable object by setting an optional value for theuserProxyattribute.