Uses of Interface
com.almworks.jira.structure.api.attribute.subscription.AttributeSubscriptionPatch
Packages that use AttributeSubscriptionPatch
-
Uses of AttributeSubscriptionPatch in com.almworks.jira.structure.api.attribute.subscription
Methods in com.almworks.jira.structure.api.attribute.subscription that return AttributeSubscriptionPatchModifier and TypeMethodDescriptionAttributeSubscriptionPatch.addAttribute(AttributeSpec<?> attribute) AttributeSubscriptionPatch.addRows(LongList rows) AttributeSubscriptionPatch.removeAttribute(AttributeSpec<?> attribute) AttributeSubscriptionPatch.removeRows(LongList rows) AttributeSubscriptionPatch.setAttributes(Collection<? extends AttributeSpec<?>> attributes) AttributeSubscriptionPatch.setForest(ForestSpec forestSpec) AttributeSubscriptionPatch.setRows(LongList rows) Method parameters in com.almworks.jira.structure.api.attribute.subscription with type arguments of type AttributeSubscriptionPatchModifier and TypeMethodDescriptionvoidAttributeSubscription.changeSubscription(Consumer<AttributeSubscriptionPatch> changer) Updates the current subscription.