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 ActivityEventFormMapper.newPipelineCompletedEvent(Run<?, ?> run) static ActivityEventFormMapper.newPipelineStartedEvent(Run<?, ?> run) static ActivityEventFormMapper.newStageCompletedEvent(Run<?, ?> run, org.jenkinsci.plugins.workflow.graph.FlowNode startNode, org.jenkinsci.plugins.workflow.graph.FlowNode endNode) static ActivityEventFormMapper.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 ImmutableActivityEventFormImmutableActivityEventForm.copyOf(ActivityEventForm instance) Creates an immutable copy of aActivityEventFormvalue.ImmutableActivityEventForm.Builder.from(ActivityEventForm instance) Fill a builder with attribute values from the providedActivityEventForminstance. -
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 toeventslist.ImmutableTrackEventsRequest.Builder.addEvents(ActivityEventForm... elements) Adds elements toeventslist.static TrackEventsRequestTrackEventsRequest.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 toeventslist.ImmutableTrackEventsRequest.Builder.events(Iterable<? extends ActivityEventForm> elements) Sets or replaces all elements foreventslist.static TrackEventsRequestTrackEventsRequest.forMultipleEvents(Repo repo, List<ActivityEventForm> events) ImmutableTrackEventsRequest.withEvents(Iterable<? extends ActivityEventForm> elements) Copy the current immutable object with elements that replace the content ofevents.