public class VcsConfig extends Configuration
| Constructor and Description |
|---|
VcsConfig() |
VcsConfig(Project project,
Map<ConfigKey,Object> attributes,
String remote,
Boolean httpsPreferred) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getHttpsPreferred()
Flag that specifies that https is preferred.
|
String |
getRemote()
The remote to use.
|
int |
hashCode() |
boolean |
isHttpsPreferred()
Flag that specifies that https is preferred.
|
entrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic String getRemote()
public Boolean getHttpsPreferred()
public boolean isHttpsPreferred()
Copyright © 2018–2021 Red Hat. All rights reserved.