Uses of Interface
com.atlassian.bamboo.plan.PlanKeyProvider
-
-
Uses of PlanKeyProvider in com.atlassian.bamboo.build
Subinterfaces of PlanKeyProvider in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
Job
Classes in com.atlassian.bamboo.build that implement PlanKeyProvider Modifier and Type Class Description class
DefaultJob
-
Uses of PlanKeyProvider in com.atlassian.bamboo.chains
Subinterfaces of PlanKeyProvider in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.Classes in com.atlassian.bamboo.chains that implement PlanKeyProvider Modifier and Type Class Description class
DefaultChain
-
Uses of PlanKeyProvider in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Classes in com.atlassian.bamboo.pageobjects.pages.plan.configuration that implement PlanKeyProvider Modifier and Type Class Description static class
DependenciesConfigurationPage.PlanDependencyElement
-
Uses of PlanKeyProvider in com.atlassian.bamboo.plan
Subinterfaces of PlanKeyProvider in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
Plan
Mutable version of the plan.interface
PlanIdentifier
Represents the minimal information about a Planinterface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement PlanKeyProvider Modifier and Type Class Description class
AbstractChain
class
AbstractPlan
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.class
PlanIdentifierImpl
Fields in com.atlassian.bamboo.plan with type parameters of type PlanKeyProvider Modifier and Type Field Description static @NotNull com.google.common.base.Function<PlanKeyProvider,PlanKey>
PlanKeyProvider. getPlanKey
Deprecated.since Bamboo 6.2, use reference togetPlanKey()
-
Uses of PlanKeyProvider in com.atlassian.bamboo.plan.branch
Subinterfaces of PlanKeyProvider in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.interface
ChainBranchIdentifier
Classes in com.atlassian.bamboo.plan.branch that implement PlanKeyProvider Modifier and Type Class Description class
ChainBranchIdentifierImpl
class
ChainBranchImpl
-
Uses of PlanKeyProvider in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement PlanKeyProvider Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of PlanKeyProvider in com.atlassian.bamboo.plan.cache
Subinterfaces of PlanKeyProvider in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableBuildable
interface
ImmutableChain
Represents aChain
that is immutable.interface
ImmutableChainBranch
Interface of an immutable version ofChainBranch
interface
ImmutableJob
Immutable, threadsafe cacheable version ofJob
interface
ImmutablePlan
Represents aPlan
that is immutable.interface
ImmutableTopLevelPlan
Represents aTopLevelPlan
that is immutable.Classes in com.atlassian.bamboo.plan.cache that implement PlanKeyProvider Modifier and Type Class Description class
AbstractImmutableChain
class
AbstractImmutablePlan
class
ImmutableChainImpl
AImmutableChain
implementation.class
ImmutableJobImpl
-
Uses of PlanKeyProvider in com.atlassian.bamboo.plugins.jira.summary.build
Classes in com.atlassian.bamboo.plugins.jira.summary.build that implement PlanKeyProvider Modifier and Type Class Description class
BuildResultForAggregate
Parses a specific subset of a BuildResultSummary. -
Uses of PlanKeyProvider in com.atlassian.bamboo.resultsummary.search
Methods in com.atlassian.bamboo.resultsummary.search with type parameters of type PlanKeyProvider Modifier and Type Method Description <T extends PlanKeyProvider>
@NotNull List<T>PlanResultSearcher. findByJiraCriteriaAndTransform(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Function<ChainResultsSummary,T> transformation)
FindChainResultsSummary
relevant to given set of Jira issue keys and apply transformation.<T extends PlanKeyProvider>
List<T>PlanResultSearcherImpl. findByJiraCriteriaAndTransform(@NotNull ByJiraIssueResultSearchCriteria jiraCriteria, @NotNull ResultSummarySearchCriteria criteria, @NotNull Function<ChainResultsSummary,T> transformation)
-
Uses of PlanKeyProvider in com.atlassian.bamboo.ww2.beans
Classes in com.atlassian.bamboo.ww2.beans that implement PlanKeyProvider Modifier and Type Class Description class
DecoratedPlan
static class
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.
-