Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactHandler
-
Packages that use ArtifactHandler Package Description com.atlassian.bamboo.build.artifact com.atlassian.bamboo.build.artifact.handlers -
-
Uses of ArtifactHandler in com.atlassian.bamboo.build.artifact
Subinterfaces of ArtifactHandler in com.atlassian.bamboo.build.artifact Modifier and Type Interface Description interface
RepublishingArtifactHandler
Artifact handler that supports build resiliency by allowing republishing or artifacts.Classes in com.atlassian.bamboo.build.artifact that implement ArtifactHandler Modifier and Type Class Description class
AbstractArtifactHandler
class
AbstractLocalArtifactHandler
class
AbstractRepublishingArtifactHandler
class
AgentLocalArtifactHandler
class
ArtifactHandlerDecoratorSupport
Allows to decorate anArtifactHandler
by overwriting some of it's methods.class
BambooRemoteArtifactHandler
class
RemoteTransferFallbackArtifactHandler
class
S3ArtifactHandler
class
ServerLocalArtifactHandler
Methods in com.atlassian.bamboo.build.artifact that return ArtifactHandler Modifier and Type Method Description protected 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 ArtifactHandler Modifier and Type Method Description static 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 ArtifactHandler Modifier and Type Class Description class
ArtifactHandlerPackagingDecorator
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 ArtifactHandler Modifier and Type Method Description protected @NotNull ArtifactHandler
ArtifactHandlerPackagingDecorator. delegate()
Methods in com.atlassian.bamboo.build.artifact.handlers that return types with arguments of type ArtifactHandler Modifier and Type Method Description static @NotNull com.google.common.base.Function<ArtifactHandler,ArtifactHandler>
ArtifactHandlerPackagingDecorator. addFilePackaging()
A function that decoratesArtifactHandler
with conditional file packaging usingArtifactHandlerPackagingDecorator
.static @NotNull com.google.common.base.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 ArtifactHandler Modifier and Type Method Description boolean
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate. test(com.atlassian.plugin.ModuleDescriptor<ArtifactHandler> moduleDescriptor)
Constructors in com.atlassian.bamboo.build.artifact.handlers with parameters of type ArtifactHandler Constructor Description ArtifactHandlerPackagingDecorator(@NotNull ArtifactHandler delegate)
-