Class CleanupHolderPoliciesObject
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup.CleanupHolderPoliciesObject
-
- All Implemented Interfaces:
JsonObject
public class CleanupHolderPoliciesObject extends Object implements JsonObject
- Since:
- 2019.2
-
-
Constructor Summary
Constructors Constructor Description CleanupHolderPoliciesObject(String internalId, String externalId, String name, BuildTypeTemplatesObject buildTypeTemplates, CleanupPolicyObject everythingPolicy, CleanupPolicyObject historyPolicy, CleanupPolicyObject artifactsPolicy, CleanupOptionsObject options)
-
-
-
Constructor Detail
-
CleanupHolderPoliciesObject
public CleanupHolderPoliciesObject(@NotNull String internalId, @NotNull String externalId, @NotNull String name, @Nullable BuildTypeTemplatesObject buildTypeTemplates, @Nullable CleanupPolicyObject everythingPolicy, @Nullable CleanupPolicyObject historyPolicy, @Nullable CleanupPolicyObject artifactsPolicy, @NotNull CleanupOptionsObject options)
-
-