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 BambooEntityOidChainStageDao.getMaxStageOid(int serverKey) Returns the maxBambooEntityOidthat's currently in use ofBambooEntityType.STAGEtype, with the given server key.@Nullable BambooEntityOidChainStageHibernateDao.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 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 BambooEntityOidBambooEntityOid.create(long oid) Create a new OID object instance from it's serialized representation.static BambooEntityOidBambooEntityOid.createFromExternalValue(String externalValue) static BambooEntityOidBambooEntityOid.createOrNull(Long oid) Create a new OID object instance from it's serialized representation or return null if input is null.BambooEntityWithOid.getOid()ImmutableEntityWithOid.getOid()OID assigned to this object.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) Methods in com.atlassian.bamboo.core with parameters of type BambooEntityOidModifier and TypeMethodDescriptionvoidBambooEntityWithOid.setOid(BambooEntityOid oid) voidEntityWithOid.setOid(BambooEntityOid oid) Assign a newBambooEntityOidto this object. -
Uses of BambooEntityOid in com.atlassian.bamboo.credentials
Methods in com.atlassian.bamboo.credentials that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOidCredentialsDao.getMaxCredentialOid(int serverKey) @NotNull BambooEntityOidCredentialsHibernateDao.getMaxCredentialOid(int serverKey) CredentialsDataImpl.getOid()Methods in com.atlassian.bamboo.credentials with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable MutableCredentialsDataCredentialsDao.findByOid(@NotNull BambooEntityOid oid) Shortcut for.invalid reference
BambooObjectWithOidDao#findByOid(BambooEntityOid, Class)@Nullable MutableCredentialsDataCredentialsHibernateDao.findByOid(@NotNull BambooEntityOid oid) @Nullable CredentialsDataCredentialsAccessor.getCredentialsByOid(BambooEntityOid oid) Find shared credentials byBambooEntityOidCredentialsManagerImpl.getCredentialsByOid(BambooEntityOid oid) @NotNull Optional<CredentialsData> EncryptedCredentialsAccessor.getCredentialsByOid(@NotNull BambooEntityOid oid) Gets the shared credentials byoidwithout 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.persistence
Methods in com.atlassian.bamboo.deployments.projects.persistence that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOidDeploymentProjectDao.getMaxDeploymentProjectOid(int serverKey) @NotNull BambooEntityOidDeploymentProjectDaoImpl.getMaxDeploymentProjectOid(int serverKey) Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable MutableDeploymentProjectDeploymentProjectDao.findDeploymentProjectByOid(BambooEntityOid oid) @Nullable MutableDeploymentProjectDeploymentProjectDaoImpl.findDeploymentProjectByOid(BambooEntityOid oid) -
Uses of BambooEntityOid in com.atlassian.bamboo.deployments.projects.persistence.internal
Methods in com.atlassian.bamboo.deployments.projects.persistence.internal that return BambooEntityOid -
Uses of BambooEntityOid in com.atlassian.bamboo.fieldvalue
Methods in com.atlassian.bamboo.fieldvalue that return BambooEntityOidModifier and TypeMethodDescriptionstatic @Nullable BambooEntityOidTaskConfigurationUtils.getMaxTaskOid(int serverKey) Returns the maxBambooEntityOidthat's currently in use ofBambooEntityType.TASKtype, 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 jakarta.persistence.metamodel.SingularAttribute<HibernateBambooEntityWithOid, BambooEntityOid> HibernateBambooEntityWithOid_.oidMethods 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 TypeMethodDescriptionvoidIdGeneratorDao.resetId(@NotNull BambooEntityOid lastOid) Reset forward next id value in generator for given entity.voidIdGeneratorDaoImpl.resetId(@NotNull BambooEntityOid lastOid) -
Uses of BambooEntityOid in com.atlassian.bamboo.persistence3
Methods in com.atlassian.bamboo.persistence3 that return BambooEntityOidModifier and TypeMethodDescription@NotNull BambooEntityOidBambooEntityOidUserType.fromLong(long oid) Methods in com.atlassian.bamboo.persistence3 with parameters of type BambooEntityOidModifier and TypeMethodDescription<V extends R,R extends E>
RBambooHibernateObjectWithOidDao.findByOid(@NotNull BambooEntityOid oid, @NotNull Class<V> eClass, @NotNull Class<R> rClass) <V extends R,R extends E>
RBambooHibernateVersionAwareObjectWithOidDao.findByOid(@NotNull BambooEntityOid oid, @NotNull Class<V> eClass, @NotNull Class<R> rClass) <E extends R,R extends I>
RBambooObjectWithOidDao.findByOid(@NotNull BambooEntityOid oid, @NotNull Class<E> entityClass, @NotNull Class<R> resultClass) longBambooEntityOidUserType.toLong(@NotNull BambooEntityOid entityOid) -
Uses of BambooEntityOid in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan that return BambooEntityOidModifier 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) 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 BambooEntityOidArtifactDefinitionDao.getMaxArtifactDefinitionOid(int serverKey) Find maximum oid used by existing objects in the db.@NotNull BambooEntityOidArtifactDefinitionHibernateDao.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, Boolean rerunnable) -
Uses of BambooEntityOid in com.atlassian.bamboo.project
Methods in com.atlassian.bamboo.project that return BambooEntityOidModifier and TypeMethodDescription@Nullable BambooEntityOidProjectDao.getMaxProjectOid(int serverKey) Returns the maxBambooEntityOidthat's currently in use ofBambooEntityType.PROJECTtype, with the given server key.@Nullable BambooEntityOidProjectHibernateDao.getMaxProjectOid(int serverKey) Methods in com.atlassian.bamboo.project with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable ProjectDefaultProjectManager.getProjectByOid(@NotNull BambooEntityOid oid) @Nullable ProjectProjectManager.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 BambooEntityOidRepositoryDefinitionDao.getMaxRepositoryOid(int serverKey) Returns the maxBambooEntityOidthat's currently in use ofBambooEntityType.REPOSITORYtype, with the given server key.@Nullable BambooEntityOidRepositoryDefinitionHibernateDao.getMaxRepositoryOid(int serverKey) Methods in com.atlassian.bamboo.repository with parameters of type BambooEntityOidModifier and TypeMethodDescription@Nullable VcsRepositoryDataEncryptedRepositoryDefinitionAccessorImpl.getVcsRepositoryDataByOid(BambooEntityOid oid) @Nullable VcsRepositoryDataRepositoryDefinitionAccessor.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 TypeMethodDescriptionvoidImmutableTaskDefinition.setOid(BambooEntityOid oid) voidTaskDefinitionImpl.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 CredentialsDataRemoteCredentialsAccessor.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 BambooEntityOidCompleteVcsRepositoryData.getParentOid()@Nullable BambooEntityOidPartialVcsRepositoryData.getParentOid()Get oid of the repository this inherits data from or null if none.@Nullable BambooEntityOidPartialVcsRepositoryDataImpl.getParentOid()@Nullable BambooEntityOidVcsRepositoryData.getParentOid()Get oid of the repository this inherits data from or null if none.@Nullable BambooEntityOidVcsRepositoryDataImpl.getParentOid()Methods in com.atlassian.bamboo.vcs.configuration with parameters of type BambooEntityOidConstructors in com.atlassian.bamboo.vcs.configuration with parameters of type BambooEntityOidModifierConstructorDescriptionprotectedPartialVcsRepositoryDataImpl(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 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 BambooEntityOidMockVcsRepositoryData.getParentOid()