Class RemoteArtifactManager
java.lang.Object
com.atlassian.bamboo.build.artifact.AbstractArtifactManager
com.atlassian.bamboo.v2.build.agent.remote.RemoteArtifactManager
- All Implemented Interfaces:
ArtifactManager
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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 Details
-
RemoteArtifactManager
-
-
Method Details
-
markSubscriptionAsConsumed
protected void markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType) - Specified by:
markSubscriptionAsConsumed
in classAbstractArtifactManager
-