| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooEntityOid |
ChainStageHibernateDao.getMaxStageOid(int serverKey) |
@Nullable BambooEntityOid |
ChainStageDao.getMaxStageOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.STAGE type, with the
given server key. |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
ImmutableChainStageImpl.getOid() |
| Modifier and Type | Field and Description |
|---|---|
protected BambooEntityOid |
BambooEntityWithOid.oid |
| Modifier and Type | Method and 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 BambooEntityOid |
BambooEntityOid.create(long oid)
Create a new OID object instance from it's serialized representation.
|
static BambooEntityOid |
BambooEntityOid.createFromExternalValue(String externalValue) |
BambooEntityOid |
ImmutableEntityWithOid.getOid()
OID assigned to this object.
|
BambooEntityOid |
BambooEntityWithOid.getOid() |
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 |
BambooEntityOidServiceImpl.nextOid(@NotNull BambooEntityType entityType) |
@NotNull BambooEntityOid |
BambooEntityOidService.nextOid(@NotNull BambooEntityType entityType)
Return the next available
BambooEntityOid of the given type. |
| Modifier and Type | Method and Description |
|---|---|
void |
BambooEntityWithOid.setOid(BambooEntityOid oid) |
void |
EntityWithOid.setOid(BambooEntityOid oid)
Assign a new
BambooEntityOid to this object. |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooEntityOid |
CredentialsHibernateDao.getMaxCredentialOid(int serverKey) |
@NotNull BambooEntityOid |
CredentialsDao.getMaxCredentialOid(int serverKey) |
BambooEntityOid |
CredentialsDataImpl.getOid() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MutableCredentialsData |
CredentialsHibernateDao.findByOid(@NotNull BambooEntityOid oid) |
@Nullable MutableCredentialsData |
CredentialsDao.findByOid(@NotNull BambooEntityOid oid)
Shortcut for
BambooObjectWithOidDao.findByOid(BambooEntityOid, Class). |
CredentialsData |
CredentialsManagerImpl.getCredentialsByOid(BambooEntityOid oid) |
@NotNull Optional<CredentialsData> |
EncryptedCredentialsAccessorImpl.getCredentialsByOid(@NotNull BambooEntityOid oid) |
@Nullable CredentialsData |
CredentialsAccessor.getCredentialsByOid(BambooEntityOid oid)
Find shared credentials by
BambooEntityOid |
@NotNull Optional<CredentialsData> |
EncryptedCredentialsAccessor.getCredentialsByOid(@NotNull BambooEntityOid oid)
Gets the shared credentials by
oid without decrypting its configuration. |
| Constructor and Description |
|---|
CredentialsDataEntity(String pluginKey,
String name,
Map<String,String> configuration,
@Nullable BambooEntityOid oid,
@Nullable Long projectId) |
CredentialsDataEntity(String pluginKey,
String name,
String xml,
@Nullable BambooEntityOid oid,
@Nullable Long projectId) |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
DeploymentProjectIdentifier.getOid() |
BambooEntityOid |
DeploymentProjectImpl.getOid() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooEntityOid |
DeploymentProjectDao.getMaxDeploymentProjectOid(int serverKey) |
@NotNull BambooEntityOid |
DeploymentProjectDaoImpl.getMaxDeploymentProjectOid(int serverKey) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MutableDeploymentProject |
DeploymentProjectDao.findDeploymentProjectByOid(BambooEntityOid oid) |
@Nullable MutableDeploymentProject |
DeploymentProjectDaoImpl.findDeploymentProjectByOid(BambooEntityOid oid) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable BambooEntityOid |
TaskConfigurationUtils.getMaxTaskOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.TASK type, with the
given server key. |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<HibernateBambooEntityWithOid,BambooEntityOid> |
HibernateBambooEntityWithOid_.oid |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
HibernateBambooEntityWithOid.getOid() |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateBambooEntityWithOid.setOid(BambooEntityOid oid) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdGeneratorDaoImpl.resetId(@NotNull BambooEntityOid lastOid) |
void |
IdGeneratorDao.resetId(@NotNull BambooEntityOid lastOid)
Reset forward next id value in generator for given entity.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooEntityOid |
BambooEntityOidUserType.fromLong(long oid) |
| Modifier and Type | Method and Description |
|---|---|
E |
BambooHibernateObjectWithOidDao.findByOid(@NotNull BambooEntityOid oid,
@NotNull Class<? extends E> aClass) |
E |
BambooObjectWithOidDao.findByOid(@NotNull BambooEntityOid oid,
@NotNull Class<? extends E> aClass) |
long |
BambooEntityOidUserType.toLong(@NotNull BambooEntityOid entityOid) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooEntityOid |
PlanHibernateDao.getMaxPlanOid(int serverKey,
@NotNull BambooEntityType entityType) |
@Nullable BambooEntityOid |
PlanDao.getMaxPlanOid(int serverKey,
@NotNull BambooEntityType entityType)
Returns the max
BambooEntityOid that's currently in use of the specified entity type, with the
given server key. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Plan> |
PlanManagerImpl.getPlanByOid(BambooEntityOid oid,
Class<T> planType) |
<T extends Plan> |
PlanManager.getPlanByOid(BambooEntityOid oid,
Class<T> planType)
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BambooEntityOid |
ArtifactDefinitionHibernateDao.getMaxArtifactDefinitionOid(int serverKey) |
@NotNull BambooEntityOid |
ArtifactDefinitionDao.getMaxArtifactDefinitionOid(int serverKey)
Find maximum oid used by existing objects in the db.
|
BambooEntityOid |
ImmutableArtifactDefinitionImpl.getOid() |
BambooEntityOid |
ArtifactDefinitionContextImpl.getOid() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableArtifactDefinitionImpl.Builder |
ImmutableArtifactDefinitionImpl.Builder.oid(BambooEntityOid oid) |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
AbstractImmutablePlan.getOid() |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
PlanDtoImpl.getOid() |
BambooEntityOid |
FlatChainStageDtoImpl.getOid() |
BambooEntityOid |
FlatChainStageDto.getOid() |
BambooEntityOid |
PlanDto.getOid() |
| Constructor and Description |
|---|
FlatChainStageDtoImpl(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) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooEntityOid |
ProjectHibernateDao.getMaxProjectOid(int serverKey) |
@Nullable BambooEntityOid |
ProjectDao.getMaxProjectOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.PROJECT type, with
the given server key. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Project |
DefaultProjectManager.getProjectByOid(@NotNull BambooEntityOid oid) |
@Nullable Project |
ProjectManager.getProjectByOid(@NotNull BambooEntityOid oid)
Returns project by oid
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooEntityOid |
RepositoryDefinitionHibernateDao.getMaxRepositoryOid(int serverKey) |
@Nullable BambooEntityOid |
RepositoryDefinitionDao.getMaxRepositoryOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.REPOSITORY type, with
the given server key. |
BambooEntityOid |
RepositoryDefinitionForTest.getOid() |
BambooEntityOid |
LegacyRepositoryDataImpl.getOid()
Deprecated.
|
BambooEntityOid |
RepositoryDataImpl.getOid() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable VcsRepositoryData |
EncryptedRepositoryDefinitionAccessorImpl.getVcsRepositoryDataByOid(BambooEntityOid oid) |
VcsRepositoryData |
RepositoryDefinitionManagerImpl.getVcsRepositoryDataByOid(BambooEntityOid oid) |
@Nullable VcsRepositoryData |
RepositoryDefinitionAccessor.getVcsRepositoryDataByOid(BambooEntityOid oid)
Find a repository by oid.
|
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
BambooEntityOidAdapter.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
BambooEntityOidAdapter.marshal(BambooEntityOid v) |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
RestDeploymentProject.getOid() |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
TaskDefinitionImpl.getOid() |
BambooEntityOid |
ImmutableTaskDefinition.getOid() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskDefinitionImpl.setOid(BambooEntityOid oid) |
void |
ImmutableTaskDefinition.setOid(BambooEntityOid oid) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CredentialsData |
RemoteCredentialsAccessor.getCredentialsByOid(@NotNull BambooEntityOid oid) |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
VcsRepositoryDataImpl.getOid() |
BambooEntityOid |
PartialVcsRepositoryDataImpl.getOid() |
BambooEntityOid |
CompleteVcsRepositoryData.getOid() |
@Nullable BambooEntityOid |
VcsRepositoryDataImpl.getParentOid() |
@Nullable BambooEntityOid |
PartialVcsRepositoryDataImpl.getParentOid() |
@Nullable BambooEntityOid |
CompleteVcsRepositoryData.getParentOid() |
@Nullable BambooEntityOid |
PartialVcsRepositoryData.getParentOid()
Get oid of the repository this inherits data from or null if none.
|
@Nullable BambooEntityOid |
VcsRepositoryData.getParentOid()
Get oid of the repository this inherits data from or null if none.
|
| Modifier and Type | Method and Description |
|---|---|
PartialVcsRepositoryDataBuilder |
PartialVcsRepositoryDataBuilder.oid(BambooEntityOid oid) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
BambooEntityOid |
MockVcsRepositoryData.getOid() |
@Nullable BambooEntityOid |
MockVcsRepositoryData.getParentOid() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.