@Immutable public class Repository extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Repository.Builder |
static class |
Repository.RepositoryAuthenticationType |
static class |
Repository.Scm |
Modifier and Type | Field and Description |
---|---|
static String |
EXCLUDE_ALL_EXCEPT_MATCHES |
static String |
INCLUDE_ONLY_MATCHES |
Constructor and Description |
---|
Repository() |
Repository(Repository base) |
Modifier and Type | Method and Description |
---|---|
static Repository.Builder |
builder() |
static Repository.Builder |
builder(Repository repository) |
Repository.RepositoryAuthenticationType |
getAuthenticationMethod() |
String |
getAuthType() |
String |
getCvsRoot() |
String |
getIncludeExcludeFileOption() |
String |
getIncludeExcludeRegex() |
String |
getKeyFile() |
String |
getLinkedRepositoryName() |
String |
getPassword() |
String |
getPerforcePort() |
String |
getRepositoryBranch() |
RepositoryDescriptor |
getRepositoryDescriptor() |
String |
getRepositoryName() |
String |
getRepositoryUrl() |
Repository.Scm |
getScm() |
String |
getSharedCredentialName() |
String |
getSshCredentialsSource() |
String |
getSshKeyPath() |
String |
getSshPassPhrase() |
String |
getStashProjectName() |
String |
getStashRepositoryName() |
String |
getUserName() |
boolean |
isBambooSpecsEnabled() |
boolean |
isLfs() |
void |
setLfs(boolean lfs) |
void |
setLinkedRepositoryName(String linkedRepositoryName) |
public static final String INCLUDE_ONLY_MATCHES
public static final String EXCLUDE_ALL_EXCEPT_MATCHES
public Repository()
public Repository(Repository base)
public static Repository.Builder builder()
public static Repository.Builder builder(Repository repository)
public Repository.Scm getScm()
public Repository.RepositoryAuthenticationType getAuthenticationMethod()
public String getKeyFile()
public String getUserName()
public String getPassword()
public String getPerforcePort()
public String getRepositoryName()
public String getRepositoryBranch()
public String getRepositoryUrl()
public String getAuthType()
public String getSshCredentialsSource()
public String getSshKeyPath()
public String getSshPassPhrase()
public String getStashProjectName()
public String getStashRepositoryName()
public RepositoryDescriptor getRepositoryDescriptor()
public String getCvsRoot()
public String getIncludeExcludeFileOption()
public String getIncludeExcludeRegex()
public String getSharedCredentialName()
public boolean isLfs()
public void setLfs(boolean lfs)
public String getLinkedRepositoryName()
public void setLinkedRepositoryName(String linkedRepositoryName)
public boolean isBambooSpecsEnabled()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.