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 Boolean
getCleanupPoliciesDisabled()
Map<CleanupLevel,CleanupSettingsObject>
getCleanupSettings()
String
getHolder()
String
getHolderId()
Boolean
getPreventDependencies()
String
getType()
String
toString()
-
-
-
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()
-
-