public class GitBuilder extends GitFluentImpl<GitBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Git,GitBuilder>
| Constructor and Description |
|---|
GitBuilder() |
GitBuilder(Boolean validationEnabled) |
GitBuilder(Git instance) |
GitBuilder(Git instance,
Boolean validationEnabled) |
GitBuilder(GitFluent<?> fluent) |
GitBuilder(GitFluent<?> fluent,
Boolean validationEnabled) |
GitBuilder(GitFluent<?> fluent,
Git instance) |
GitBuilder(GitFluent<?> fluent,
Git instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Git |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToUrls, addNewUrl, addToUrls, addToUrls, getBranch, getChartPath, getFirstUrl, getLastUrl, getMatchingUrl, getUrl, getUrls, hasBranch, hasChartPath, hasMatchingUrl, hasUrls, removeAllFromUrls, removeFromUrls, setToUrls, withBranch, withChartPath, withNewBranch, withNewChartPath, withUrls, withUrlsaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic GitBuilder()
public GitBuilder(Boolean validationEnabled)
public GitBuilder(GitFluent<?> fluent)
public GitBuilder(Git instance)
public Git build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Git>public boolean equals(Object o)
equals in class GitFluentImpl<GitBuilder>public int hashCode()
hashCode in class GitFluentImpl<GitBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.