com.quali.cloudshell.api.ServiceStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sandbox-api Show documentation
Show all versions of sandbox-api Show documentation
CloudShell Sandbox java gateway project
The newest version!
package com.quali.cloudshell.api;
public class ServiceStatus
{
public static final String PENDING = "pending";
public static final String COMPLETED = "completed";
public static final String ERROR = "error";
}