# File lib/rhc/rest/application.rb, line 214
      def deployments
        debug "Listing deployments for application #{name}"
        raise RHC::DeploymentsNotSupportedException if !supports? "LIST_DEPLOYMENTS"
        rest_method("LIST_DEPLOYMENTS").sort
      end