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 |
---|---|
RestArtifactList |
getArtifactList() |
String |
getBuildReason() |
String |
getBuildResultKey() |
String |
getBuildState() |
RestChangeList |
getChanges() |
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 getBuildReason()
public String getBuildState()
public String getLifeCycleState()
public String getBuildResultKey()
public String getVcsRevisionKey()
public RestArtifactList getArtifactList()
public RestChangeList getChanges()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.