Class EditCleanupSettingsRequestObject
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup.EditCleanupSettingsRequestObject
-
- All Implemented Interfaces:
JsonObject
public class EditCleanupSettingsRequestObject extends Object implements JsonObject
- Since:
- 2019.2
-
-
Constructor Summary
Constructors Constructor Description EditCleanupSettingsRequestObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCleanupPoliciesDisabled()Map<CleanupLevel,CleanupSettingsObject>getCleanupSettings()StringgetHolder()StringgetHolderId()BooleangetPreventDependencies()StringgetType()StringtoString()
-
-
-
Method Detail
-
getHolder
@Nullable public String getHolder()
-
getHolderId
@Nullable public String getHolderId()
-
getType
@Nullable public String getType()
-
getCleanupSettings
@NotNull public Map<CleanupLevel,CleanupSettingsObject> getCleanupSettings()
-
getPreventDependencies
@Nullable public Boolean getPreventDependencies()
-
getCleanupPoliciesDisabled
@Nullable public Boolean getCleanupPoliciesDisabled()
-
-