Uses of Class
jenkins.scm.api.SCMSourceDescriptor
Packages that use SCMSourceDescriptor
Package
Description
The public API contract of the SCM API plugin.
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.The common implementations of classes in the public API.
-
Uses of SCMSourceDescriptor in jenkins.scm.api
Methods in jenkins.scm.api that return SCMSourceDescriptorMethods in jenkins.scm.api that return types with arguments of type SCMSourceDescriptorModifier and TypeMethodDescriptionstatic List<SCMSourceDescriptor>SCMSourceDescriptor.forOwner(Class<? extends SCMSourceOwner> clazz) Returns the list of descriptors that are appropriate for a specified type of owner andisUserInstantiable().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 byisUserInstantiable().static List<SCMSourceDescriptor>SCMSourceDescriptor.forOwner(SCMSourceOwner owner) Returns the list of descriptors that are appropriate for a specified owner andisUserInstantiable().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 byisUserInstantiable().Methods in jenkins.scm.api with parameters of type SCMSourceDescriptorModifier and TypeMethodDescriptionfinal booleanSCMFileSystem.Builder.supports(SCMSourceDescriptor descriptor) Checks if thisSCMFileSystem.Buildersupports the suppliedSCMSourceDescriptor.static booleanSCMFileSystem.supports(SCMSourceDescriptor descriptor) Given aSCMSourceDescriptorthis method will check if there is at least oneSCMFileSystemprovider capable of being instantiated from the descriptor'sSCMSource.protected abstract booleanSCMFileSystem.Builder.supportsDescriptor(SCMSourceDescriptor descriptor) Checks if thisSCMFileSystem.Buildersupports the suppliedSCMSourceDescriptor. -
Uses of SCMSourceDescriptor in jenkins.scm.api.trait
Methods in jenkins.scm.api.trait with parameters of type SCMSourceDescriptorModifier and TypeMethodDescriptionstatic List<SCMSourceTraitDescriptor>SCMSourceTrait._for(SCMSourceDescriptor scmSource, Class<? extends SCMSourceContext> contextClass, Class<? extends SCMBuilder> builderClass) Returns the subset ofSCMSourceTraitDescriptorinstances that are applicable to the specifiedSCMSourceDescriptorand specified types ofSCMNavigatorContextandSCMSourceBuilder.booleanSCMSourceTraitDescriptor.isApplicableTo(SCMSourceDescriptor descriptor) Checks if theSCMSourceTraitis relevant to the specifiedSCMSourceDescriptor.booleanSCMNavigatorTraitDescriptor.isApplicableToSource(SCMSourceDescriptor descriptor) Checks if theSCMNavigatorTraitis relevant to the specifiedSCMSourceDescriptor. -
Uses of SCMSourceDescriptor in jenkins.scm.impl
Subclasses of SCMSourceDescriptor in jenkins.scm.impl