Examples of MaintenanceInfo


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
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.