Class LimitObject
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup.LimitObject
-
- All Implemented Interfaces:
JsonObject
public class LimitObject extends Object implements JsonObject
- Since:
- 2019.2
-
-
Constructor Summary
Constructors Constructor Description LimitObject(KeepLimit limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAll()Map<String,String>getKeepLastNBuilds()Map<String,String>getKeepNDaysSinceLastBuild()Map<String,String>getKeepNDaysSinceLastSuccessfulBuild()Map<String,String>getKeepNDaysSinceToday()StringtoString()
-
-
-
Constructor Detail
-
LimitObject
public LimitObject(@NotNull KeepLimit limit) throws IllegalRuleException- Throws:
IllegalRuleException
-
-