public class PlanImportHelper extends Object
Constructor and Description |
---|
PlanImportHelper() |
Modifier and Type | Method and Description |
---|---|
static Optional<TopLevelPlan> |
findExistingPlanByOidOrKey(com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties,
PlanManager planManager) |
static <T extends Chain> |
findExistingPlanByOidOrKey(com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties,
PlanManager planManager,
Class<T> clazz) |
static <T extends Chain> |
findExistingPlanByOidOrKey(com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties,
PlanManager planManager,
Class<T> clazz) |
public static Optional<TopLevelPlan> findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager)
public static <T extends Chain> Optional<T> findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz)
public static <T extends Chain> Optional<T> findExistingPlanByOidOrKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties, PlanManager planManager, @NotNull Class<T> clazz)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.