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
public interface EntityWithOid extends ImmutableEntityWithOid
Object that may contain or be assigned aBambooEntityOid
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOid(BambooEntityOid oid)
Assign a newBambooEntityOid
to this object.-
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType, getOid
-
-
-
-
Method Detail
-
setOid
void setOid(BambooEntityOid oid)
Assign a newBambooEntityOid
to this object. TheBambooEntityOid.getEntityType()
should be the same as this object'sImmutableEntityWithOid.getEntityType()
.
-
-