Package com.atlassian.bamboo.core
Interface BambooObjectWithOid
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,EntityWithOid
,ImmutableEntityWithOid
- All Known Subinterfaces:
Buildable
,Chain
,ChainBranch
,Job
,MutableCredentialsData
,Plan
,Project
,RepositoryDataEntity
,TopLevelPlan
- All Known Implementing Classes:
AbstractChain
,AbstractPlan
,ChainBranchImpl
,CredentialsDataEntity
,DefaultChain
,DefaultJob
,DefaultProject
,RepositoryDataEntityImpl
@Internal public interface BambooObjectWithOid extends BambooObject, EntityWithOid
- Since:
- 5.15
-
-
Method Summary
-
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
-
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Methods inherited from interface com.atlassian.bamboo.core.EntityWithOid
setOid
-
Methods inherited from interface com.atlassian.bamboo.core.ImmutableEntityWithOid
getEntityType, getOid
-
-