Uses of Class
jetbrains.buildServer.controllers.admin.cleanup.jsons.JSendResponse
-
-
Uses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons
Subclasses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons Modifier and Type Class Description classErrorResponseclassSuccessResponseMethods in jetbrains.buildServer.controllers.admin.cleanup.jsons that return JSendResponse Modifier and Type Method Description static JSendResponseErrorResponse. duplicateRuleId(String ruleId, String holder, String holderId)static JSendResponseErrorResponse. illegalRule(String errorMessage, IllegalRuleException exception)static JSendResponseErrorResponse. missingBody()static JSendResponseErrorResponse. missingParam(String paramName)static JSendResponseErrorResponse. missingParams(String... paramNames)static JSendResponseErrorResponse. missingRule()static JSendResponseErrorResponse. missingRuleId()static JSendResponseErrorResponse. noPermissions(Exception exception)static JSendResponseErrorResponse. otherError(String errorMessage)static JSendResponseErrorResponse. otherException(String errorMessage, Exception exception)static JSendResponseErrorResponse. unknownBuildType(String buildTypeId)static JSendResponseErrorResponse. unknownHolderId(String holder, String holderId)static JSendResponseErrorResponse. unknownProject(String projectId)static JSendResponseErrorResponse. unknownRuleId(String ruleId, String holder, String holderId)static JSendResponseErrorResponse. unsupported(String key, String supportedValues, String wrongValue)static JSendResponseErrorResponse. unsupportedHolder(String wrongHolder) -
Uses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup
Subclasses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons.newCleanup Modifier and Type Class Description classRuleModifiedResponseclassRulesResponse -
Uses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup
Subclasses of JSendResponse in jetbrains.buildServer.controllers.admin.cleanup.jsons.oldCleanup Modifier and Type Class Description classCleanupPoliciesResponseclassEmptySuccessResponse
-