org.qas.qtest.api.services.host.model.Status Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtest-sdk-java Show documentation
Show all versions of qtest-sdk-java Show documentation
A java SDK client wrap qTest REST API
The newest version!
package org.qas.qtest.api.services.host.model;
/**
* Status of task execution
*
* @author chuongle
* @version $Id Status Mar 17, 2015 6:08:12 PM chuongle $
* @since 1.0
*/
public enum Status {
UNKNOWN,
PLANNED,
NOT_RUN,
CANCELLED,
RUNNING,
COMPLETED,
FAILED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy