public class BitbucketBuildStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FAILED |
static String |
INPROGRESS |
static String |
SUCCESSFUL |
Constructor and Description |
---|
BitbucketBuildStatus(String state,
String key,
String url) |
BitbucketBuildStatus(String state,
String key,
String url,
String name) |
BitbucketBuildStatus(String state,
String key,
String url,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getState() |
String |
getUrl() |
void |
setKey(String key) |
public static final String SUCCESSFUL
public static final String INPROGRESS
public static final String FAILED
Copyright © 2004-2020. All Rights Reserved.