public class PlanFunctions extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<ImmutablePlan,String> |
getBuildName()
Deprecated.
since 5.10, use method reference to
PlanIdentifier.getBuildName() |
static com.google.common.base.Function<PlanKey,io.atlassian.fugue.Option<ImmutablePlan>> |
toImmutablePlan(CachedPlanManager cachedPlanManager)
Returns a function that Fetches an immutable plan corresponding to the supplied plan key.
|
@Deprecated @NotNull public static com.google.common.base.Function<ImmutablePlan,String> getBuildName()
PlanIdentifier.getBuildName()
@NotNull public static com.google.common.base.Function<PlanKey,io.atlassian.fugue.Option<ImmutablePlan>> toImmutablePlan(@NotNull CachedPlanManager cachedPlanManager)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.