Package com.atlassian.bamboo.core
Interface EntityWithOid
- All Superinterfaces:
ImmutableEntityWithOid
- All Known Subinterfaces:
BambooObjectWithOid
,Buildable
,Chain
,ChainBranch
,ChainStage
,DecoratedTaskDefinition<T>
,Job
,MutableCredentialsData
,MutableDeploymentProject
,Plan
,Project
,RepositoryDataEntity
,RuntimeTaskDefinition
,TaskDefinition
,TopLevelPlan
- All Known Implementing Classes:
AbstractChain
,AbstractPlan
,BambooEntityWithOid
,ChainBranchImpl
,ChainStageImpl
,CredentialsDataEntity
,DecoratedTaskDefinitionImpl
,DefaultChain
,DefaultJob
,DefaultProject
,HibernateBambooEntityWithOid
,ImmutableTaskDefinition
,MutableDeploymentProjectImpl
,RepositoryDataEntityImpl
,RuntimeTaskDefinitionImpl
,TaskDefinitionImpl
Object that may contain or be assigned a
BambooEntityOid
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOid
(BambooEntityOid oid) Assign a newBambooEntityOid
to this object.Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType, getOid
-
Method Details
-
setOid
Assign a newBambooEntityOid
to this object. TheBambooEntityOid.getEntityType()
should be the same as this object'sImmutableEntityWithOid.getEntityType()
.
-