public class VcsConfigFluent<A extends VcsConfigFluent<A>> extends ConfigurationFluent<A>
ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
VcsConfigFluent() |
VcsConfigFluent(VcsConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(VcsConfig instance) |
boolean |
equals(Object o) |
Boolean |
getHttpsPreferred() |
String |
getRemote() |
int |
hashCode() |
boolean |
hasHttpsPreferred() |
boolean |
hasRemote() |
String |
toString() |
A |
withHttpsPreferred() |
A |
withHttpsPreferred(Boolean httpsPreferred) |
A |
withRemote(String remote) |
addToAttributes, addToAttributes, buildProject, copyInstance, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic VcsConfigFluent()
public VcsConfigFluent(VcsConfig instance)
protected void copyInstance(VcsConfig instance)
public String getRemote()
public boolean hasRemote()
public Boolean getHttpsPreferred()
public boolean hasHttpsPreferred()
public boolean equals(Object o)
equals in class ConfigurationFluent<A extends VcsConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluent<A extends VcsConfigFluent<A>>public String toString()
toString in class ConfigurationFluent<A extends VcsConfigFluent<A>>public A withHttpsPreferred()
Copyright © 2018–2023 Red Hat. All rights reserved.