public class JobImportHelper extends Object
Constructor and Description |
---|
JobImportHelper() |
Modifier and Type | Method and Description |
---|---|
static Job |
findJobByKeyExpectingSuccess(DefaultChain defaultChain,
com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference) |
static <T extends ImmutablePlan> |
findPlanByKey(List<T> jobs,
com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference) |
static <T extends ImmutablePlan> |
findPlanByOidOrKey(List<T> jobs,
com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties jobReference) |
public static Job findJobByKeyExpectingSuccess(DefaultChain defaultChain, com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference)
public static <T extends ImmutablePlan> Optional<T> findPlanByKey(List<T> jobs, com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference)
public static <T extends ImmutablePlan> Optional<T> findPlanByOidOrKey(List<T> jobs, com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties jobReference)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.