Uses of Interface
com.atlassian.bamboo.core.EntityWithOid
Packages that use EntityWithOid
Package
Description
-
Uses of EntityWithOid in com.atlassian.bamboo.build
Subinterfaces of EntityWithOid in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.chains
Subinterfaces of EntityWithOid in com.atlassian.bamboo.chainsClasses in com.atlassian.bamboo.chains that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.core
Subinterfaces of EntityWithOid in com.atlassian.bamboo.coreClasses in com.atlassian.bamboo.core that implement EntityWithOidModifier and TypeClassDescriptionclass
Abstract class forBambooEntityObject
s which may have aBambooEntityOid
. -
Uses of EntityWithOid in com.atlassian.bamboo.credentials
Subinterfaces of EntityWithOid in com.atlassian.bamboo.credentialsClasses in com.atlassian.bamboo.credentials that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.deployments.projects.persistence
Subinterfaces of EntityWithOid in com.atlassian.bamboo.deployments.projects.persistenceModifier and TypeInterfaceDescriptioninterface
Represents the Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.hibernate
Classes in com.atlassian.bamboo.hibernate that implement EntityWithOidModifier and TypeClassDescriptionclass
A class providing basic id mapping for Hibernate entities. -
Uses of EntityWithOid in com.atlassian.bamboo.plan
Subinterfaces of EntityWithOid in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterface
Mutable version of the plan.interface
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement EntityWithOidModifier and TypeClassDescriptionclass
class
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism. -
Uses of EntityWithOid in com.atlassian.bamboo.plan.branch
Subinterfaces of EntityWithOid in com.atlassian.bamboo.plan.branchClasses in com.atlassian.bamboo.plan.branch that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.plan.task
Classes in com.atlassian.bamboo.plan.task that implement EntityWithOidModifier and TypeClassDescriptionclass
DecoratedTaskDefinitionImpl<T extends TaskContainer>
Decoration of task used when displaying on the UI. -
Uses of EntityWithOid in com.atlassian.bamboo.project
Subinterfaces of EntityWithOid in com.atlassian.bamboo.projectClasses in com.atlassian.bamboo.project that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.repository
Subinterfaces of EntityWithOid in com.atlassian.bamboo.repositoryModifier and TypeInterfaceDescriptioninterface
Represents repository as persisted in the db.Classes in com.atlassian.bamboo.repository that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.task
Subinterfaces of EntityWithOid in com.atlassian.bamboo.taskModifier and TypeInterfaceDescriptioninterface
DecoratedTaskDefinition<T extends TaskContainer>
A definition of one decorated configuration of aTaskType
interface
A definition of one configuration of aTaskType
Classes in com.atlassian.bamboo.task that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.task.runtime
Subinterfaces of EntityWithOid in com.atlassian.bamboo.task.runtimeModifier and TypeInterfaceDescriptioninterface
Task definition extended with runtime informationClasses in com.atlassian.bamboo.task.runtime that implement EntityWithOid -
Uses of EntityWithOid in com.atlassian.bamboo.upgrade.tasks.v5_14
Methods in com.atlassian.bamboo.upgrade.tasks.v5_14 with parameters of type EntityWithOidModifier and TypeMethodDescriptionprotected boolean
AbstractOidAddingUpgradeTask.recalculateOid
(@NotNull EntityWithOid entity, int newServerKey) protected boolean
AbstractOidAddingUpgradeTask.setOidIfMissing
(@NotNull EntityWithOid entity)