Uses of Interface
com.atlassian.bamboo.persistence3.BambooObjectDao
-
-
Uses of BambooObjectDao in com.atlassian.bamboo.accesstoken
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.accesstoken Modifier and Type Interface Description interface
AccessTokenDao
DAO for AccessToken objects.Classes in com.atlassian.bamboo.accesstoken that implement BambooObjectDao Modifier and Type Class Description class
HibernateAccessTokenDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.agent
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.agent Modifier and Type Interface Description interface
PerAgentTokenDao
DAO forPerAgentToken
.Classes in com.atlassian.bamboo.agent that implement BambooObjectDao Modifier and Type Class Description class
PerAgentTokenHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.agent.ephemeral
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.agent.ephemeral Modifier and Type Interface Description interface
EphemeralAgentTemplateDao
DAO forEphemeralAgentTemplate
.Classes in com.atlassian.bamboo.agent.ephemeral that implement BambooObjectDao Modifier and Type Class Description class
EphemeralAgentTemplateHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.author
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.author Modifier and Type Interface Description interface
AuthorDao
Classes in com.atlassian.bamboo.author that implement BambooObjectDao Modifier and Type Class Description class
AuthorHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement BambooObjectDao Modifier and Type Class Description class
BuildNumberExportHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.build.branch
Classes in com.atlassian.bamboo.build.branch that implement BambooObjectDao Modifier and Type Class Description class
BranchCommitInformationHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.buildqueue.dao
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.buildqueue.dao Modifier and Type Interface Description interface
ElasticTunnelDefinitionDao
Persistence forElasticTunnelDefinition
interface
RemoteAgentAuthenticationDao
Data access object to remote agent authentication.Classes in com.atlassian.bamboo.buildqueue.dao that implement BambooObjectDao Modifier and Type Class Description class
ElasticTunnelDefinitionDaoImpl
class
RemoteAgentAuthenticationHibernateDao
Hibernate implementation ofRemoteAgentAuthenticationDao
. -
Uses of BambooObjectDao in com.atlassian.bamboo.capability
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.capability Modifier and Type Interface Description interface
CapabilityDao
Classes in com.atlassian.bamboo.capability that implement BambooObjectDao Modifier and Type Class Description class
CapabilityDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.chains
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
ChainStageDao
Classes in com.atlassian.bamboo.chains that implement BambooObjectDao Modifier and Type Class Description class
ChainStageHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.comment
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.comment Modifier and Type Interface Description interface
CommentDao
Classes in com.atlassian.bamboo.comment that implement BambooObjectDao Modifier and Type Class Description class
CommentHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.commit
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.commit Modifier and Type Interface Description interface
CommitDao
Classes in com.atlassian.bamboo.commit that implement BambooObjectDao Modifier and Type Class Description class
CommitHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.credentials
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.credentials Modifier and Type Interface Description interface
CredentialsDao
Classes in com.atlassian.bamboo.credentials that implement BambooObjectDao Modifier and Type Class Description class
CredentialsHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.deployments.environments.persistence
Classes in com.atlassian.bamboo.deployments.environments.persistence that implement BambooObjectDao Modifier and Type Class Description class
EnvironmentDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.deployments.repository.persistence
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.deployments.repository.persistence Modifier and Type Interface Description interface
EnvironmentRepositoryLinkDao
Classes in com.atlassian.bamboo.deployments.repository.persistence that implement BambooObjectDao Modifier and Type Class Description class
EnvironmentRepositoryLinkHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.index.quicksearch
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.index.quicksearch Modifier and Type Interface Description interface
QuickSearchItemDao
Classes in com.atlassian.bamboo.index.quicksearch that implement BambooObjectDao Modifier and Type Class Description class
QuickSearchItemDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.migration.dao
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.migration.dao Modifier and Type Interface Description interface
ScriptDao
Classes in com.atlassian.bamboo.migration.dao that implement BambooObjectDao Modifier and Type Class Description class
ScriptDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.persistence3
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.persistence3 Modifier and Type Interface Description interface
BambooObjectWithOidDao<E extends BambooObjectWithOid>
Classes in com.atlassian.bamboo.persistence3 that implement BambooObjectDao Modifier and Type Class Description class
BambooHibernateObjectDao<T extends BambooObject>
class
BambooHibernateObjectWithOidDao<E extends BambooObjectWithOid>
class
BambooHibernateVersionAwareObjectDao<T extends BambooObject,R>
class
BambooHibernateVersionAwareObjectWithOidDao<E extends BambooObjectWithOid,R>
-
Uses of BambooObjectDao in com.atlassian.bamboo.persister
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.persister Modifier and Type Interface Description interface
AuditLogDao
Data Access Object for translatingAuditLogEntry
objects to and from theAUDIT_LOG
table.Classes in com.atlassian.bamboo.persister that implement BambooObjectDao Modifier and Type Class Description class
AuditLogHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.plan
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
PlanDao
DAO Manager forPlan
Classes in com.atlassian.bamboo.plan that implement BambooObjectDao Modifier and Type Class Description class
PlanHibernateDao<T extends Plan>
ATTENTION: All methods that create, modify or remove entities, must increment the appropriate version number. -
Uses of BambooObjectDao in com.atlassian.bamboo.plan.artifact
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.artifact Modifier and Type Interface Description interface
ArtifactDefinitionDao
interface
ArtifactSubscriptionDao
interface
ConsumedSubscriptionDao
Classes in com.atlassian.bamboo.plan.artifact that implement BambooObjectDao Modifier and Type Class Description class
ArtifactDefinitionHibernateDao
class
ArtifactSubscriptionHibernateDao
class
ConsumedSubscriptionHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.plan.branch
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
BranchCommitInformationDao
interface
VcsBranchDao
Classes in com.atlassian.bamboo.plan.branch that implement BambooObjectDao Modifier and Type Class Description class
VcsBranchHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.plan.pullrequest
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.pullrequest Modifier and Type Interface Description interface
VcsPullRequestDao
Classes in com.atlassian.bamboo.plan.pullrequest that implement BambooObjectDao Modifier and Type Class Description class
VcsPullRequestHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.plan.vcsRevision
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.plan.vcsRevision Modifier and Type Interface Description interface
PlanVcsRevisionHistoryStandaloneDao
Classes in com.atlassian.bamboo.plan.vcsRevision that implement BambooObjectDao Modifier and Type Class Description class
PlanVcsRevisionHistoryHibernateStandaloneDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.project
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.project Modifier and Type Interface Description interface
ProjectDao
Classes in com.atlassian.bamboo.project that implement BambooObjectDao Modifier and Type Class Description class
ProjectHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.quickfilter
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.quickfilter Modifier and Type Interface Description interface
QuickFilterDao
DAO for operating onquick filters
.Classes in com.atlassian.bamboo.quickfilter that implement BambooObjectDao Modifier and Type Class Description class
QuickFilterHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.quickfilter.rule
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.quickfilter.rule Modifier and Type Interface Description interface
QuickFilterRuleDao
DAO for operating onquick filter rules
.Classes in com.atlassian.bamboo.quickfilter.rule that implement BambooObjectDao Modifier and Type Class Description class
QuickFilterRuleHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.repository
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
PlanRepositoryLinkDao
interface
RepositoryDefinitionDao
Dao forRepositoryDataEntity
Classes in com.atlassian.bamboo.repository that implement BambooObjectDao Modifier and Type Class Description class
PlanRepositoryLinkHibernateDao
class
RepositoryDefinitionHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
AgentBuildResultsSummaryDao
interface
BuildResultsSummaryDao
interface
LinkedJiraIssueDao
interface
MergeResultSummaryDao
Classes in com.atlassian.bamboo.resultsummary that implement BambooObjectDao Modifier and Type Class Description class
AgentBuildResultsSummaryHibernateDao
class
BuildResultsSummaryHibernateDao
class
LinkedJiraIssueHibernateDao
class
MergeResultSummaryDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary.tests
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary.tests Modifier and Type Interface Description interface
TestCaseDao
interface
TestCaseResultDao
interface
TestResultsDao
Dao for retrieving and manipulating Test Results (e.g TestClassResult, TestCaseResult)interface
TestsDao
Dao for retrieving and manipulating Test Objects (e.g TestClass, TestCase)Classes in com.atlassian.bamboo.resultsummary.tests that implement BambooObjectDao Modifier and Type Class Description class
TestCaseHibernateDao
class
TestCaseResultHibernateDao
class
TestResultsHibernateDao
class
TestsHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary.vcs
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary.vcs Modifier and Type Interface Description interface
RepositoryChangesetDao
Classes in com.atlassian.bamboo.resultsummary.vcs that implement BambooObjectDao Modifier and Type Class Description class
RepositoryChangesetHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.resultsummary.warning
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.resultsummary.warning Modifier and Type Interface Description interface
BuildResultWarningSummaryDao
Classes in com.atlassian.bamboo.resultsummary.warning that implement BambooObjectDao Modifier and Type Class Description class
BuildResultWarningSummaryDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.security
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.security Modifier and Type Interface Description interface
TrustedKeyDao
Classes in com.atlassian.bamboo.security that implement BambooObjectDao Modifier and Type Class Description class
TrustedKeyHibernateDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.security.trustedapplications
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.security.trustedapplications Modifier and Type Interface Description interface
BambooTrustedApplicationDao
Classes in com.atlassian.bamboo.security.trustedapplications that implement BambooObjectDao Modifier and Type Class Description class
BambooTrustedApplicationsHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.tag
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.tag Modifier and Type Interface Description interface
VcsTagDao
Dao for VcsTag entity (VCS_TAG table)Classes in com.atlassian.bamboo.tag that implement BambooObjectDao Modifier and Type Class Description class
VcsTagDaoImpl
-
Uses of BambooObjectDao in com.atlassian.bamboo.user
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.user Modifier and Type Interface Description interface
LoginInformationDao
Classes in com.atlassian.bamboo.user that implement BambooObjectDao Modifier and Type Class Description class
LoginInformationHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.user.cleanup
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.user.cleanup Modifier and Type Interface Description interface
CrowdDeletedEntityDao
DAO for accessingCrowdDeletedEntity
instances.Classes in com.atlassian.bamboo.user.cleanup that implement BambooObjectDao Modifier and Type Class Description class
CrowdDeletedEntityHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.variable
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.variable Modifier and Type Interface Description interface
VariableDefinitionDao
Classes in com.atlassian.bamboo.variable that implement BambooObjectDao Modifier and Type Class Description class
VariableDefinitionHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.variable.baseline
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.variable.baseline Modifier and Type Interface Description interface
VariableContextBaselineDao
Classes in com.atlassian.bamboo.variable.baseline that implement BambooObjectDao Modifier and Type Class Description class
VariableContextBaselineHibernateDao
-
Uses of BambooObjectDao in com.atlassian.bamboo.webhook
Subinterfaces of BambooObjectDao in com.atlassian.bamboo.webhook Modifier and Type Interface Description interface
WebhookResponseDao
interface
WebhookTemplateDao
Dao for WebhookTemplate entityClasses in com.atlassian.bamboo.webhook that implement BambooObjectDao Modifier and Type Class Description class
WebhookResponseHibernateDao
class
WebhookTemplateHibernateDao
-