Class BitbucketNodeEntity


  • public class BitbucketNodeEntity
    extends Object
    • Constructor Detail

      • BitbucketNodeEntity

        public BitbucketNodeEntity()
    • Method Detail

      • 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)