Uses of Interface
jenkins.scm.api.SCMSourceOwner
Package
Description
The public API contract of the SCM API plugin.
The common implementations of classes in the public API.
-
Uses of SCMSourceOwner in jenkins.scm.api
Modifier and TypeMethodDescriptionabstract SCMSourceOwner
SCMSourceObserver.getContext()
Indicates who is asking for sources.SCMSourceObserver.Wrapped.getContext()
Indicates who is asking for sources.final SCMSourceOwner
SCMSource.getOwner()
Gets the owner.Modifier and TypeMethodDescriptionstatic Iterable<SCMSourceOwner>
SCMSourceOwners.all()
Lookup theSCMSourceOwners
.SCMSourceOwners.JenkinsItemEnumerator.iterator()
Modifier and TypeMethodDescriptionstatic List<SCMSourceDescriptor>
SCMSourceDescriptor.forOwner
(SCMSourceOwner owner) Returns the list of descriptors that are appropriate for a specified owner andSCMSourceDescriptor.isUserInstantiable()
.static List<SCMSourceDescriptor>
SCMSourceDescriptor.forOwner
(SCMSourceOwner owner, boolean onlyUserInstantiable) Returns the list of descriptors that are appropriate for a specified owner with the additional filter bySCMSourceDescriptor.isUserInstantiable()
.final void
SCMSource.setOwner
(SCMSourceOwner owner) Sets the owner.Modifier and TypeMethodDescriptionstatic List<SCMSourceDescriptor>
SCMSourceDescriptor.forOwner
(Class<? extends SCMSourceOwner> clazz) Returns the list of descriptors that are appropriate for a specified type of owner andSCMSourceDescriptor.isUserInstantiable()
.static List<SCMSourceDescriptor>
SCMSourceDescriptor.forOwner
(Class<? extends SCMSourceOwner> clazz, boolean onlyUserInstantiable) Returns the list of descriptors that are appropriate for a specified type of owner with the additional filter bySCMSourceDescriptor.isUserInstantiable()
.boolean
SCMSourceDescriptor.isApplicable
(Class<? extends SCMSourceOwner> owner) Returnstrue
if this source type is applicable to the given owner. -
Uses of SCMSourceOwner in jenkins.scm.impl
Modifier and TypeMethodDescriptionstatic List<SCMDescriptor<?>>
SingleSCMSource.DescriptorImpl.getSCMDescriptors
(SCMSourceOwner context) Returns theSCMDescriptor
instances that are appropriate for the current context.