Uses of Interface
io.jenkins.plugins.trunk.model.event.ActivityEventForm
Packages that use ActivityEventForm
Package
Description
-
Uses of ActivityEventForm in io.jenkins.plugins.trunk
Methods in io.jenkins.plugins.trunk that return ActivityEventFormModifier and TypeMethodDescriptionstatic ActivityEventForm
Mapper.newPipelineCompletedEvent
(Run<?, ?> run) static ActivityEventForm
Mapper.newPipelineStartedEvent
(Run<?, ?> run) static ActivityEventForm
Mapper.newStageCompletedEvent
(Run<?, ?> run, org.jenkinsci.plugins.workflow.graph.FlowNode startNode, org.jenkinsci.plugins.workflow.graph.FlowNode endNode) static ActivityEventForm
Mapper.newStageStartedEvent
(Run<?, ?> run, org.jenkinsci.plugins.workflow.graph.FlowNode node) -
Uses of ActivityEventForm in io.jenkins.plugins.trunk.model.event
Classes in io.jenkins.plugins.trunk.model.event that implement ActivityEventFormMethods in io.jenkins.plugins.trunk.model.event with parameters of type ActivityEventFormModifier and TypeMethodDescriptionstatic ImmutableActivityEventForm
ImmutableActivityEventForm.copyOf
(ActivityEventForm instance) Creates an immutable copy of aActivityEventForm
value.ImmutableActivityEventForm.Builder.from
(ActivityEventForm instance) Fill a builder with attribute values from the providedActivityEventForm
instance. -
Uses of ActivityEventForm in io.jenkins.plugins.trunk.model.service
Methods in io.jenkins.plugins.trunk.model.service that return types with arguments of type ActivityEventFormModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ActivityEventForm>
ImmutableTrackEventsRequest.events()
TrackEventsRequest.events()
Methods in io.jenkins.plugins.trunk.model.service with parameters of type ActivityEventFormModifier and TypeMethodDescriptionImmutableTrackEventsRequest.Builder.addEvents
(ActivityEventForm element) Adds one element toevents
list.ImmutableTrackEventsRequest.Builder.addEvents
(ActivityEventForm... elements) Adds elements toevents
list.static TrackEventsRequest
TrackEventsRequest.forSingleEvent
(Repo repo, ActivityEventForm event) ImmutableTrackEventsRequest.withEvents
(ActivityEventForm... elements) Copy the current immutable object with elements that replace the content ofevents
.Method parameters in io.jenkins.plugins.trunk.model.service with type arguments of type ActivityEventFormModifier and TypeMethodDescriptionImmutableTrackEventsRequest.Builder.addAllEvents
(Iterable<? extends ActivityEventForm> elements) Adds elements toevents
list.ImmutableTrackEventsRequest.Builder.events
(Iterable<? extends ActivityEventForm> elements) Sets or replaces all elements forevents
list.static TrackEventsRequest
TrackEventsRequest.forMultipleEvents
(Repo repo, List<ActivityEventForm> events) ImmutableTrackEventsRequest.withEvents
(Iterable<? extends ActivityEventForm> elements) Copy the current immutable object with elements that replace the content ofevents
.