java.lang.Object
com.atlassian.bamboo.plugins.rest.documentation.model.Status

public class Status extends Object
Imitation of Response.Status - allows construction of the object in a more permissive way for REST documentation.
  • Constructor Details

    • Status

      public Status(int statusCode, String message)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getMessage

      public String getMessage()