Uses of Class
jetbrains.buildServer.serverSide.statistics.diskusage.ExternalStorageId
-
Packages that use ExternalStorageId Package Description jetbrains.buildServer.serverSide.statistics.diskusage jetbrains.buildServer.serverSide.statistics.diskusage.impl -
-
Uses of ExternalStorageId in jetbrains.buildServer.serverSide.statistics.diskusage
Methods in jetbrains.buildServer.serverSide.statistics.diskusage that return types with arguments of type ExternalStorageId Modifier and Type Method Description Pair<ExternalStorageId,ArtifactStorageDiskUsageInfo>
ExternalStorageDiskUsageInfoFactory. createInfoFromProjectFeature(SProjectFeatureDescriptor feature, SProject project)
Creates storage info instance from project feature, defining some external storageOptional<ExternalStorageId>
ExternalStorageIdAccessor. getStorageId(File buildDirectory, SProject project)
Optional<ExternalStorageId>
ExternalStorageIdAccessor. getStorageId(ArtifactListData artifactListData, SProject project)
Collection<ExternalStorageId>
ExternalStoragesDiskUsageInfoProvider. getStorageIds()
Map<ExternalStorageId,ArtifactStorageDiskUsageInfo>
ExternalStoragesInfoPersister. loadFromProject(SProject project)
Methods in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type ExternalStorageId Modifier and Type Method Description void
ExternalStoragesDiskUsageInfoRegistry. addStorage(ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
Registers new storage with given storage id and disk usage infovoid
ExternalStoragesInfoPersister. clearPersistedData(ExternalStorageId storageId)
ArtifactStorageDiskUsageInfo
ExternalStorageDiskUsageInfoFactory. createExternalStorageInfo(SProject project, String name, String type, ExternalStorageId storageId)
Creates disk usage info instance from given parametersOptional<ArtifactStorageDiskUsageInfo>
ExternalStoragesDiskUsageInfoProvider. getDiskUsageInfo(ExternalStorageId storageId)
void
ExternalStoragesInfoPersister. persistInfo(SProject project, ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
void
ExternalStoragesInfoPersister. persistInfo(ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
void
ExternalStoragesDiskUsageInfoRegistry. removeStorage(ExternalStorageId storageId)
Removes the storage with the corresponding idConstructors in jetbrains.buildServer.serverSide.statistics.diskusage with parameters of type ExternalStorageId Constructor Description ExternalArtifactStorageDiskUsageInfo(ServerArtifactHelper artifactHelper, ExternalStorageId storageId, String storageName, String storageType, ExternalStorageIdAccessor storageIdAccessor, SProject project)
-
Uses of ExternalStorageId in jetbrains.buildServer.serverSide.statistics.diskusage.impl
Methods in jetbrains.buildServer.serverSide.statistics.diskusage.impl that return types with arguments of type ExternalStorageId Modifier and Type Method Description Pair<ExternalStorageId,ArtifactStorageDiskUsageInfo>
ExternalStorageDiskUsageInfoFactoryImpl. createInfoFromProjectFeature(SProjectFeatureDescriptor feature, SProject project)
Optional<ExternalStorageId>
ExternalStorageIdAccessorImpl. getStorageId(File artifactsDirectory, SProject project)
Optional<ExternalStorageId>
ExternalStorageIdAccessorImpl. getStorageId(ArtifactListData artifactListData, SProject project)
Collection<ExternalStorageId>
ExternalStoragesDiskUsageInfoProviderImpl. getStorageIds()
Map<ExternalStorageId,ArtifactStorageDiskUsageInfo>
ExternalStoragesInfoCustomDataStoragePersisterImpl. loadFromProject(SProject project)
Methods in jetbrains.buildServer.serverSide.statistics.diskusage.impl with parameters of type ExternalStorageId Modifier and Type Method Description void
ExternalStoragesDiskUsageInfoProviderImpl. addStorage(ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
void
ExternalStoragesInfoCustomDataStoragePersisterImpl. clearPersistedData(ExternalStorageId storageId)
ArtifactStorageDiskUsageInfo
ExternalStorageDiskUsageInfoFactoryImpl. createExternalStorageInfo(SProject project, String name, String type, ExternalStorageId storageId)
Optional<ArtifactStorageDiskUsageInfo>
ExternalStoragesDiskUsageInfoProviderImpl. getDiskUsageInfo(ExternalStorageId storageId)
void
ExternalStoragesInfoCustomDataStoragePersisterImpl. persistInfo(SProject project, ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
void
ExternalStoragesInfoCustomDataStoragePersisterImpl. persistInfo(ExternalStorageId storageId, ArtifactStorageDiskUsageInfo diskUsageInfo)
void
ExternalStoragesDiskUsageInfoProviderImpl. removeStorage(ExternalStorageId storageId)
-