Uses of Class
jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup.CleanupHolderPoliciesObject
-
Packages that use CleanupHolderPoliciesObject Package Description jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup -
-
Uses of CleanupHolderPoliciesObject in jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup
Constructors in jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup with parameters of type CleanupHolderPoliciesObject Constructor Description BuildTypeCleanupPoliciesObject(CleanupHolderPoliciesObject buildTypePolicies)
CleanupPoliciesResponse(CleanupHolderPoliciesObject buildTypePolicies)
ProjectCleanupPoliciesObject(String projectInternalId, String projectExternalId, String projectDescription, boolean editPermitted, CleanupHolderPoliciesObject projectPolicies, List<CleanupHolderPoliciesObject> templatesPolicies, List<CleanupHolderPoliciesObject> buildTypesPolicies)
Constructor parameters in jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup with type arguments of type CleanupHolderPoliciesObject Constructor Description ProjectCleanupPoliciesObject(String projectInternalId, String projectExternalId, String projectDescription, boolean editPermitted, CleanupHolderPoliciesObject projectPolicies, List<CleanupHolderPoliciesObject> templatesPolicies, List<CleanupHolderPoliciesObject> buildTypesPolicies)
-