Examples of MaintenanceUpdate


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

     *
     * @param appName See {@link #listApps} for a list of apps that can be used.
     * @param enable true to enable; false to disable
     */
    public void setMaintenanceMode(String appName, boolean enable) {
        connection.execute(new MaintenanceUpdate(appName, enable), apiKey);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.