java.lang.Object
com.github.kostyasha.github.integration.branch.webhook.BranchInfo

public class BranchInfo extends Object
Main info from webhook event.
Author:
Kanstantsin Shautsou
See Also:
  • Constructor Details

    • BranchInfo

      public BranchInfo(String repo, String branchName, String fullRef, boolean tag)
  • Method Details

    • isTag

      public boolean isTag()
    • getRepo

      public String getRepo()
    • withRepo

      public BranchInfo withRepo(String repo)
    • getBranchName

      public String getBranchName()
    • withBranchName

      public BranchInfo withBranchName(String branchName)
    • getFullRef

      public String getFullRef()
    • withFullRef

      public BranchInfo withFullRef(String fullRef)