Uses of Class
com.atlassian.bamboo.core.BambooEntityType
-
-
Uses of BambooEntityType in com.atlassian.bamboo.chains.cache
Methods in com.atlassian.bamboo.chains.cache that return BambooEntityType Modifier and Type Method Description default BambooEntityType
ImmutableChainStage. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.core
Methods in com.atlassian.bamboo.core that return BambooEntityType Modifier and Type Method Description static @NotNull BambooEntityType
BambooEntityType. fromTypeId(int typeId)
Obtains an enum constant ofBambooEntityType
by type ID.@NotNull BambooEntityType
BambooEntityOid. getEntityType()
Return entity type represented by this OID.BambooEntityType
ImmutableEntityWithOid. getEntityType()
Entity type of this object, used inBambooEntityOid
.static BambooEntityType
BambooEntityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BambooEntityType[]
BambooEntityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.core with parameters of type BambooEntityType Modifier and Type Method Description static BambooEntityOid
BambooEntityOid. 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 BambooEntityOid
BambooEntityOid. maxOidOfType(int serverKey, @NotNull BambooEntityType type)
Obtain maximal allowed entity OID for the given server key and entity type.static @NotNull BambooEntityOid
BambooEntityOid. minOidOfType(int serverKey, @NotNull BambooEntityType type)
Obtain minimal allowed entity OID for the given server key and entity type.@NotNull BambooEntityOid
BambooEntityOidService. nextOid(@NotNull BambooEntityType entityType)
Return the next availableBambooEntityOid
of the given type.@NotNull BambooEntityOid
BambooEntityOidServiceImpl. nextOid(@NotNull BambooEntityType entityType)
void
BambooEntityOidService. resetOidPool(@NotNull BambooEntityType entityType)
Reset pool of OIDs of the given entity type for this Bamboo instance's server key.void
BambooEntityOidServiceImpl. resetOidPool(@NotNull BambooEntityType entityType)
-
Uses of BambooEntityType in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return BambooEntityType Modifier and Type Method Description default BambooEntityType
CredentialsData. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return BambooEntityType Modifier and Type Method Description default BambooEntityType
InternalDeploymentProject. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.oid
Methods in com.atlassian.bamboo.oid with parameters of type BambooEntityType Modifier and Type Method Description @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 BambooEntityType Modifier and Type Method Description @Nullable BambooEntityOid
PlanDao. getMaxPlanOid(int serverKey, @NotNull BambooEntityType entityType)
Returns the maxBambooEntityOid
that's currently in use of the specified entity type, with the given server key.@Nullable BambooEntityOid
PlanHibernateDao. getMaxPlanOid(int serverKey, @NotNull BambooEntityType entityType)
-
Uses of BambooEntityType in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return BambooEntityType Modifier and Type Method Description default BambooEntityType
ImmutableChain. getEntityType()
default BambooEntityType
ImmutableJob. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return BambooEntityType Modifier and Type Method Description default BambooEntityType
Project. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return BambooEntityType Modifier and Type Method Description default BambooEntityType
RepositoryData. getEntityType()
Deprecated.default BambooEntityType
RepositoryDataEntity. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return BambooEntityType Modifier and Type Method Description default BambooEntityType
TaskDefinition. getEntityType()
-
Uses of BambooEntityType in com.atlassian.bamboo.vcs.configuration
Methods in com.atlassian.bamboo.vcs.configuration that return BambooEntityType Modifier and Type Method Description default BambooEntityType
PartialVcsRepositoryData. getEntityType()
default BambooEntityType
VcsRepositoryData. getEntityType()
-