public class HgRepositoryAccessData extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
HgRepositoryAccessData.Builder |
Constructor and Description |
---|
HgRepositoryAccessData() |
Modifier and Type | Method and Description |
---|---|
static HgRepositoryAccessData.Builder |
builder() |
static HgRepositoryAccessData.Builder |
builder(HgRepositoryAccessData accessData) |
AuthenticationType |
getAuthenticationType() |
String |
getBranch() |
Duration |
getCommandTimeout() |
String |
getPassword() |
String |
getRepositoryUrl() |
String |
getSshPassphrase() |
String |
getSshPrivateKey() |
String |
getUsername() |
boolean |
isNoRepositoryCache() |
boolean |
isSshCompression() |
boolean |
isVerboseLogs() |
public static HgRepositoryAccessData.Builder builder()
public static HgRepositoryAccessData.Builder builder(@NotNull HgRepositoryAccessData accessData)
public String getRepositoryUrl()
public String getBranch()
public AuthenticationType getAuthenticationType()
public String getUsername()
@Nullable public String getPassword()
public String getSshPrivateKey()
public String getSshPassphrase()
public boolean isSshCompression()
public boolean isNoRepositoryCache()
@NotNull public Duration getCommandTimeout()
public boolean isVerboseLogs()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.