Uses of Interface
io.jenkins.plugins.trunk.model.event.ActivityEventForm
Package
Description
-
Uses of ActivityEventForm in io.jenkins.plugins.trunk
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<ActivityEventForm>
ImmutableTrackEventsRequest.events()
TrackEventsRequest.events()
Modifier 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
.Modifier 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
.