public class VcsConfigFluentImpl<A extends VcsConfigFluent<A>> extends ConfigurationFluentImpl<A> implements VcsConfigFluent<A>
ConfigurationFluentImpl.ProjectNestedImpl<N>ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
VcsConfigFluentImpl() |
VcsConfigFluentImpl(VcsConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getHttpsPreferred() |
String |
getRemote() |
int |
hashCode() |
Boolean |
hasHttpsPreferred() |
Boolean |
hasRemote() |
A |
withHttpsPreferred(Boolean httpsPreferred) |
A |
withNewRemote(String arg0)
Deprecated.
|
A |
withRemote(String remote) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic VcsConfigFluentImpl()
public VcsConfigFluentImpl(VcsConfig instance)
public String getRemote()
getRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public A withRemote(String remote)
withRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public Boolean hasRemote()
hasRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>@Deprecated public A withNewRemote(String arg0)
withNewRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public Boolean getHttpsPreferred()
getHttpsPreferred in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public A withHttpsPreferred(Boolean httpsPreferred)
withHttpsPreferred in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public Boolean hasHttpsPreferred()
hasHttpsPreferred in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends VcsConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluentImpl<A extends VcsConfigFluent<A>>Copyright © 2018–2022 Red Hat. All rights reserved.