Class SuccessResponse
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.JSendResponse
-
- jetbrains.buildServer.controllers.admin.cleanup.jsons.SuccessResponse
-
- All Implemented Interfaces:
JsonObject
- Direct Known Subclasses:
CleanupPoliciesResponse,EmptySuccessResponse,RuleModifiedResponse,RulesResponse
public abstract class SuccessResponse extends JSendResponse
- Since:
- 2019.2
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.controllers.admin.cleanup.jsons.JSendResponse
status
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSuccessResponse(JsonObject data)
-
-
-
Constructor Detail
-
SuccessResponse
protected SuccessResponse(@Nullable JsonObject data)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classJSendResponse
-
-