Uses of Enum Class
com.atlassian.bamboo.core.BambooEntityType
Packages that use BambooEntityType
Package
Description
-
Uses of BambooEntityType in com.atlassian.bamboo.chains.cache
Methods in com.atlassian.bamboo.chains.cache that return BambooEntityType -
Uses of BambooEntityType in com.atlassian.bamboo.core
Methods in com.atlassian.bamboo.core that return BambooEntityTypeModifier and TypeMethodDescriptionstatic @NotNull BambooEntityTypeBambooEntityType.fromTypeId(int typeId) Obtains an enum constant ofBambooEntityTypeby type ID.@NotNull BambooEntityTypeBambooEntityOid.getEntityType()Return entity type represented by this OID.ImmutableEntityWithOid.getEntityType()Entity type of this object, used inBambooEntityOid.static BambooEntityTypeReturns the enum constant of this class with the specified name.static BambooEntityType[]BambooEntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bamboo.core with parameters of type BambooEntityTypeModifier and TypeMethodDescriptionstatic BambooEntityOidBambooEntityOid.create(int serverKey, @NotNull BambooEntityType type, long entityOid) Create a new OID object instance based on server key, entity type and entity oid (unique within the server, within entity type).static @NotNull BambooEntityOidBambooEntityOid.maxOidOfType(int serverKey, @NotNull BambooEntityType type) Obtain maximal allowed entity OID for the given server key and entity type.static @NotNull BambooEntityOidBambooEntityOid.minOidOfType(int serverKey, @NotNull BambooEntityType type) Obtain minimal allowed entity OID for the given server key and entity type.@NotNull BambooEntityOidBambooEntityOidService.nextOid(@NotNull BambooEntityType entityType) Return the next availableBambooEntityOidof the given type.@NotNull BambooEntityOidBambooEntityOidServiceImpl.nextOid(@NotNull BambooEntityType entityType) voidBambooEntityOidService.resetOidPool(@NotNull BambooEntityType entityType) Reset pool of OIDs of the given entity type for this Bamboo instance's server key.voidBambooEntityOidServiceImpl.resetOidPool(@NotNull BambooEntityType entityType) -
Uses of BambooEntityType in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return BambooEntityType -
Uses of BambooEntityType in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return BambooEntityTypeModifier and TypeMethodDescriptiondefault BambooEntityTypeInternalDeploymentProject.getEntityType() -
Uses of BambooEntityType in com.atlassian.bamboo.oid
Methods in com.atlassian.bamboo.oid with parameters of type BambooEntityTypeModifier and TypeMethodDescription@NotNull com.google.common.collect.Range<Long>IdGeneratorDao.nextIdRange(@NotNull BambooEntityType entityType) Reserve new range of ids for given entity@NotNull com.google.common.collect.Range<Long>IdGeneratorDaoImpl.nextIdRange(@NotNull BambooEntityType entityType) -
Uses of BambooEntityType in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type BambooEntityTypeModifier and TypeMethodDescription@Nullable BambooEntityOidPlanDao.getMaxPlanOid(int serverKey, @NotNull BambooEntityType entityType) Returns the maxBambooEntityOidthat's currently in use of the specified entity type, with the given server key.@Nullable BambooEntityOidPlanHibernateDao.getMaxPlanOid(int serverKey, @NotNull BambooEntityType entityType) -
Uses of BambooEntityType in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return BambooEntityTypeModifier and TypeMethodDescriptiondefault BambooEntityTypeImmutableChain.getEntityType()default BambooEntityTypeImmutableJob.getEntityType() -
Uses of BambooEntityType in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return BambooEntityType -
Uses of BambooEntityType in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return BambooEntityType -
Uses of BambooEntityType in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return BambooEntityType -
Uses of BambooEntityType in com.atlassian.bamboo.vcs.configuration
Methods in com.atlassian.bamboo.vcs.configuration that return BambooEntityTypeModifier and TypeMethodDescriptiondefault BambooEntityTypePartialVcsRepositoryData.getEntityType()default BambooEntityTypeVcsRepositoryData.getEntityType()