public class BitbucketBuildStatus extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BitbucketBuildStatus.Status
Enumeration of possible Bitbucket commit notification states
|
Constructor and Description |
---|
BitbucketBuildStatus() |
BitbucketBuildStatus(String hash,
String description,
BitbucketBuildStatus.Status state,
String url,
String key,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getHash() |
String |
getKey() |
String |
getName() |
String |
getState() |
String |
getUrl() |
void |
setDescription(String description) |
void |
setHash(String hash) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setState(BitbucketBuildStatus.Status state) |
void |
setUrl(String url) |
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) public BitbucketBuildStatus()
public String getHash()
public void setHash(String hash)
public String getDescription()
public void setDescription(String description)
public String getState()
public void setState(BitbucketBuildStatus.Status state)
public String getUrl()
public void setUrl(String url)
public String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
Copyright © 2016–2022. All rights reserved.