Class BitbucketNodeEntity
java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable BitbucketNodeEntityfrom(@NotNull org.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.static BitbucketNodeEntitymainBranchOf(org.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 org.json.JSONObject json) Convert plain JSON object to BitbucketNodeEntity.- Returns:
- BitbucketNodeEntity
-
mainBranchOf
-
orderingByBranchName
-
getBranch
-
setBranch
-