static ImmutableBranch.Builder |
ImmutableBranch.builder() |
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.commit(ShaLink commit) |
Initializes the value for the commit attribute.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.from(Branch instance) |
Fill a builder with attribute values from the provided Branch instance.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.isProtected(boolean isProtected) |
Initializes the optional value isProtected to isProtected.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.isProtected(Optional<Boolean> isProtected) |
Initializes the optional value isProtected to isProtected.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.protection(Protection protection) |
Initializes the optional value protection to protection.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.protection(Optional<? extends Protection> protection) |
Initializes the optional value protection to protection.
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.protectionUrl(URI protectionUrl) |
|
ImmutableBranch.Builder |
ImmutableBranch.Builder.protectionUrl(Optional<? extends URI> protectionUrl) |
|