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 |
---|---|
static DescriptorExtensionList<SCMHeadAuthority<?,?,?>,SCMHeadAuthorityDescriptor> |
SCMHeadAuthority.all()
Returns a list of all
SCMHeadAuthorityDescriptor instances. |
List<SCMHeadAuthority<?,?,?>> |
SCMSourceContext.authorities()
Returns the (possibly empty) list of
SCMHeadAuthority instances that can define trust. |
Modifier and Type | Method and Description |
---|---|
C |
SCMSourceContext.withAuthority(SCMHeadAuthority authority)
Adds an additional
SCMHeadAuthority . |
Constructor and Description |
---|
SCMHeadAuthorityDescriptor(Class<? extends SCMHeadAuthority<?,?,?>> clazz,
Class<? extends SCMSourceRequest> requestClass,
Class<? extends SCMHeadMixin> headClass,
Class<? extends SCMRevision> revisionClass)
Constructor to use when type inference using
SCMHeadAuthorityDescriptor() does not work. |
Copyright © 2016–2022. All rights reserved.