Uses of Class
com.atlassian.bamboo.core.BambooEntityOid
Packages that use BambooEntityOid
Package
Description
-
Uses of BambooEntityOid in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.chains.cache that return BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.core
Fields in com.atlassian.bamboo.core declared as BambooEntityOidMethods in com.atlassian.bamboo.core that return BambooEntityOidModifier 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) Methods in com.atlassian.bamboo.core with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.credentials that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOid
CredentialsDao.getMaxCredentialOid
(int serverKey) @NotNull BambooEntityOid
CredentialsHibernateDao.getMaxCredentialOid
(int serverKey) CredentialsDataImpl.getOid()
Methods in com.atlassian.bamboo.credentials with parameters of type BambooEntityOidModifier 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) Constructors in com.atlassian.bamboo.credentials with parameters of type BambooEntityOidModifierConstructorDescriptionCredentialsDataEntity
(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
Methods in com.atlassian.bamboo.deployments.projects that return BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.deployments.projects.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOid
DeploymentProjectDao.getMaxDeploymentProjectOid
(int serverKey) @NotNull BambooEntityOid
DeploymentProjectDaoImpl.getMaxDeploymentProjectOid
(int serverKey) Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable MutableDeploymentProject
DeploymentProjectDao.findDeploymentProjectByOid
(BambooEntityOid oid) @Nullable MutableDeploymentProject
DeploymentProjectDaoImpl.findDeploymentProjectByOid
(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue that return BambooEntityOidModifier 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
Fields in com.atlassian.bamboo.hibernate with type parameters of type BambooEntityOidModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<HibernateBambooEntityWithOid,
BambooEntityOid> HibernateBambooEntityWithOid_.oid
Methods in com.atlassian.bamboo.hibernate that return BambooEntityOidMethods in com.atlassian.bamboo.hibernate with parameters of type BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.oid
Methods in com.atlassian.bamboo.oid with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.persistence3 that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOid
BambooEntityOidUserType.fromLong
(long oid) Methods in com.atlassian.bamboo.persistence3 with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.plan that return BambooEntityOidModifier 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) Methods in com.atlassian.bamboo.plan with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.plan.artifact that return BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.plan.cache that return BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return BambooEntityOidModifier and TypeMethodDescriptionFlatChainStageDto.getOid()
FlatChainStageDtoImpl.getOid()
PlanDto.getOid()
PlanDtoImpl.getOid()
Constructors in com.atlassian.bamboo.plan.dto with parameters of type BambooEntityOidModifierConstructorDescriptionFlatChainStageDtoImpl
(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
Methods in com.atlassian.bamboo.project that return BambooEntityOidModifier 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) Methods in com.atlassian.bamboo.project with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.repository that return BambooEntityOidModifier 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()
Methods in com.atlassian.bamboo.repository with parameters of type BambooEntityOidModifier 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
Methods in com.atlassian.bamboo.rest.model.adapters that return BambooEntityOidMethods in com.atlassian.bamboo.rest.model.adapters with parameters of type BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.rest.model.deployments.projects
Methods in com.atlassian.bamboo.rest.model.deployments.projects that return BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return BambooEntityOidMethods in com.atlassian.bamboo.task with parameters of type BambooEntityOidModifier and TypeMethodDescriptionvoid
ImmutableTaskDefinition.setOid
(BambooEntityOid oid) void
TaskDefinitionImpl.setOid
(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable CredentialsData
RemoteCredentialsAccessor.getCredentialsByOid
(@NotNull BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.vcs.configuration
Methods in com.atlassian.bamboo.vcs.configuration that return BambooEntityOidModifier 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()
Methods in com.atlassian.bamboo.vcs.configuration with parameters of type BambooEntityOidConstructors in com.atlassian.bamboo.vcs.configuration with parameters of type BambooEntityOidModifierConstructorDescriptionprotected
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
Methods in it.com.atlassian.bamboo.configuration.external.yaml.export that return BambooEntityOidModifier and TypeMethodDescriptionMockVcsRepositoryData.getOid()
@Nullable BambooEntityOid
MockVcsRepositoryData.getParentOid()