Class IntegerResponse

  • All Implemented Interfaces:
    ErrorsHolder, Value<Integer>

    public abstract class IntegerResponse
    extends Object
    implements Value<Integer>, ErrorsHolder
    Integer response to be returned when an endpoint returns an integer.

    When the HTTP response code is valid the `value` parameter will be set to the integer value while a non-valid response has the `value` set to null along with any potential `error` objects returned from Jenkins.