public final class PlanHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Predicate<ImmutableChain> |
defaultRepositoryAsRootPredicate(long repositoryId)
passes chains when the default plan repository definition points to root definition with given id
|
static ImmutableJob |
getBranchedImmutableJob(ImmutableChain chainBranch,
ImmutableJob masterJob)
Searches for a corresponding job in a branch.
|
static ImmutableChainStage |
getBranchedStage(ImmutableChain chainBranch,
ImmutableChainStage masterStage) |
static Stream<ImmutableJob> |
getBranchesForJob(CachedPlanManager cachedPlanManager,
ImmutableJob masterJob) |
static <T> T |
getConfigObject(BuildDefinition planDefinition,
String key,
Class<T> clazz) |
static <T> T |
getConfigObject(ImmutablePlan plan,
String key,
Class<T> clazz) |
static String |
getCurrentStatus(ImmutablePlan plan) |
static PlanRepositoryDefinition |
getDefaultPlanRepositoryDefinition(ImmutablePlan plan) |
static Set<PlanKey> |
getMasterAndBranchesKeys(CachedPlanManager cachedPlanManager,
PlanKey masterOrBranchKey)
Get keys of all branches and master plan.
|
static Chain |
getMasterPlan(Chain plan)
Get master plan if plan has master or passed plan otherwise.
|
static ImmutableChain |
getMasterPlan(ImmutableChain plan)
Get master plan if plan has master or passed plan otherwise.
|
static ImmutablePlan |
getMasterPlan(ImmutablePlan plan)
Get master plan if plan has master or passed plan otherwise.
|
static PlanKey |
getMasterPlanKey(ImmutablePlan plan)
Get planKey of master plan if plan has master or planKey of passed plan otherwise.
|
static long |
getPermissionPlanId(ImmutablePlan plan) |
static Set<PlanKey> |
getPlanKeysOfBranchesSharingConfiguration(CachedPlanManager cachedPlanManager,
PlanKey masterOrBranchKey)
Get keys of all branches (including master plan if applicable) that share the configuration.
|
static PlanRepositoryDefinition |
getPlanRepositoryDefinitionById(ImmutablePlan plan,
long id) |
static LinkedHashMap<Long,PlanRepositoryDefinition> |
getPlanRepositoryDefinitionMap(ImmutablePlan plan) |
static List<PlanRepositoryDefinition> |
getPlanRepositoryDefinitions(ImmutablePlan plan) |
static List<PlanRepositoryDefinition> |
getPlanRepositoryDefinitionsByType(ImmutablePlan plan,
String pluginKey) |
static boolean |
hasMultipleBranches(CachedPlanManager cachedPlanManager,
PlanKey planKey) |
static boolean |
haveTheSameMaster(CachedPlanManager cachedPlanManager,
ImmutableChain masterOrBranchA,
ImmutableChain masterOrBranchB) |
static boolean |
haveTheSameMaster(CachedPlanManager cachedPlanManager,
PlanKey masterOrBranchKeyA,
PlanKey masterOrBranchKeyB) |
static boolean |
isDefault(PlanRepositoryDefinition repositoryDefinition) |
static boolean |
isDivergentBranch(ImmutableChain chain) |
static boolean |
isDivergentBranch(ImmutablePlan plan) |
public static boolean isDivergentBranch(@NotNull ImmutablePlan plan)
public static boolean isDivergentBranch(@NotNull ImmutableChain chain)
@NotNull public static LinkedHashMap<Long,PlanRepositoryDefinition> getPlanRepositoryDefinitionMap(@NotNull ImmutablePlan plan)
public static List<PlanRepositoryDefinition> getPlanRepositoryDefinitions(@NotNull ImmutablePlan plan)
public static List<PlanRepositoryDefinition> getPlanRepositoryDefinitionsByType(@NotNull ImmutablePlan plan, @NotNull String pluginKey)
public static PlanRepositoryDefinition getPlanRepositoryDefinitionById(@NotNull ImmutablePlan plan, long id)
@Nullable public static PlanRepositoryDefinition getDefaultPlanRepositoryDefinition(@NotNull ImmutablePlan plan)
public static boolean isDefault(@NotNull PlanRepositoryDefinition repositoryDefinition)
public static String getCurrentStatus(@NotNull ImmutablePlan plan)
@NotNull public static ImmutablePlan getMasterPlan(@NotNull ImmutablePlan plan)
plan
- @NotNull public static ImmutableChain getMasterPlan(@NotNull ImmutableChain plan)
plan
- @NotNull public static Chain getMasterPlan(@NotNull Chain plan)
plan
- @NotNull public static PlanKey getMasterPlanKey(@NotNull ImmutablePlan plan)
plan
- public static ImmutableJob getBranchedImmutableJob(ImmutableChain chainBranch, ImmutableJob masterJob)
chainBranch
- branch where job has to be searchedmasterJob
- job which is to be found in a branchImmutableJob
or null if not found@NotNull public static ImmutableChainStage getBranchedStage(ImmutableChain chainBranch, ImmutableChainStage masterStage)
@Nullable public static <T> T getConfigObject(@NotNull ImmutablePlan plan, @NotNull String key, @NotNull Class<T> clazz)
@Nullable public static <T> T getConfigObject(@NotNull BuildDefinition planDefinition, @NotNull String key, @NotNull Class<T> clazz)
public static long getPermissionPlanId(ImmutablePlan plan)
@NotNull public static Set<PlanKey> getMasterAndBranchesKeys(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey)
cachedPlanManager
- cachedPlanManager beanmasterOrBranchKey
- key of either master plan or one of the branches in the family@NotNull public static Set<PlanKey> getPlanKeysOfBranchesSharingConfiguration(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey)
cachedPlanManager
- cachedPlanManager beanmasterOrBranchKey
- key of either master plan or one of the branches in the familypublic static Stream<ImmutableJob> getBranchesForJob(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableJob masterJob)
public static boolean haveTheSameMaster(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKeyA, @NotNull PlanKey masterOrBranchKeyB)
public static boolean haveTheSameMaster(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableChain masterOrBranchA, @NotNull ImmutableChain masterOrBranchB)
public static boolean hasMultipleBranches(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey)
public static Predicate<ImmutableChain> defaultRepositoryAsRootPredicate(long repositoryId)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.