Uses of Class
io.jenkins.plugins.trunk.model.service.ImmutableTrackEventsRequest.Builder
-
Uses of ImmutableTrackEventsRequest.Builder in io.jenkins.plugins.trunk.model.service
Modifier and TypeMethodDescriptionImmutableTrackEventsRequest.Builder.addAllEvents
(Iterable<? extends ActivityEventForm> elements) Adds elements toevents
list.ImmutableTrackEventsRequest.Builder.addEvents
(ActivityEventForm element) Adds one element toevents
list.ImmutableTrackEventsRequest.Builder.addEvents
(ActivityEventForm... elements) Adds elements toevents
list.ImmutableTrackEventsRequest.builder()
Creates a builder forImmutableTrackEventsRequest
.ImmutableTrackEventsRequest.Builder.events
(Iterable<? extends ActivityEventForm> elements) Sets or replaces all elements forevents
list.ImmutableTrackEventsRequest.Builder.from
(TrackEventsRequest instance) Fill a builder with attribute values from the providedTrackEventsRequest
instance.Initializes the value for therepo
attribute.