public class Result extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
buildNumber |
protected String |
buildResultKey |
protected String |
buildState |
protected RestPlan |
plan |
static String |
RESULT_KEY |
static String |
STATE |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
String |
getBuildResultKey() |
String |
getBuildState() |
int |
getFailedTestCount() |
String |
getLifeCycleState() |
int |
getQuarantinedTestCount() |
int |
getSuccessfulTestCount() |
String |
getVcsRevisionKey() |
boolean |
isFinished() |
boolean |
isSuccessful() |
public static final String STATE
public static final String RESULT_KEY
protected RestPlan plan
protected String buildResultKey
protected String buildState
protected Integer buildNumber
public boolean isFinished()
public boolean isSuccessful()
public int getQuarantinedTestCount()
public int getSuccessfulTestCount()
public int getFailedTestCount()
public String getBuildState()
public String getLifeCycleState()
public String getBuildResultKey()
public String getVcsRevisionKey()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.