public class BitbucketNodeEntity extends Object
Constructor and Description |
---|
BitbucketNodeEntity() |
Modifier and Type | Method and Description |
---|---|
static BitbucketNodeEntity |
from(com.opensymphony.webwork.dispatcher.json.JSONObject json)
Convert plain JSON object to BitbucketNodeEntity.
|
String |
getBranch() |
static BitbucketNodeEntity |
mainBranchOf(com.opensymphony.webwork.dispatcher.json.JSONObject json) |
static com.google.common.collect.Ordering<BitbucketNodeEntity> |
orderingByBranchName() |
void |
setBranch(String branch) |
@Nullable public static BitbucketNodeEntity from(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json)
public static BitbucketNodeEntity mainBranchOf(com.opensymphony.webwork.dispatcher.json.JSONObject json)
public static com.google.common.collect.Ordering<BitbucketNodeEntity> orderingByBranchName()
public String getBranch()
public void setBranch(String branch)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.