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 booleanequals(Object o)StringgetProjectExtId()ProjectSettingsPathsgetProjectSettingsPaths()inthashCode()
-
-
-
Constructor Detail
-
RemovedProject
public RemovedProject(@NotNull String projectExtId, @Nullable ProjectSettingsPaths projectSettingsPaths)
-
-