Class BitbucketServerBranchCreator

java.lang.Object
com.atlassian.bamboo.plugins.stash.v2.AbstractBitbucketServerExecutor
com.atlassian.bamboo.plugins.stash.v2.BitbucketServerBranchCreator
All Implemented Interfaces:
VcsBranchCreator

public class BitbucketServerBranchCreator extends AbstractBitbucketServerExecutor implements VcsBranchCreator
  • Constructor Details

    • BitbucketServerBranchCreator

      public BitbucketServerBranchCreator()
  • 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 interface VcsBranchCreator
      Throws:
      RepositoryException