Uses of Interface
io.jenkins.plugins.trunk.model.Repo
Package
Description
-
Uses of Repo in io.jenkins.plugins.trunk
Modifier and TypeMethodDescriptionvoid
ActivityHandler.onRunStarted
(Run<?, ?> run, List<Repo> repos) Pipeline and free style build run events. -
Uses of Repo in io.jenkins.plugins.trunk.model
Modifier and TypeMethodDescriptionstatic ImmutableRepo
Creates an immutable copy of aRepo
value.final ImmutableRepo.Builder
Fill a builder with attribute values from the providedRepo
instance.static String
Repo.getFullName
(Repo repo) -
Uses of Repo 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) Initializes the value for therepo
attribute.Copy the current immutable object by setting a value for therepo
attribute. -
Uses of Repo in io.jenkins.plugins.trunk.utils