Uses of Interface
com.atlassian.bamboo.plugin.descriptor.ArtifactHandlerModuleDescriptor
Packages that use ArtifactHandlerModuleDescriptor
Package
Description
-
Uses of ArtifactHandlerModuleDescriptor in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact that return ArtifactHandlerModuleDescriptorModifier and TypeMethodDescription@NotNull ArtifactHandlerModuleDescriptor
AbstractArtifactHandler.getModuleDescriptor()
@NotNull ArtifactHandlerModuleDescriptor
ArtifactHandler.getModuleDescriptor()
@NotNull ArtifactHandlerModuleDescriptor
ArtifactHandlerDecoratorSupport.getModuleDescriptor()
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescriptionvoid
AbstractArtifactHandler.init
(@NotNull ArtifactHandlerModuleDescriptor moduleDescriptor) -
Uses of ArtifactHandlerModuleDescriptor in com.atlassian.bamboo.build.artifact.handlers
Methods in com.atlassian.bamboo.build.artifact.handlers that return types with arguments of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescription@NotNull List<ArtifactHandlerModuleDescriptor>
ArtifactHandlersService.getArtifactHandlerModuleDescriptors()
Get list of module descriptors for enabled artifact handlers.@NotNull List<ArtifactHandlerModuleDescriptor>
ArtifactHandlersServiceImpl.getArtifactHandlerModuleDescriptors()
@NotNull List<ArtifactHandlerModuleDescriptor>
ArtifactHandlersService.getArtifactHandlerModuleDescriptorsAccessibleForUsers()
Get the list of configurable by users module descriptors for enabled artifact handlers.@NotNull List<ArtifactHandlerModuleDescriptor>
ArtifactHandlersServiceImpl.getArtifactHandlerModuleDescriptorsAccessibleForUsers()
Methods in com.atlassian.bamboo.build.artifact.handlers with parameters of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescriptionvoid
AbstractArtifactHandlerConfigurator.init
(@NotNull ArtifactHandlerModuleDescriptor moduleDescriptor) ArtifactHandlersService.validateConfiguration
(@NotNull Map<String, String> configuration, @NotNull ArtifactHandlerModuleDescriptor descriptor) Validate configuration of a single handlerArtifactHandlersServiceImpl.validateConfiguration
(@NotNull Map<String, String> artifactHandlerConfigurationToSave, @NotNull ArtifactHandlerModuleDescriptor descriptor) -
Uses of ArtifactHandlerModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
Classes in com.atlassian.bamboo.plugin.descriptor that implement ArtifactHandlerModuleDescriptor -
Uses of ArtifactHandlerModuleDescriptor in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescriptionConfigureArtifactHandlers.getArtifactHandlerDescriptors()
we don't use ArtifactHandlerService for displaying list of handlers because we want to show them all in this actionConfigureArtifactStorage.getArtifactHandlerModuleDescriptors()
Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescription@Nullable String
ConfigureArtifactHandlers.getEditHtml
(ArtifactHandlerModuleDescriptor moduleDescriptor) @Nullable String
ConfigureArtifactStorage.getEditHtml
(ArtifactHandlerModuleDescriptor moduleDescriptor)