Class Transaction.RemovedProject
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.Transaction.RemovedProject
-
- Enclosing interface:
- Transaction
public static class Transaction.RemovedProject extends Object
-
-
Constructor Summary
Constructors Constructor Description RemovedProject(String projectExtId, ProjectSettingsPaths projectSettingsPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getProjectExtId()
ProjectSettingsPaths
getProjectSettingsPaths()
int
hashCode()
-
-
-
Constructor Detail
-
RemovedProject
public RemovedProject(@NotNull String projectExtId, @Nullable ProjectSettingsPaths projectSettingsPaths)
-
-