Class AbstractStorageTagService

    • Constructor Detail

      • AbstractStorageTagService

        public AbstractStorageTagService()
    • Method Detail

      • getStorageLabel

        @NotNull
        public @NotNull String getStorageLabel​(@NotNull
                                               @NotNull Key key)
        Description copied from interface: StorageTagService
        Returns 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:
        getStorageLabel in interface StorageTagService