Package com.atlassian.bamboo.fileserver
Class StorageTagUtils
- java.lang.Object
-
- com.atlassian.bamboo.fileserver.StorageTagUtils
-
public class StorageTagUtils extends Object
Created by rstephens on 25/02/2016.
-
-
Constructor Summary
Constructors Constructor Description StorageTagUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<PlanKey,ChainStorageTag>
gatherNeededStorageTags(@NotNull StorageTagService storageTagService, @Nullable List<TaskDefinition> taskDefinitions, @Nullable BuildIdentifier identifier)
-
-
-
Method Detail
-
gatherNeededStorageTags
public static final Map<PlanKey,ChainStorageTag> gatherNeededStorageTags(@NotNull @NotNull StorageTagService storageTagService, @Nullable @Nullable List<TaskDefinition> taskDefinitions, @Nullable @Nullable BuildIdentifier identifier)
-
-