public class BranchIntegrationPointImpl extends Object implements BranchIntegrationPoint
| Modifier and Type | Method and Description |
|---|---|
static BranchIntegrationPointImpl |
forPlanBranch(PlanKey branchKey)
Creates an integration point for a given plan branch.
|
static BranchIntegrationPointImpl |
forVcsReference(String vcsReference)
Creates an integration point for the given VCS reference.
|
PlanKey |
getIntegrationPlanBranchKey() |
String |
getIntegrationVcsReference()
VCS reference used for merging.
|
@NotNull public static BranchIntegrationPointImpl forPlanBranch(@NotNull PlanKey branchKey)
branchKey - key of the plan branchBranchIntegrationPoint.getIntegrationPlanBranchKey()@NotNull public static BranchIntegrationPointImpl forVcsReference(@NotNull String vcsReference)
vcsReference - VCS referenceBranchIntegrationPoint.getIntegrationVcsReference()@Nullable public PlanKey getIntegrationPlanBranchKey()
getIntegrationPlanBranchKey in interface BranchIntegrationPoint@Nullable public String getIntegrationVcsReference()
BranchIntegrationPointgetIntegrationVcsReference in interface BranchIntegrationPointCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.