Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
ChainStageHibernateDao.getMaxStageOid(int serverKey) |
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,
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 |
BambooEntityWithOid.getOid() |
BambooEntityOid |
ImmutableEntityWithOid.getOid()
OID assigned to this object.
|
static BambooEntityOid |
BambooEntityOid.maxOidOfType(int serverKey,
BambooEntityType type)
Obtain maximal allowed entity OID for the given server key and entity type.
|
static BambooEntityOid |
BambooEntityOid.minOidOfType(int serverKey,
BambooEntityType type)
Obtain minimal allowed entity OID for the given server key and entity type.
|
BambooEntityOid |
BambooEntityOidServiceImpl.nextOid(BambooEntityType entityType) |
BambooEntityOid |
BambooEntityOidService.nextOid(BambooEntityType entityType)
Return the next available
BambooEntityOid of the given type. |
Modifier and Type | Method and Description |
---|---|
void |
EntityWithOid.setOid(BambooEntityOid oid)
Assign a new
BambooEntityOid to this object. |
void |
BambooEntityWithOid.setOid(BambooEntityOid oid) |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
CredentialsHibernateDao.getMaxCredentialOid(int serverKey) |
BambooEntityOid |
CredentialsDao.getMaxCredentialOid(int serverKey) |
BambooEntityOid |
CredentialsDataImpl.getOid() |
Modifier and Type | Method and Description |
---|---|
MutableCredentialsData |
CredentialsHibernateDao.findByOid(BambooEntityOid oid) |
MutableCredentialsData |
CredentialsDao.findByOid(BambooEntityOid oid)
Shortcut for
BambooObjectWithOidDao.findByOid(BambooEntityOid, Class) . |
CredentialsData |
CredentialsManagerImpl.getCredentialsByOid(BambooEntityOid oid) |
Optional<CredentialsData> |
EncryptedCredentialsAccessorImpl.getCredentialsByOid(BambooEntityOid oid) |
CredentialsData |
CredentialsAccessor.getCredentialsByOid(BambooEntityOid oid)
Find shared credentials by
BambooEntityOid |
Optional<CredentialsData> |
EncryptedCredentialsAccessor.getCredentialsByOid(BambooEntityOid oid)
Gets the shared credentials by
oid without decrypting its configuration. |
Constructor and Description |
---|
CredentialsDataEntity(String pluginKey,
String name,
Map<String,String> configuration,
BambooEntityOid oid) |
CredentialsDataEntity(String pluginKey,
String name,
String xml,
BambooEntityOid oid) |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
DeploymentProjectImpl.getOid() |
BambooEntityOid |
DeploymentProjectIdentifier.getOid() |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
DeploymentProjectDaoImpl.getMaxDeploymentProjectOid(int serverKey) |
BambooEntityOid |
DeploymentProjectDao.getMaxDeploymentProjectOid(int serverKey) |
Modifier and Type | Method and Description |
---|---|
MutableDeploymentProject |
DeploymentProjectDaoImpl.findDeploymentProjectByOid(BambooEntityOid oid) |
MutableDeploymentProject |
DeploymentProjectDao.findDeploymentProjectByOid(BambooEntityOid oid) |
Modifier and Type | Method and Description |
---|---|
static 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(BambooEntityOid lastOid) |
void |
IdGeneratorDao.resetId(BambooEntityOid lastOid)
Reset forward next id value in generator for given entity.
|
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
BambooEntityOidUserType.fromLong(long oid) |
Modifier and Type | Method and Description |
---|---|
E |
BambooHibernateObjectWithOidDao.findByOid(BambooEntityOid oid,
Class<? extends E> aClass) |
E |
BambooObjectWithOidDao.findByOid(BambooEntityOid oid,
Class<? extends E> aClass) |
long |
BambooEntityOidUserType.toLong(BambooEntityOid entityOid) |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
PlanHibernateDao.getMaxPlanOid(int serverKey,
BambooEntityType entityType) |
BambooEntityOid |
PlanDao.getMaxPlanOid(int serverKey,
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 |
---|---|
BambooEntityOid |
ArtifactDefinitionHibernateDao.getMaxArtifactDefinitionOid(int serverKey) |
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 |
ProjectHibernateDao.getMaxProjectOid(int serverKey) |
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 |
---|---|
Project |
DefaultProjectManager.getProjectByOid(BambooEntityOid oid) |
Project |
ProjectManager.getProjectByOid(BambooEntityOid oid)
Returns project by oid
|
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
RepositoryDefinitionHibernateDao.getMaxRepositoryOid(int serverKey) |
BambooEntityOid |
RepositoryDefinitionDao.getMaxRepositoryOid(int serverKey)
Returns the max
BambooEntityOid that's currently in use of BambooEntityType.REPOSITORY type, with
the given server key. |
BambooEntityOid |
LegacyRepositoryDataImpl.getOid()
Deprecated.
|
BambooEntityOid |
RepositoryDataImpl.getOid() |
BambooEntityOid |
RepositoryDefinitionForTest.getOid() |
Modifier and Type | Method and Description |
---|---|
VcsRepositoryData |
RepositoryDefinitionManagerImpl.getVcsRepositoryDataByOid(BambooEntityOid oid) |
VcsRepositoryData |
EncryptedRepositoryDefinitionAccessorImpl.getVcsRepositoryDataByOid(BambooEntityOid oid) |
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 |
ImmutableTaskDefinition.getOid() |
BambooEntityOid |
TaskDefinitionImpl.getOid() |
Modifier and Type | Method and Description |
---|---|
void |
ImmutableTaskDefinition.setOid(BambooEntityOid oid) |
void |
TaskDefinitionImpl.setOid(BambooEntityOid oid) |
Modifier and Type | Method and Description |
---|---|
CredentialsData |
RemoteCredentialsAccessor.getCredentialsByOid(BambooEntityOid oid) |
Modifier and Type | Method and Description |
---|---|
BambooEntityOid |
VcsRepositoryDataImpl.getOid() |
BambooEntityOid |
CompleteVcsRepositoryData.getOid() |
BambooEntityOid |
PartialVcsRepositoryDataImpl.getOid() |
BambooEntityOid |
VcsRepositoryDataImpl.getParentOid() |
BambooEntityOid |
CompleteVcsRepositoryData.getParentOid() |
BambooEntityOid |
PartialVcsRepositoryDataImpl.getParentOid() |
BambooEntityOid |
VcsRepositoryData.getParentOid()
Get oid of the repository this inherits data from or null if none.
|
BambooEntityOid |
PartialVcsRepositoryData.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) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.