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 TypeMethodDescriptionvoidsetOid(BambooEntityOid oid) Assign a newBambooEntityOidto this object.Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType, getOid
-
Method Details
-
setOid
Assign a newBambooEntityOidto this object. TheBambooEntityOid.getEntityType()should be the same as this object'sImmutableEntityWithOid.getEntityType().
-