public class GitFluentImpl<A extends GitFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitFluent<A>
| Constructor and Description |
|---|
GitFluentImpl() |
GitFluentImpl(Git instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToUrls(Collection<String> items) |
A |
addToUrls(Integer index,
String item) |
A |
addToUrls(String... items) |
boolean |
equals(Object o) |
String |
getBranch() |
String |
getChartPath() |
String |
getFirstUrl() |
String |
getLastUrl() |
String |
getMatchingUrl(Predicate<String> predicate) |
String |
getUrl(Integer index) |
List<String> |
getUrls() |
Boolean |
hasBranch() |
Boolean |
hasChartPath() |
int |
hashCode() |
Boolean |
hasMatchingUrl(Predicate<String> predicate) |
Boolean |
hasUrls() |
A |
removeAllFromUrls(Collection<String> items) |
A |
removeFromUrls(String... items) |
A |
setToUrls(Integer index,
String item) |
String |
toString() |
A |
withBranch(String branch) |
A |
withChartPath(String chartPath) |
A |
withUrls(List<String> urls) |
A |
withUrls(String... urls) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GitFluentImpl()
public GitFluentImpl(Git instance)
public String getBranch()
public A withBranch(String branch)
withBranch in interface GitFluent<A extends GitFluent<A>>public Boolean hasBranch()
public String getChartPath()
getChartPath in interface GitFluent<A extends GitFluent<A>>public A withChartPath(String chartPath)
withChartPath in interface GitFluent<A extends GitFluent<A>>public Boolean hasChartPath()
hasChartPath in interface GitFluent<A extends GitFluent<A>>public A addAllToUrls(Collection<String> items)
addAllToUrls in interface GitFluent<A extends GitFluent<A>>public A removeFromUrls(String... items)
removeFromUrls in interface GitFluent<A extends GitFluent<A>>public A removeAllFromUrls(Collection<String> items)
removeAllFromUrls in interface GitFluent<A extends GitFluent<A>>public String getFirstUrl()
getFirstUrl in interface GitFluent<A extends GitFluent<A>>public String getLastUrl()
getLastUrl in interface GitFluent<A extends GitFluent<A>>public String getMatchingUrl(Predicate<String> predicate)
getMatchingUrl in interface GitFluent<A extends GitFluent<A>>public Boolean hasMatchingUrl(Predicate<String> predicate)
hasMatchingUrl in interface GitFluent<A extends GitFluent<A>>public Boolean hasUrls()
public boolean equals(Object o)
public int hashCode()
Copyright © 2015–2022 Red Hat. All rights reserved.