Uses of Class
com.atlassian.bitbucket.scm.BaseWeightedModuleDescriptor
Packages that use BaseWeightedModuleDescriptor
Package
Description
-
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.auth
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.authModifier and TypeClassDescriptionclass
class
class
class
class
Module descriptor for custom ssh key authenticators.class
-
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.home
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.home -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.hook
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.hookModifier and TypeClassDescriptionclass
Base implementation for scm hook module descriptor.Methods in com.atlassian.bitbucket.hook with parameters of type BaseWeightedModuleDescriptorModifier and TypeMethodDescriptionint
BaseScmHookModuleDescriptor.compareTo
(BaseWeightedModuleDescriptor<T> otherDescriptor) -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.idx
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.idx -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.migration
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.migrationModifier and TypeClassDescriptionclass
-
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scm
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scmModifier and TypeClassDescriptionclass
A base class for constructing module descriptors forScmRequest
handlers.class
ModuleDescriptor
which interprets<scm/>
tags inatlassian-plugin.xml
.class
Provides anScmRequestCheck
implementation used by theScmRequestCheckService
.Methods in com.atlassian.bitbucket.scm with parameters of type BaseWeightedModuleDescriptorModifier and TypeMethodDescriptionint
BaseWeightedModuleDescriptor.compareTo
(BaseWeightedModuleDescriptor<T> otherDescriptor) -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scm.http
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scm.httpModifier and TypeClassDescriptionclass
Module descriptor for providingHttpScmRequestHandler
implementations. -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scm.ssh
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.scm.sshModifier and TypeClassDescriptionclass
Module descriptor for providingSshScmRequestHandler
implementations. -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.ssh.command
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.ssh.commandModifier and TypeClassDescriptionclass
Module descriptor for providingSshCommandFactory
implementations. -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.user
Subclasses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.user -
Uses of BaseWeightedModuleDescriptor in com.atlassian.bitbucket.util
Methods in com.atlassian.bitbucket.util with type parameters of type BaseWeightedModuleDescriptorModifier and TypeMethodDescriptionstatic <T,
M extends BaseWeightedModuleDescriptor<T>>
Stream<T>ModuleDescriptorUtils.toSortedModules
(Collection<M> descriptors) Convert aCollection
ofBaseWeightedModuleDescriptor
into aStream
ofModuleDescriptorUtils
(sorted byBaseWeightedModuleDescriptor's
weight), where T is the type returned byModuleDescriptor.getModule()
.static <T,
M extends BaseWeightedModuleDescriptor<T>>
Stream<T>ModuleDescriptorUtils.toSortedModules
(Stream<M> descriptors) Convert aStream
ofBaseWeightedModuleDescriptor
into aStream
ofModuleDescriptorUtils
(sorted byBaseWeightedModuleDescriptor's
weight), where T is the type returned byModuleDescriptor.getModule()
.