Package com.atlassian.bamboo.plan.branch
Class ChainBranchCreationResult
java.lang.Object
com.atlassian.bamboo.plan.branch.ChainBranchCreationResult
Result of creating chain branch. Always a plan branch key, in case of RSS branches contains also RSS detection future.
-
Constructor Summary
ConstructorDescriptionChainBranchCreationResult
(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch) ChainBranchCreationResult
(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch, @NotNull Future<Boolean> specsDetectionFuture) -
Method Summary
-
Constructor Details
-
ChainBranchCreationResult
-
ChainBranchCreationResult
-
-
Method Details
-
isSpecsDetectionEnqueued
public boolean isSpecsDetectionEnqueued() -
getPlanKey
-
getVcsBranch
-
getSpecsDetectionFuture
-