public final class SvnRepositoryAccessData extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SvnRepositoryAccessData.Builder |
Constructor and Description |
---|
SvnRepositoryAccessData() |
Modifier and Type | Method and Description |
---|---|
static SvnRepositoryAccessData.Builder |
builder() |
static SvnRepositoryAccessData.Builder |
builder(SvnRepositoryAccessData accessData) |
AuthenticationType |
getAuthenticationType() |
VcsBranch |
getBranch() |
String |
getBranchDetectionPath() |
org.tmatesoft.svn.core.SVNURL |
getBranchDetectionUrl()
Get url for branch detection - all configuration parts joined together.
|
String |
getBranchPath() |
String |
getKeyFile() |
String |
getManualBranchPath() |
org.tmatesoft.svn.core.SVNURL |
getManualBranchUrl()
Get url for branch creation task - all configuration parts joined together.
|
String |
getManualTagPath() |
org.tmatesoft.svn.core.SVNURL |
getManualTagUrl()
Get url for tag creation task - all configuration parts joined together.
|
String |
getPassphrase() |
String |
getPassword() |
String |
getRepositoryUrl() |
org.tmatesoft.svn.core.SVNURL |
getUrl()
Get repository url - all configuration parts joined together.
|
String |
getUrlAsString()
Get url string without any validation.
|
String |
getUsername() |
boolean |
isAutodetectBranchPath() |
boolean |
isAutodetectTagPath() |
boolean |
isUseExport() |
boolean |
isUseExternals() |
public static SvnRepositoryAccessData.Builder builder()
public static SvnRepositoryAccessData.Builder builder(@NotNull SvnRepositoryAccessData accessData)
public String getRepositoryUrl()
public String getBranchPath()
public VcsBranch getBranch()
public String getUsername()
public String getPassword()
public String getKeyFile()
public String getPassphrase()
@Nullable public AuthenticationType getAuthenticationType()
public boolean isUseExternals()
public boolean isUseExport()
public boolean isAutodetectBranchPath()
public boolean isAutodetectTagPath()
public String getManualBranchPath()
public String getManualTagPath()
public String getBranchDetectionPath()
@Nullable public org.tmatesoft.svn.core.SVNURL getManualBranchUrl() throws org.tmatesoft.svn.core.SVNException
getBranchDetectionPath()
is empty)
If {link isAutodetectBranchPath()
is true this will return null - and branches url will be autodetected.org.tmatesoft.svn.core.SVNException
@Nullable public org.tmatesoft.svn.core.SVNURL getManualTagUrl() throws org.tmatesoft.svn.core.SVNException
isAutodetectTagPath()
is true this will return null - and tags url will be autodetected.org.tmatesoft.svn.core.SVNException
@Nullable public org.tmatesoft.svn.core.SVNURL getBranchDetectionUrl() throws org.tmatesoft.svn.core.SVNException
getBranchDetectionPath()
is null this will return null - and branch will be autodetected.org.tmatesoft.svn.core.SVNException
public org.tmatesoft.svn.core.SVNURL getUrl() throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
public String getUrlAsString()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.