Class RemoteAgentStorageTagService
java.lang.Object
com.atlassian.bamboo.storage.location.AbstractStorageTagService
com.atlassian.bamboo.v2.build.agent.remote.RemoteAgentStorageTagService
- All Implemented Interfaces:
StorageTagService
public class RemoteAgentStorageTagService
extends AbstractStorageTagService
implements StorageTagService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ChainStorageTaggetChainStorageTag(@NotNull PlanKey chainKey) Methods inherited from class com.atlassian.bamboo.storage.location.AbstractStorageTagService
getStorageLabelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.storage.location.StorageTagService
getStorageLabel
-
Constructor Details
-
RemoteAgentStorageTagService
public RemoteAgentStorageTagService()
-
-
Method Details
-
getChainStorageTag
- Specified by:
getChainStorageTagin interfaceStorageTagService- Returns:
- storage tag for the specified chain. The storage tag is used to determine the storage location for artifacts, logs and other files related to the chain. A chain's storage tag is assigned when the chain is created, and it never changes.
-