com.atlassian.bamboo.repository
Interface BranchingAwareRepository
- All Superinterfaces:
- BambooPluginModule, BuildConfigurationAwarePlugin, ConfigurablePlugin, ConvertibleFromConfig, DescriptionProvider, InitablePluginModule, NameProvider, RenderableBuildConfiguration, Repository, RepositoryV2, java.io.Serializable
- All Known Implementing Classes:
- SvnRepository
public interface BranchingAwareRepository
- extends Repository
Repository that supports branching operation.
- Since:
- 3.1
- See Also:
Repository
Method Summary |
void |
createBranch(long repositoryId,
java.lang.String branchName,
BuildContext buildContext)
Creates branch in the repository. |
createBranch
void createBranch(long repositoryId,
@NotNull
java.lang.String branchName,
@NotNull
BuildContext buildContext)
throws RepositoryException
- Creates branch in the repository.
- Parameters:
branchName
- name of new branchbuildContext
- build context
- Throws:
RepositoryException
Copyright © 2012 Atlassian. All Rights Reserved.