ClusterCommandStatus

public class ClusterCommandStatus
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.cluster.ClusterCommandStatus


TF 클러스터의 명령어 상태와 취소 이유를 나타내는 클래스입니다.

요약

공개 생성자

ClusterCommandStatus(ClusterCommand.State state, String cancelReason)

건설

공개 메서드

String getCancelReason()
ClusterCommand.State getState()

공개 생성자

ClusterCommandStatus

public ClusterCommandStatus (ClusterCommand.State state, 
                String cancelReason)

건설

매개변수
state ClusterCommand.State: 명령어의 상태입니다.

cancelReason String: 명령어의 취소 이유입니다 (취소된 경우).

공개 메서드

getCancelReason

public String getCancelReason ()

반환 값
String

getState

public ClusterCommand.State getState ()

반환 값
ClusterCommand.State