java.lang.Object
com.atlassian.bamboo.plugins.bitbucket.api.rest.entity.node.BitbucketNodeEntity

public class BitbucketNodeEntity extends Object
  • 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

      public static com.google.common.collect.Ordering<BitbucketNodeEntity> orderingByBranchName()
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)