Class AbstractStorageTagService
- java.lang.Object
-
- com.atlassian.bamboo.storage.location.AbstractStorageTagService
-
- All Implemented Interfaces:
StorageTagService
- Direct Known Subclasses:
RemoteAgentStorageTagService,StorageTagServiceImpl
public abstract class AbstractStorageTagService extends Object implements StorageTagService
-
-
Constructor Summary
Constructors Constructor Description AbstractStorageTagService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetStorageLabel(@NotNull Key key)Returns the storage label for the specified key.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.storage.location.StorageTagService
getChainStorageTag
-
-
-
-
Method Detail
-
getStorageLabel
@NotNull public @NotNull String getStorageLabel(@NotNull @NotNull Key key)
Description copied from interface:StorageTagServiceReturns the storage label for the specified key. For chains, the storage label is equal to the storage tag (eg. "PROJ-PLAN" or "12345"). For jobs, the storage label is "{chain-storage-tag}-{partial-job-key}" (eg. "12345-JOB6"). For all other entities the storage label is the build key.- Specified by:
getStorageLabelin interfaceStorageTagService
-
-