Modifier and Type | Class and Description |
---|---|
class |
HttpAuthenticationFailureHandlerModuleDescriptor |
class |
HttpAuthenticationHandlerModuleDescriptor |
class |
HttpAuthenticationSuccessHandlerModuleDescriptor |
class |
SshAuthenticationFailureHandlerModuleDescriptor |
class |
SshAuthenticationHandlerModuleDescriptor
Module descriptor for custom ssh key authenticators.
|
class |
SshAuthenticationSuccessHandlerModuleDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
CommitPropertyProviderModuleDescriptor
Deprecated.
in 8.13.1 for removal in 9.0. See
CommitPropertyConfigurationModuleDescriptor for a replacement
module descriptor for providing commit properties on commit enrichment. |
Modifier and Type | Class and Description |
---|---|
class |
HomeUpdateHandlerModuleDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
BaseScmHookModuleDescriptor<T>
Base implementation for scm hook module descriptor.
|
Modifier and Type | Method and Description |
---|---|
int |
BaseScmHookModuleDescriptor.compareTo(BaseWeightedModuleDescriptor<T> otherDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
CommitPropertyConfigurationModuleDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
MigrationHandlerModuleDescriptor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScmRequestHandlerModuleDescriptor<T>
A base class for constructing module descriptors for
ScmRequest handlers. |
class |
ScmModuleDescriptor
ModuleDescriptor which interprets <scm/> tags in atlassian-plugin.xml . |
class |
ScmRequestCheckModuleDescriptor
Provides an
ScmRequestCheck implementation used by the ScmRequestCheckService . |
Modifier and Type | Method and Description |
---|---|
int |
BaseWeightedModuleDescriptor.compareTo(BaseWeightedModuleDescriptor<T> otherDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
HttpScmRequestHandlerModuleDescriptor
Module descriptor for providing
HttpScmRequestHandler implementations. |
Modifier and Type | Class and Description |
---|---|
class |
SshScmRequestHandlerModuleDescriptor
Module descriptor for providing
SshScmRequestHandler implementations. |
Modifier and Type | Class and Description |
---|---|
class |
SshCommandFactoryModuleDescriptor
Module descriptor for providing
SshCommandFactory implementations. |
Modifier and Type | Class and Description |
---|---|
class |
UserErasureModuleDescriptor
Module Descriptor for providing
user erasure handlers . |
Modifier and Type | Method and Description |
---|---|
static <T,M extends BaseWeightedModuleDescriptor<T>> |
ModuleDescriptorUtils.toSortedModules(Collection<M> descriptors)
Convert a
Collection of BaseWeightedModuleDescriptor into a Stream of T
(sorted by BaseWeightedModuleDescriptor's weight), where T is the type
returned by ModuleDescriptor.getModule() . |
static <T,M extends BaseWeightedModuleDescriptor<T>> |
ModuleDescriptorUtils.toSortedModules(Stream<M> descriptors)
Convert a
Stream of BaseWeightedModuleDescriptor into a Stream of T
(sorted by BaseWeightedModuleDescriptor's weight), where T is the type
returned by ModuleDescriptor.getModule() . |
Copyright © 2024 Atlassian. All rights reserved.