Package | Description |
---|---|
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated |
Modifier and Type | Field and Description |
---|---|
protected BranchBuilder |
BranchBuilder.self |
Modifier and Type | Method and Description |
---|---|
static BranchBuilder |
BranchBuilder.branch()
Factory Method to construct a BranchBuilder
|
BranchBuilder |
BranchBuilder.but()
Returns a clone of this builder.
|
BranchBuilder |
BranchBuilder.withCommit(Commit value)
Sets the default value for the
Branch.commit property. |
BranchBuilder |
BranchBuilder.withName(String value)
Sets the default value for the
Branch.name property. |
BranchBuilder |
BranchBuilder.withProtectedBranch(Boolean value)
Sets the default value for the
Branch.protectedBranch property. |
Copyright © 2016. All rights reserved.