Uses of Class
com.riadalabs.jira.plugins.insight.services.model.AttachmentsConfiguration
Packages that use AttachmentsConfiguration
-
Uses of AttachmentsConfiguration in com.riadalabs.jira.plugins.insight.services.model
Modifier and TypeClassDescriptionfinal class
Immutable implementation ofAttachmentsConfiguration
.Methods in com.riadalabs.jira.plugins.insight.services.model that return AttachmentsConfigurationModifier and TypeMethodDescriptionabstract AttachmentsConfiguration
GlobalConfiguration.attachmentsConfig()
ImmutableGlobalConfiguration.attachmentsConfig()
Methods in com.riadalabs.jira.plugins.insight.services.model with parameters of type AttachmentsConfigurationModifier and TypeMethodDescriptionImmutableAttachmentsConfiguration.copyOf
(AttachmentsConfiguration instance) Creates an immutable copy of aAttachmentsConfiguration
value.ImmutableAttachmentsConfiguration.Builder.from
(AttachmentsConfiguration instance) Fill a builder with attribute values from the providedAttachmentsConfiguration
instance.ImmutableGlobalConfiguration.Builder.setAttachmentsConfig
(AttachmentsConfiguration attachmentsConfig) Initializes the value for theattachmentsConfig
attribute.ImmutableGlobalConfiguration.withAttachmentsConfig
(AttachmentsConfiguration value) Copy the current immutable object by setting a value for theattachmentsConfig
attribute.