Package | Description |
---|---|
com.atlassian.bamboo.build.artifact | |
com.atlassian.bamboo.build.artifact.handlers |
Modifier and Type | Interface and Description |
---|---|
interface |
RepublishingArtifactHandler
Artifact handler that supports build resiliency by allowing republishing or artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactHandler |
class |
AbstractLocalArtifactHandler |
class |
AbstractRepublishingArtifactHandler |
class |
AgentLocalArtifactHandler |
class |
ArtifactHandlerDecoratorSupport
Allows to decorate an
ArtifactHandler by overwriting some of it's methods. |
class |
BambooRemoteArtifactHandler |
class |
RemoteTransferFallbackArtifactHandler |
class |
S3ArtifactHandler |
class |
ServerLocalArtifactHandler |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactHandlerPackagingDecorator
A decorator for an
ArtifactHandler that adds packaging of artifact files when certain conditions are
met. |
Modifier and Type | Method and Description |
---|---|
protected @NotNull ArtifactHandler |
ArtifactHandlerPackagingDecorator.delegate() |
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate.test(com.atlassian.plugin.ModuleDescriptor<ArtifactHandler> moduleDescriptor) |
Constructor and Description |
---|
ArtifactHandlerPackagingDecorator(@NotNull ArtifactHandler delegate) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.