Uses of Class
com.atlassian.bamboo.core.BambooEntityOid
Package
Description
-
Uses of BambooEntityOid in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable BambooEntityOid
ChainStageDao.getMaxStageOid
(int serverKey) Returns the maxBambooEntityOid
that's currently in use ofBambooEntityType.STAGE
type, with the given server key.@Nullable BambooEntityOid
ChainStageHibernateDao.getMaxStageOid
(int serverKey) -
Uses of BambooEntityOid in com.atlassian.bamboo.chains.cache
-
Uses of BambooEntityOid in com.atlassian.bamboo.core
Modifier and TypeMethodDescriptionstatic 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 BambooEntityOid
BambooEntityOid.create
(long oid) Create a new OID object instance from it's serialized representation.static BambooEntityOid
BambooEntityOid.createFromExternalValue
(String externalValue) BambooEntityWithOid.getOid()
ImmutableEntityWithOid.getOid()
OID assigned to this object.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) Modifier and TypeMethodDescriptionvoid
BambooEntityWithOid.setOid
(BambooEntityOid oid) void
EntityWithOid.setOid
(BambooEntityOid oid) Assign a newBambooEntityOid
to this object. -
Uses of BambooEntityOid in com.atlassian.bamboo.credentials
Modifier and TypeMethodDescription@NotNull BambooEntityOid
CredentialsDao.getMaxCredentialOid
(int serverKey) @NotNull BambooEntityOid
CredentialsHibernateDao.getMaxCredentialOid
(int serverKey) CredentialsDataImpl.getOid()
Modifier and TypeMethodDescription@Nullable MutableCredentialsData
CredentialsDao.findByOid
(@NotNull BambooEntityOid oid) Shortcut forBambooObjectWithOidDao.findByOid(BambooEntityOid, Class)
.@Nullable MutableCredentialsData
CredentialsHibernateDao.findByOid
(@NotNull BambooEntityOid oid) @Nullable CredentialsData
CredentialsAccessor.getCredentialsByOid
(BambooEntityOid oid) Find shared credentials byBambooEntityOid
CredentialsManagerImpl.getCredentialsByOid
(BambooEntityOid oid) @NotNull Optional<CredentialsData>
EncryptedCredentialsAccessor.getCredentialsByOid
(@NotNull BambooEntityOid oid) Gets the shared credentials byoid
without decrypting its configuration.@NotNull Optional<CredentialsData>
EncryptedCredentialsAccessorImpl.getCredentialsByOid
(@NotNull BambooEntityOid oid) ModifierConstructorDescriptionCredentialsDataEntity
(String pluginKey, String name, String xml, @Nullable BambooEntityOid oid, @Nullable Long projectId) CredentialsDataEntity
(String pluginKey, String name, Map<String, String> configuration, @Nullable BambooEntityOid oid, @Nullable Long projectId) -
Uses of BambooEntityOid in com.atlassian.bamboo.deployments.projects
-
Uses of BambooEntityOid in com.atlassian.bamboo.deployments.projects.persistence
Modifier and TypeMethodDescription@NotNull BambooEntityOid
DeploymentProjectDao.getMaxDeploymentProjectOid
(int serverKey) @NotNull BambooEntityOid
DeploymentProjectDaoImpl.getMaxDeploymentProjectOid
(int serverKey) Modifier and TypeMethodDescription@Nullable MutableDeploymentProject
DeploymentProjectDao.findDeploymentProjectByOid
(BambooEntityOid oid) @Nullable MutableDeploymentProject
DeploymentProjectDaoImpl.findDeploymentProjectByOid
(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.fieldvalue
Modifier and TypeMethodDescriptionstatic @Nullable BambooEntityOid
TaskConfigurationUtils.getMaxTaskOid
(int serverKey) Returns the maxBambooEntityOid
that's currently in use ofBambooEntityType.TASK
type, with the given server key. -
Uses of BambooEntityOid in com.atlassian.bamboo.hibernate
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<HibernateBambooEntityWithOid,
BambooEntityOid> HibernateBambooEntityWithOid_.oid
-
Uses of BambooEntityOid in com.atlassian.bamboo.oid
Modifier and TypeMethodDescriptionvoid
IdGeneratorDao.resetId
(@NotNull BambooEntityOid lastOid) Reset forward next id value in generator for given entity.void
IdGeneratorDaoImpl.resetId
(@NotNull BambooEntityOid lastOid) -
Uses of BambooEntityOid in com.atlassian.bamboo.persistence3
Modifier and TypeMethodDescription@NotNull BambooEntityOid
BambooEntityOidUserType.fromLong
(long oid) Modifier and TypeMethodDescriptionBambooHibernateObjectWithOidDao.findByOid
(@NotNull BambooEntityOid oid, @NotNull Class<? extends E> aClass) BambooHibernateVersionAwareObjectWithOidDao.findByOid
(@NotNull BambooEntityOid oid, @NotNull Class<? extends E> aClass) BambooObjectWithOidDao.findByOid
(@NotNull BambooEntityOid oid, @NotNull Class<? extends E> aClass) long
BambooEntityOidUserType.toLong
(@NotNull BambooEntityOid entityOid) -
Uses of BambooEntityOid in com.atlassian.bamboo.plan
Modifier and TypeMethodDescription@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) Modifier and TypeMethodDescription<T extends Plan>
TPlanManager.getPlanByOid
(BambooEntityOid oid, Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanByOid
(BambooEntityOid oid, Class<T> planType) -
Uses of BambooEntityOid in com.atlassian.bamboo.plan.artifact
Modifier and TypeMethodDescription@NotNull BambooEntityOid
ArtifactDefinitionDao.getMaxArtifactDefinitionOid
(int serverKey) Find maximum oid used by existing objects in the db.@NotNull BambooEntityOid
ArtifactDefinitionHibernateDao.getMaxArtifactDefinitionOid
(int serverKey) -
Uses of BambooEntityOid in com.atlassian.bamboo.plan.cache
-
Uses of BambooEntityOid in com.atlassian.bamboo.plan.dto
Modifier and TypeMethodDescriptionFlatChainStageDto.getOid()
FlatChainStageDtoImpl.getOid()
PlanDto.getOid()
PlanDtoImpl.getOid()
ModifierConstructorDescriptionFlatChainStageDtoImpl
(Long id, String name, String description, Boolean manual, Boolean finalStage, Boolean markedForDeletion, Long chainId, BambooEntityOid oid, Integer listPosition) PlanDtoImpl
(Long id, String buildType, Date creationDate, PlanKey planKey, String buildKey, String buildName, String description, Boolean suspendedFromBuilding, Boolean markedForDeletion, BambooEntityOid oid, Long projectId, Long masterId, ChainStorageTag storageTag, String linkedJiraIssue, Boolean remoteJiraLinkRequired, Boolean divergent, Long stageId, String buildDefinitionXmlData, Long notificationSetId, Long requirementSetId, Long version) -
Uses of BambooEntityOid in com.atlassian.bamboo.project
Modifier and TypeMethodDescription@Nullable BambooEntityOid
ProjectDao.getMaxProjectOid
(int serverKey) Returns the maxBambooEntityOid
that's currently in use ofBambooEntityType.PROJECT
type, with the given server key.@Nullable BambooEntityOid
ProjectHibernateDao.getMaxProjectOid
(int serverKey) Modifier and TypeMethodDescription@Nullable Project
DefaultProjectManager.getProjectByOid
(@NotNull BambooEntityOid oid) @Nullable Project
ProjectManager.getProjectByOid
(@NotNull BambooEntityOid oid) Returns project by oid. -
Uses of BambooEntityOid in com.atlassian.bamboo.repository
Modifier and TypeMethodDescription@Nullable BambooEntityOid
RepositoryDefinitionDao.getMaxRepositoryOid
(int serverKey) Returns the maxBambooEntityOid
that's currently in use ofBambooEntityType.REPOSITORY
type, with the given server key.@Nullable BambooEntityOid
RepositoryDefinitionHibernateDao.getMaxRepositoryOid
(int serverKey) LegacyRepositoryDataImpl.getOid()
Deprecated.RepositoryDataImpl.getOid()
RepositoryDefinitionForTest.getOid()
Modifier and TypeMethodDescription@Nullable VcsRepositoryData
EncryptedRepositoryDefinitionAccessorImpl.getVcsRepositoryDataByOid
(BambooEntityOid oid) @Nullable VcsRepositoryData
RepositoryDefinitionAccessor.getVcsRepositoryDataByOid
(BambooEntityOid oid) Find a repository by oid.RepositoryDefinitionManagerImpl.getVcsRepositoryDataByOid
(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.rest.model.adapters
-
Uses of BambooEntityOid in com.atlassian.bamboo.rest.model.deployments.projects
-
Uses of BambooEntityOid in com.atlassian.bamboo.task
Modifier and TypeMethodDescriptionvoid
ImmutableTaskDefinition.setOid
(BambooEntityOid oid) void
TaskDefinitionImpl.setOid
(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescription@Nullable CredentialsData
RemoteCredentialsAccessor.getCredentialsByOid
(@NotNull BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.vcs.configuration
Modifier and TypeMethodDescriptionCompleteVcsRepositoryData.getOid()
PartialVcsRepositoryDataImpl.getOid()
VcsRepositoryDataImpl.getOid()
@Nullable BambooEntityOid
CompleteVcsRepositoryData.getParentOid()
@Nullable BambooEntityOid
PartialVcsRepositoryData.getParentOid()
Get oid of the repository this inherits data from or null if none.@Nullable BambooEntityOid
PartialVcsRepositoryDataImpl.getParentOid()
@Nullable BambooEntityOid
VcsRepositoryData.getParentOid()
Get oid of the repository this inherits data from or null if none.@Nullable BambooEntityOid
VcsRepositoryDataImpl.getParentOid()
ModifierConstructorDescriptionprotected
PartialVcsRepositoryDataImpl
(long id, BambooEntityOid oid, String pluginKey, String name, String description, VcsBranch vcsBranch, String viewerPluginKey, Map<String, String> serverConfiguration, Map<String, String> changeDetectionConfiguration, Map<String, String> branchDetectionConfiguration, Map<String, String> branchConfiguration, Map<String, String> viewerConfiguration, Map<String, String> bambooSpecsDetectionConfiguration, String legacyXml, String legacyViewerXml, boolean linked, VcsRepositoryData inheritedData, Long projectId, Long version) -
Uses of BambooEntityOid in it.com.atlassian.bamboo.configuration.external.yaml.export
Modifier and TypeMethodDescriptionMockVcsRepositoryData.getOid()
@Nullable BambooEntityOid
MockVcsRepositoryData.getParentOid()