Uses of Interface
jenkins.scm.api.SCMSourceOwner
Packages that use 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
Subinterfaces of SCMSourceOwner in jenkins.scm.apiMethods in jenkins.scm.api that return SCMSourceOwnerModifier and TypeMethodDescriptionabstract SCMSourceOwnerSCMSourceObserver.getContext()Indicates who is asking for sources.SCMSourceObserver.Wrapped.getContext()Indicates who is asking for sources.final SCMSourceOwnerSCMSource.getOwner()Gets the owner.Methods in jenkins.scm.api that return types with arguments of type SCMSourceOwnerModifier and TypeMethodDescriptionstatic Iterable<SCMSourceOwner>SCMSourceOwners.all()Lookup theSCMSourceOwners.SCMSourceOwners.JenkinsItemEnumerator.iterator()Methods in jenkins.scm.api with parameters of type SCMSourceOwnerModifier 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 voidSCMSource.setOwner(SCMSourceOwner owner) Sets the owner.Method parameters in jenkins.scm.api with type arguments of type SCMSourceOwnerModifier 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().booleanSCMSourceDescriptor.isApplicable(Class<? extends SCMSourceOwner> owner) Returnstrueif this source type is applicable to the given owner. -
Uses of SCMSourceOwner in jenkins.scm.impl
Methods in jenkins.scm.impl with parameters of type SCMSourceOwnerModifier and TypeMethodDescriptionstatic List<SCMDescriptor<?>>SingleSCMSource.DescriptorImpl.getSCMDescriptors(SCMSourceOwner context) Returns theSCMDescriptorinstances that are appropriate for the current context.