Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactHandler
Package
Description
-
Uses of ArtifactHandler in com.atlassian.bamboo.build.artifact
Modifier and TypeInterfaceDescriptioninterface
Artifact handler that supports build resiliency by allowing republishing or artifacts.Modifier and TypeClassDescriptionclass
class
class
class
class
Allows to decorate anArtifactHandler
by overwriting some of it's methods.class
class
class
class
Modifier 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) Modifier 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
Modifier and TypeClassDescriptionclass
A decorator for anArtifactHandler
that adds packaging of artifact files when certain conditions are met.Modifier and TypeMethodDescriptionprotected @NotNull ArtifactHandler
ArtifactHandlerPackagingDecorator.delegate()
Modifier 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()
Modifier and TypeMethodDescriptionboolean
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate.test
(com.atlassian.plugin.ModuleDescriptor<ArtifactHandler> moduleDescriptor) ModifierConstructorDescriptionArtifactHandlerPackagingDecorator
(@NotNull ArtifactHandler delegate)