Package com.atlassian.bamboo.plan.branch
Class ChainBranchCreationResult
- java.lang.Object
-
- com.atlassian.bamboo.plan.branch.ChainBranchCreationResult
-
@ExperimentalApi public class ChainBranchCreationResult extends Object
Result of creating chain branch. Always a plan branch key, in case of RSS branches contains also RSS detection future.
-
-
Constructor Summary
Constructors Constructor Description ChainBranchCreationResult(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch)
ChainBranchCreationResult(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch, @NotNull Future<Boolean> specsDetectionFuture)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull PlanKey
getPlanKey()
@NotNull Future<Boolean>
getSpecsDetectionFuture()
@NotNull VcsBranch
getVcsBranch()
boolean
isSpecsDetectionEnqueued()
-