Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactHandler
Packages that use ArtifactHandler
Package
Description
-
Uses of ArtifactHandler in com.atlassian.bamboo.build.artifact
Subinterfaces of ArtifactHandler in com.atlassian.bamboo.build.artifactModifier and TypeInterfaceDescriptioninterface
Artifact handler that supports build resiliency by allowing republishing or artifacts.Classes in com.atlassian.bamboo.build.artifact that implement ArtifactHandlerModifier and TypeClassDescriptionclass
class
class
class
class
Allows to decorate anArtifactHandler
by overwriting some of it's methods.class
class
class
class
Methods in com.atlassian.bamboo.build.artifact that return ArtifactHandlerModifier and TypeMethodDescriptionprotected abstract @NotNull ArtifactHandler
ArtifactHandlerDecoratorSupport.delegate()
Returns the delegate instance that methods are forwarded to.static ArtifactHandler
ArtifactHandlingUtils.getArtifactHandlerForLink
(com.atlassian.plugin.PluginAccessor pluginAccessor, String linkType) Methods in com.atlassian.bamboo.build.artifact that return types with arguments of type ArtifactHandlerModifier and TypeMethodDescriptionstatic com.google.common.collect.Ordering<ArtifactHandler>
ArtifactHandlingUtils.fastestFirstOrdering
(@NotNull Map<String, String> artifactHandlersConfiguration) protected Iterable<ArtifactHandler>
AbstractArtifactManager.getArtifactHandlers
(ArtifactDefinitionContext artifact, Map<String, String> artifactHandlersConfiguration) @NotNull List<ArtifactHandler>
AbstractArtifactManager.getArtifactHandlersForAgent
(@NotNull AgentType agentType) @NotNull List<ArtifactHandler>
ArtifactManager.getArtifactHandlersForAgent
(@NotNull AgentType agentType) Get list of enabled artifact handlers usable on agent of a given type. -
Uses of ArtifactHandler in com.atlassian.bamboo.build.artifact.handlers
Classes in com.atlassian.bamboo.build.artifact.handlers that implement ArtifactHandlerModifier and TypeClassDescriptionclass
A decorator for anArtifactHandler
that adds packaging of artifact files when certain conditions are met.Methods in com.atlassian.bamboo.build.artifact.handlers that return ArtifactHandlerModifier and TypeMethodDescriptionprotected @NotNull ArtifactHandler
ArtifactHandlerPackagingDecorator.delegate()
Methods in com.atlassian.bamboo.build.artifact.handlers that return types with arguments of type ArtifactHandlerModifier and TypeMethodDescriptionstatic @NotNull Function<ArtifactHandler,
ArtifactHandler> ArtifactHandlerPackagingDecorator.addFilePackaging()
A function that decoratesArtifactHandler
with conditional file packaging usingArtifactHandlerPackagingDecorator
.static @NotNull Function<ArtifactHandler,
ArtifactHandler> ArtifactHandlerPackagingDecorator.addFilePackaging()
A function that decoratesArtifactHandler
with conditional file packaging usingArtifactHandlerPackagingDecorator
.static @NotNull Predicate<com.atlassian.plugin.ModuleDescriptor<ArtifactHandler>>
ArtifactHandlersServiceImpl.getArtifactHandlersForUsersPredicate()
Method parameters in com.atlassian.bamboo.build.artifact.handlers with type arguments of type ArtifactHandlerModifier and TypeMethodDescriptionboolean
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate.test
(com.atlassian.plugin.ModuleDescriptor<ArtifactHandler> moduleDescriptor) Constructors in com.atlassian.bamboo.build.artifact.handlers with parameters of type ArtifactHandlerModifierConstructorDescriptionArtifactHandlerPackagingDecorator
(@NotNull ArtifactHandler delegate)