Class RemoteArtifactManager
- java.lang.Object
-
- com.atlassian.bamboo.build.artifact.AbstractArtifactManager
-
- com.atlassian.bamboo.v2.build.agent.remote.RemoteArtifactManager
-
- All Implemented Interfaces:
ArtifactManager
public class RemoteArtifactManager extends AbstractArtifactManager
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.build.artifact.AbstractArtifactManager
ARTIFACT_SECURITY_TOKEN
-
Fields inherited from interface com.atlassian.bamboo.build.artifact.ArtifactManager
LOGS_FOR_BUILD
-
-
Constructor Summary
Constructors Constructor Description RemoteArtifactManager(BambooAgentMessageSender sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType)
-
Methods inherited from class com.atlassian.bamboo.build.artifact.AbstractArtifactManager
findMatchingArtifact, getArtifactHandlers, getArtifactHandlersForAgent, moveArtifactToGlobalStorage, publish, publish, removeAllArtifactsOfChain, removeArtifactFromStorage, removeArtifactsFromStorage, removeArtifactsFromStorage, removeArtifactsFromStorage, removeArtifactsIfOrphaned, removeOrphanedArtifacts, republish, retrieve, retrieve, validateArtifactsSize
-
-
-
-
Constructor Detail
-
RemoteArtifactManager
public RemoteArtifactManager(BambooAgentMessageSender sender)
-
-
Method Detail
-
markSubscriptionAsConsumed
protected void markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType)
- Specified by:
markSubscriptionAsConsumed
in classAbstractArtifactManager
-
-