Class BitbucketNodeEntity
java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable BitbucketNodeEntity
from
(@NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.static BitbucketNodeEntity
mainBranchOf
(com.opensymphony.webwork.dispatcher.json.JSONObject json) static com.google.common.collect.Ordering<BitbucketNodeEntity>
void
-
Constructor Details
-
BitbucketNodeEntity
public BitbucketNodeEntity()
-
-
Method Details
-
from
@Nullable public static @Nullable BitbucketNodeEntity from(@NotNull @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.- Returns:
- BitbucketNodeEntity
-
mainBranchOf
public static BitbucketNodeEntity mainBranchOf(com.opensymphony.webwork.dispatcher.json.JSONObject json) -
orderingByBranchName
-
getBranch
-
setBranch
-