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 ArtifactHandlerModuleDescriptorAbstractArtifactHandler.getModuleDescriptor()@NotNull ArtifactHandlerModuleDescriptorArtifactHandler.getModuleDescriptor()@NotNull ArtifactHandlerModuleDescriptorArtifactHandlerDecoratorSupport.getModuleDescriptor()Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescriptionvoidAbstractArtifactHandler.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 TypeMethodDescriptionvoidAbstractArtifactHandlerConfigurator.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 actionMethods in com.atlassian.bamboo.ww2.actions.admin with parameters of type ArtifactHandlerModuleDescriptorModifier and TypeMethodDescription@Nullable StringConfigureArtifactHandlers.getEditHtml(ArtifactHandlerModuleDescriptor moduleDescriptor)