Package com.atlassian.bamboo.plan.branch
Interface BranchIntegrationPoint
-
- All Known Implementing Classes:
BranchIntegrationPointImpl
public interface BranchIntegrationPoint
Branch integration points container. One of the methods should return not null.- Since:
- 6.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable PlanKey
getIntegrationPlanBranchKey()
@Nullable String
getIntegrationVcsReference()
VCS reference used for merging.
-