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) |
String |
getRemote() |
int |
hashCode() |
Boolean |
hasHttpsPreferred() |
Boolean |
hasRemote() |
boolean |
isHttpsPreferred() |
A |
withHttpsPreferred(boolean httpsPreferred) |
A |
withNewRemote(String arg1) |
A |
withNewRemote(StringBuffer arg1) |
A |
withNewRemote(StringBuilder arg1) |
A |
withRemote(String remote) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, aggregate, aggregate, build, build, builderOfclone, 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>>public A withNewRemote(String arg1)
withNewRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public A withNewRemote(StringBuilder arg1)
withNewRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public A withNewRemote(StringBuffer arg1)
withNewRemote in interface VcsConfigFluent<A extends VcsConfigFluent<A>>public boolean isHttpsPreferred()
isHttpsPreferred 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–2021 Red Hat. All rights reserved.