Package | Description |
---|---|
com.atlassian.bamboo.build.artifact | |
com.atlassian.bamboo.build.artifact.handlers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactHandler |
class |
AbstractLocalArtifactHandler |
class |
AgentLocalArtifactHandler |
class |
ArtifactHandlerDecoratorSupport
Allows to decorate an
ArtifactHandler by overwriting some of it's methods. |
class |
BambooRemoteArtifactHandler |
class |
S3ArtifactHandler |
class |
ServerLocalArtifactHandler |
Modifier and Type | Method and Description |
---|---|
protected abstract 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(Map<String,String> artifactHandlersConfiguration) |
protected Iterable<ArtifactHandler> |
AbstractArtifactManager.getArtifactHandlers(ArtifactDefinitionContext artifact,
Map<String,String> artifactHandlersConfiguration) |
List<ArtifactHandler> |
AbstractArtifactManager.getArtifactHandlersForAgent(AgentType agentType) |
List<ArtifactHandler> |
ArtifactManager.getArtifactHandlersForAgent(AgentType agentType)
Get list of enabled artifact handlers usable on agent of a given type.
|
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 ArtifactHandler |
ArtifactHandlerPackagingDecorator.delegate() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<ArtifactHandler,ArtifactHandler> |
ArtifactHandlerPackagingDecorator.addFilePackaging()
A function that decorates
ArtifactHandler with conditional file packaging using ArtifactHandlerPackagingDecorator . |
static com.google.common.base.Function<ArtifactHandler,ArtifactHandler> |
ArtifactHandlerPackagingDecorator.addFilePackaging()
A function that decorates
ArtifactHandler with conditional file packaging using ArtifactHandlerPackagingDecorator . |
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactHandlerSupportsAgentTypeModuleDescriptorPredicate.matches(com.atlassian.plugin.ModuleDescriptor<? extends ArtifactHandler> moduleDescriptor) |
Constructor and Description |
---|
ArtifactHandlerPackagingDecorator(ArtifactHandler delegate) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.