Uses of Class
com.atlassian.bamboo.plan.AbstractChain
-
-
Uses of AbstractChain in com.atlassian.bamboo.chains
Subclasses of AbstractChain in com.atlassian.bamboo.chains Modifier and Type Class Description class
DefaultChain
-
Uses of AbstractChain in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers with parameters of type AbstractChain Modifier and Type Method Description static Job
JobImportHelper. findJobByKeyExpectingSuccess(AbstractChain defaultChain, com.atlassian.bamboo.specs.api.model.BambooKeyProperties jobReference)
-
Uses of AbstractChain in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type AbstractChain Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<AbstractChain,ChainStage>
AbstractChain_. allStages
static javax.persistence.metamodel.SingularAttribute<AbstractChain,NotificationSet>
AbstractChain_. notificationSet
static javax.persistence.metamodel.SingularAttribute<AbstractChain,Long>
AbstractChain_. notificationSetId
static javax.persistence.metamodel.SingularAttribute<AbstractChain,ChainStorageTag>
AbstractChain_. storageTag
-
Uses of AbstractChain in com.atlassian.bamboo.plan.branch
Subclasses of AbstractChain in com.atlassian.bamboo.plan.branch Modifier and Type Class Description class
ChainBranchImpl
-
Uses of AbstractChain in com.atlassian.bamboo.plan.rss
Fields in com.atlassian.bamboo.plan.rss with type parameters of type AbstractChain Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<PlanVcsBambooSpecsSourceImpl,AbstractChain>
PlanVcsBambooSpecsSourceImpl_. plan
-