Interface ExternalStorageIdAccessor
-
- All Known Implementing Classes:
ExternalStorageIdAccessorImpl
public interface ExternalStorageIdAccessor
Accessor for external storages ids
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ExternalStorageId>
getStorageId(File buildDirectory, SProject project)
Optional<ExternalStorageId>
getStorageId(ArtifactListData artifactListData, SProject project)
-
-
-
Method Detail
-
getStorageId
@NotNull Optional<ExternalStorageId> getStorageId(@NotNull File buildDirectory, @NotNull SProject project)
- Parameters:
buildDirectory
-projectId
-- Returns:
- id of a storage, accossiated with this build directory and project, or null, if this build doesn't use external storages
-
getStorageId
@NotNull Optional<ExternalStorageId> getStorageId(@NotNull ArtifactListData artifactListData, @NotNull SProject project)
-
-