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 class
ErrorResponse
class
SuccessResponse
Methods in jetbrains.buildServer.controllers.admin.cleanup.jsons that return JSendResponse Modifier and Type Method Description static JSendResponse
ErrorResponse. duplicateRuleId(String ruleId, String holder, String holderId)
static JSendResponse
ErrorResponse. illegalRule(String errorMessage, IllegalRuleException exception)
static JSendResponse
ErrorResponse. missingBody()
static JSendResponse
ErrorResponse. missingParam(String paramName)
static JSendResponse
ErrorResponse. missingParams(String... paramNames)
static JSendResponse
ErrorResponse. missingRule()
static JSendResponse
ErrorResponse. missingRuleId()
static JSendResponse
ErrorResponse. noPermissions(Exception exception)
static JSendResponse
ErrorResponse. otherError(String errorMessage)
static JSendResponse
ErrorResponse. otherException(String errorMessage, Exception exception)
static JSendResponse
ErrorResponse. unknownBuildType(String buildTypeId)
static JSendResponse
ErrorResponse. unknownHolderId(String holder, String holderId)
static JSendResponse
ErrorResponse. unknownProject(String projectId)
static JSendResponse
ErrorResponse. unknownRuleId(String ruleId, String holder, String holderId)
static JSendResponse
ErrorResponse. unsupported(String key, String supportedValues, String wrongValue)
static JSendResponse
ErrorResponse. 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 class
RuleModifiedResponse
class
RulesResponse
-
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 class
CleanupPoliciesResponse
class
EmptySuccessResponse
-