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 Details

    • RemoteAgentStorageTagService

      public RemoteAgentStorageTagService()
  • Method Details

    • getChainStorageTag

      @NotNull public @NotNull ChainStorageTag getChainStorageTag(@NotNull @NotNull PlanKey chainKey)
      Specified by:
      getChainStorageTag in interface StorageTagService
      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.