Package com.spotify.github.v3.repos
Interface Branch
-
- All Known Implementing Classes:
ImmutableBranch
@Immutable public interface BranchBranch resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShaLinkcommit()Commit details branch is labelingOptional<Boolean>isProtected()True if branch is protectedStringname()Branch nameOptional<Protection>protection()Optional<URI>protectionUrl()Branch protection API URL
-
-
-
Method Detail
-
name
@Nullable String name()
Branch name
-
commit
@Nullable ShaLink commit()
Commit details branch is labeling
-
protection
Optional<Protection> protection()
-
-