public class SvnBranchCreator extends AbstractSvnExecutor implements VcsBranchCreator
svnClientManagerFactory
Constructor and Description |
---|
SvnBranchCreator() |
Modifier and Type | Method and Description |
---|---|
void |
createBranch(VcsRepositoryData repositoryData,
String branchName,
String vcsRevisionKey,
String checkoutLocation,
BuildLogger buildLogger)
Creates new branch from revision vcsRevisionKey with given branchName.
|
checkPathExists, copyRepository, extractTrustedKey, getBranchDetectionRootUrl, getBranchRootUrl, getSubstitutedAccessData, getSubstitutedAccessDataBuilder, getSvnClientManager, getTagRootUrl, getWorkingCopyFormatFromConfiguration, substituteString
public void createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) throws RepositoryException
VcsBranchCreator
createBranch
in interface VcsBranchCreator
RepositoryException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.