Class ExternalStorageId
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.diskusage.ExternalStorageId
-
public class ExternalStorageId extends Object
External storage id. It consists of two parts: internal id of a project, where this storage was configured, and an id of a storage for this project (probably, feature id of a storage)- Since:
- 2020.2
-
-
Constructor Summary
Constructors Constructor Description ExternalStorageId(String projectId, String projectStorageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFullId()
String
getProjectId()
String
getProjectStorageId()
int
hashCode()
-