Class AgentLocalArtifactHandler
java.lang.Object
com.atlassian.bamboo.build.artifact.AbstractArtifactHandler
com.atlassian.bamboo.build.artifact.AbstractLocalArtifactHandler
com.atlassian.bamboo.build.artifact.AgentLocalArtifactHandler
- All Implemented Interfaces:
ArtifactHandler
,InitablePluginModule<ArtifactHandlerModuleDescriptor>
,BambooPluginModule
-
Field Summary
Fields inherited from class com.atlassian.bamboo.build.artifact.AbstractArtifactHandler
ALL_AGENT_TYPES, LOCAL_AGENTS, NON_LOCAL_AGENTS
Fields inherited from interface com.atlassian.bamboo.build.artifact.ArtifactHandler
LAN_SPEED, LOCAL_SPEED, NEVER_ARCHIVE, WAN_SPEED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ArtifactDirectoryBuilder
getArtifactDirectoryBuilder
(@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Methods inherited from class com.atlassian.bamboo.build.artifact.AbstractLocalArtifactHandler
getArtifactLinkDataProvider, getArtifactLinkDataProvider, getArtifactStorageDirectory, getArtifactStorageDirectory, getSpeed, moveArtifactToGlobalStorage, publish, removeAllArtifactsOfChain, removeArtifactFromStorage, removeArtifactFromStorage, removeArtifactFromStorage, removeArtifactsFromStorage, removeArtifactsFromStorage, retrieve
Methods inherited from class com.atlassian.bamboo.build.artifact.AbstractArtifactHandler
canHandleArtifact, configProvider, configProvider, getConfigurationKey, getConfigValue, getDefaultConfiguration, getMaxUnarchivedFilesPerArtifact, getModuleDescriptor, getSupportedAgents, init
-
Constructor Details
-
AgentLocalArtifactHandler
public AgentLocalArtifactHandler()
-
-
Method Details
-
getArtifactDirectoryBuilder
protected ArtifactDirectoryBuilder getArtifactDirectoryBuilder(@NotNull @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) - Specified by:
getArtifactDirectoryBuilder
in classAbstractLocalArtifactHandler
-