Uses of Interface
io.jenkins.plugins.trunk.model.service.TrackEventsRequest
-
Uses of TrackEventsRequest in io.jenkins.plugins.trunk.client
Modifier and TypeMethodDescriptionvoid
TrunkClient.trackEvents
(TrackEventsRequest req, Metadata md) -
Uses of TrackEventsRequest in io.jenkins.plugins.trunk.model.service
Modifier and TypeMethodDescriptionstatic TrackEventsRequest
TrackEventsRequest.forMultipleEvents
(Repo repo, List<ActivityEventForm> events) static TrackEventsRequest
TrackEventsRequest.forSingleEvent
(Repo repo, ActivityEventForm event) Modifier and TypeMethodDescriptionstatic ImmutableTrackEventsRequest
ImmutableTrackEventsRequest.copyOf
(TrackEventsRequest instance) Creates an immutable copy of aTrackEventsRequest
value.ImmutableTrackEventsRequest.Builder.from
(TrackEventsRequest instance) Fill a builder with attribute values from the providedTrackEventsRequest
instance.