Package com.heroku.api.request.maintenance

Examples of com.heroku.api.request.maintenance.MaintenanceInfo


     *
     * @param appName See {@link #listApps} for a list of apps that can be used.
     * @return true if maintenance mode is enabled
     */
    public boolean isMaintenanceModeEnabled(String appName) {
        return connection.execute(new MaintenanceInfo(appName), apiKey);
    }
View Full Code Here

TOP

Related Classes of com.heroku.api.request.maintenance.MaintenanceInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.