Uses of Interface
io.jenkins.plugins.trunk.model.Repo
Packages that use Repo
Package
Description
-
Uses of Repo in io.jenkins.plugins.trunk
Method parameters in io.jenkins.plugins.trunk with type arguments of type RepoModifier 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
Classes in io.jenkins.plugins.trunk.model that implement RepoMethods in io.jenkins.plugins.trunk.model that return RepoMethods in io.jenkins.plugins.trunk.model with parameters of type RepoModifier 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
Methods in io.jenkins.plugins.trunk.model.service that return RepoMethods in io.jenkins.plugins.trunk.model.service with parameters of type RepoModifier 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
Methods in io.jenkins.plugins.trunk.utils that return types with arguments of type Repo