Class SvnBranchCreator
java.lang.Object
com.atlassian.bamboo.repository.svn.v2.AbstractSvnExecutor
com.atlassian.bamboo.repository.svn.v2.SvnBranchCreator
- All Implemented Interfaces:
VcsBranchCreator
-
Field Summary
Fields inherited from class com.atlassian.bamboo.repository.svn.v2.AbstractSvnExecutor
customVariableContext, svnClientManagerFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createBranch
(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger) Creates new branch from revision vcsRevisionKey with given branchName.Methods inherited from class com.atlassian.bamboo.repository.svn.v2.AbstractSvnExecutor
checkPathExists, copyRepository, doInfo, extractTrustedKey, getBranchDetectionRootUrl, getBranchRootUrl, getCommits, getSubstitutedAccessData, getSubstitutedAccessDataBuilder, getSvnClientManager, getTagRootUrl, getWorkingCopyFormatFromConfiguration, substituteString, svnUrltoVcsBranch
-
Constructor Details
-
SvnBranchCreator
public SvnBranchCreator()
-
-
Method Details
-
createBranch
public void createBranch(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull String branchName, @NotNull @NotNull String vcsRevisionKey, @Nullable @Nullable String checkoutLocation, @Nullable @Nullable BuildLogger buildLogger) throws RepositoryException Description copied from interface:VcsBranchCreator
Creates new branch from revision vcsRevisionKey with given branchName. If code was checked out during job - checkout location will be given If called from something having build context (like task) - build logger may be given for some logs in result- Specified by:
createBranch
in interfaceVcsBranchCreator
- Throws:
RepositoryException
-