Uses of Interface
io.jenkins.plugins.trunk.model.service.TrackEventsRequest
Packages that use TrackEventsRequest
-
Uses of TrackEventsRequest in io.jenkins.plugins.trunk.client
Methods in io.jenkins.plugins.trunk.client with parameters of type TrackEventsRequestModifier and TypeMethodDescriptionvoid
TrunkClient.trackEvents
(TrackEventsRequest req, Metadata md) -
Uses of TrackEventsRequest in io.jenkins.plugins.trunk.model.service
Classes in io.jenkins.plugins.trunk.model.service that implement TrackEventsRequestMethods in io.jenkins.plugins.trunk.model.service that return TrackEventsRequestModifier and TypeMethodDescriptionstatic TrackEventsRequest
TrackEventsRequest.forMultipleEvents
(Repo repo, List<ActivityEventForm> events) static TrackEventsRequest
TrackEventsRequest.forSingleEvent
(Repo repo, ActivityEventForm event) Methods in io.jenkins.plugins.trunk.model.service with parameters of type TrackEventsRequestModifier 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.