Uses of Interface
io.jenkins.plugins.trunk.model.event.ActivityTagForm
Packages that use ActivityTagForm
-
Uses of ActivityTagForm in io.jenkins.plugins.trunk.model.event
Classes in io.jenkins.plugins.trunk.model.event that implement ActivityTagFormMethods in io.jenkins.plugins.trunk.model.event that return ActivityTagFormMethods in io.jenkins.plugins.trunk.model.event that return types with arguments of type ActivityTagFormModifier and TypeMethodDescriptionActivityPayloadForm.tags()
com.google.common.collect.ImmutableList<ActivityTagForm>
ImmutableActivityPayloadForm.tags()
com.google.common.collect.ImmutableList<ActivityTagForm>
ImmutableSequencePayloadForm.tags()
SequencePayloadForm.tags()
Methods in io.jenkins.plugins.trunk.model.event with parameters of type ActivityTagFormModifier and TypeMethodDescriptionImmutableActivityPayloadForm.Builder.addTags
(ActivityTagForm element) Adds one element totags
list.ImmutableActivityPayloadForm.Builder.addTags
(ActivityTagForm... elements) Adds elements totags
list.ImmutableSequencePayloadForm.Builder.addTags
(ActivityTagForm element) Adds one element totags
list.ImmutableSequencePayloadForm.Builder.addTags
(ActivityTagForm... elements) Adds elements totags
list.static ImmutableActivityTagForm
ImmutableActivityTagForm.copyOf
(ActivityTagForm instance) Creates an immutable copy of aActivityTagForm
value.ImmutableActivityTagForm.Builder.from
(ActivityTagForm instance) Fill a builder with attribute values from the providedActivityTagForm
instance.ImmutableActivityPayloadForm.withTags
(ActivityTagForm... elements) Copy the current immutable object with elements that replace the content oftags
.ImmutableSequencePayloadForm.withTags
(ActivityTagForm... elements) Copy the current immutable object with elements that replace the content oftags
.Method parameters in io.jenkins.plugins.trunk.model.event with type arguments of type ActivityTagFormModifier and TypeMethodDescriptionImmutableActivityPayloadForm.Builder.addAllTags
(Iterable<? extends ActivityTagForm> elements) Adds elements totags
list.ImmutableSequencePayloadForm.Builder.addAllTags
(Iterable<? extends ActivityTagForm> elements) Adds elements totags
list.ImmutableActivityPayloadForm.Builder.tags
(Iterable<? extends ActivityTagForm> elements) Sets or replaces all elements fortags
list.ImmutableSequencePayloadForm.Builder.tags
(Iterable<? extends ActivityTagForm> elements) Sets or replaces all elements fortags
list.ImmutableActivityPayloadForm.withTags
(Iterable<? extends ActivityTagForm> elements) Copy the current immutable object with elements that replace the content oftags
.ImmutableSequencePayloadForm.withTags
(Iterable<? extends ActivityTagForm> elements) Copy the current immutable object with elements that replace the content oftags
.