Uses of Class
io.jenkins.plugins.trunk.model.service.ImmutableTrackEventsRequest
-
Uses of ImmutableTrackEventsRequest in io.jenkins.plugins.trunk.model.service
Modifier and TypeMethodDescriptionImmutableTrackEventsRequest.Builder.build()
Builds a newImmutableTrackEventsRequest
.static ImmutableTrackEventsRequest
ImmutableTrackEventsRequest.copyOf
(TrackEventsRequest instance) Creates an immutable copy of aTrackEventsRequest
value.ImmutableTrackEventsRequest.withEvents
(ActivityEventForm... elements) Copy the current immutable object with elements that replace the content ofevents
.ImmutableTrackEventsRequest.withEvents
(Iterable<? extends ActivityEventForm> elements) Copy the current immutable object with elements that replace the content ofevents
.Copy the current immutable object by setting a value for therepo
attribute.