Package | Description |
---|---|
jenkins.scm.api.trait |
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations. |
Modifier and Type | Method and Description |
---|---|
SCMHeadAuthorityDescriptor |
SCMHeadAuthority.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static List<SCMHeadAuthorityDescriptor> |
SCMHeadAuthority._for(Class<? extends SCMSourceRequest> requestClass,
Class<? extends SCMHeadMixin> headClass,
Class<? extends SCMRevision> revisionClass,
Class<? extends SCMHeadOrigin>... origins)
Returns the subset of
SCMHeadAuthorityDescriptor instances applicable to the supplied criteria. |
static DescriptorExtensionList<SCMHeadAuthority<?,?,?>,SCMHeadAuthorityDescriptor> |
SCMHeadAuthority.all()
Returns a list of all
SCMHeadAuthorityDescriptor instances. |
Copyright © 2016–2022. All rights reserved.