Class BranchInfo
java.lang.Object
com.github.kostyasha.github.integration.branch.webhook.BranchInfo
Main info from webhook event.
- Author:
- Kanstantsin Shautsou
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRepo()
boolean
isTag()
withBranchName
(String branchName) withFullRef
(String fullRef)
-
Constructor Details
-
BranchInfo
-
-
Method Details
-
isTag
public boolean isTag() -
getRepo
-
withRepo
-
getBranchName
-
withBranchName
-
getFullRef
-
withFullRef
-