Uses of Interface
com.atlassian.bamboo.core.BambooIdProvider
-
-
Uses of BambooIdProvider in com.atlassian.bamboo.accesstoken
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.accesstoken Modifier and Type Interface Description interface
MutableAccessToken
Represents AccessToken which will be stored in databaseClasses in com.atlassian.bamboo.accesstoken that implement BambooIdProvider Modifier and Type Class Description class
MutableAccessTokenImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.agent
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.agent Modifier and Type Interface Description interface
PerAgentToken
Entity holding per agent token data.Classes in com.atlassian.bamboo.agent that implement BambooIdProvider Modifier and Type Class Description class
PerAgentTokenImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.agent.elastic.schedule
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.agent.elastic.schedule Modifier and Type Interface Description interface
ElasticInstanceSchedule
Represents an schedule to attempt to manage the number of elastic agentsClasses in com.atlassian.bamboo.agent.elastic.schedule that implement BambooIdProvider Modifier and Type Class Description class
ElasticInstanceScheduleImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.agent.elastic.server
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.agent.elastic.server Modifier and Type Interface Description interface
ElasticImageConfiguration
Classes in com.atlassian.bamboo.agent.elastic.server that implement BambooIdProvider Modifier and Type Class Description class
ElasticImageConfigurationImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.agent.ephemeral
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.agent.ephemeral Modifier and Type Interface Description interface
EphemeralAgentTemplate
Classes in com.atlassian.bamboo.agent.ephemeral that implement BambooIdProvider Modifier and Type Class Description class
EphemeralAgentTemplateImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.artifact
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.artifact Modifier and Type Interface Description interface
Artifact
Represents an artifact produced by a Bamboo build.interface
ArtifactData
Artifact extended with additional data (e.g.interface
MutableArtifact
Classes in com.atlassian.bamboo.artifact that implement BambooIdProvider Modifier and Type Class Description class
ArtifactDataImpl
class
ArtifactImpl
class
MutableArtifactImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.author
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.author Modifier and Type Interface Description interface
ExtendedAuthor
Classes in com.atlassian.bamboo.author that implement BambooIdProvider Modifier and Type Class Description class
AuthorDataImpl
class
AuthorImpl
Deprecated.since 3.3 -
Uses of BambooIdProvider in com.atlassian.bamboo.build
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
BuildDefinitionForBuild
interface
BuildDefinitionForProject
interface
BuildDefinitionXml
interface
Job
interface
MutablePlanBranchPullRequest
interface
PlanBranchPullRequest
A connection which indicates that aChainBranch
was created for a particularVcsPullRequest
.Classes in com.atlassian.bamboo.build that implement BambooIdProvider Modifier and Type Class Description class
BuildDefinitionXmlImpl
class
DefaultBuildDefinitionForBuild
class
DefaultJob
class
PlanBranchPullRequestEntity
class
PlanBranchPullRequestImpl
class
PlanDependencyImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.build.artifact
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.build.artifact Modifier and Type Interface Description interface
ArtifactLink
Interface for a simple ArtifactClasses in com.atlassian.bamboo.build.artifact that implement BambooIdProvider Modifier and Type Class Description class
DefaultArtifactLink
This class is a simple POJO representing artifact links. -
Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.buildqueue Modifier and Type Interface Description interface
AgentAssignment
Represents an exclusive assignment between an executable and an executor.interface
AgentWithCapabilitiesDefinition
interface
ElasticAgentDefinition
interface
ElasticTunnelDefinition
Represents information necessary to reestablish tunnel connection between an elastic agent and Bamboo server after restart.interface
EphemeralAgentDefinition
interface
LocalAgentDefinition
interface
PipelineDefinition
Definition of an entity (agent) capable of executing plansinterface
RemoteAgentAuthentication
Represents basic data of any remote agent authentication.interface
RemoteAgentAuthenticationEntity
Represents entity with authentication data of a remote agent.interface
RemoteAgentDefinition
Classes in com.atlassian.bamboo.buildqueue that implement BambooIdProvider Modifier and Type Class Description class
AgentAssignmentRequirement
class
ImmutableRemoteAgentAuthentication
Immutable business object representing remote agent authentication request.class
RemoteAgentAuthenticationImpl
Default implementation ofRemoteAgentAuthenticationEntity
. -
Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue.dao
Method parameters in com.atlassian.bamboo.buildqueue.dao with type arguments of type BambooIdProvider Modifier and Type Method Description void
AgentAssignmentDao. removeAll(@NotNull Iterable<? extends BambooIdProvider> agentAssignments)
Remove a list of agent assignmentsvoid
AgentAssignmentDaoImpl. removeAll(@NotNull Iterable<? extends BambooIdProvider> agentAssignmentIds)
-
Uses of BambooIdProvider in com.atlassian.bamboo.buildqueue.manager
Classes in com.atlassian.bamboo.buildqueue.manager that implement BambooIdProvider Modifier and Type Class Description static class
AgentAssignmentService.AgentAssignmentExecutable
static class
AgentAssignmentService.AgentAssignmentExecutor
-
Uses of BambooIdProvider in com.atlassian.bamboo.chains
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.interface
ChainResultsSummary
Represents an execution result of aChain
interface
ChainStage
interface
ChainStageResult
Represents the result of aChainStage
executioninterface
ImmutableChainResultsSummary
Classes in com.atlassian.bamboo.chains that implement BambooIdProvider Modifier and Type Class Description class
ChainResultsSummaryImpl
class
ChainStageImpl
class
ChainStageResultImpl
class
DefaultChain
-
Uses of BambooIdProvider in com.atlassian.bamboo.chains.branches
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.chains.branches Modifier and Type Interface Description interface
MergeResultSummary
Represents results of branch integration stored in DB.Classes in com.atlassian.bamboo.chains.branches that implement BambooIdProvider Modifier and Type Class Description class
MergeResultSummaryImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.chains.cache
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.chains.cache Modifier and Type Interface Description interface
ImmutableChainStage
An immutable version ofChainStage
.Classes in com.atlassian.bamboo.chains.cache that implement BambooIdProvider Modifier and Type Class Description class
ImmutableChainStageImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.comment
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.comment Modifier and Type Interface Description interface
Comment
A comment on a build result in BambooClasses in com.atlassian.bamboo.comment that implement BambooIdProvider Modifier and Type Class Description class
CommentImpl
Methods in com.atlassian.bamboo.comment with parameters of type BambooIdProvider Modifier and Type Method Description Comment
CommentService. addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
Comment
CommentServiceImpl. addComment(@NotNull String content, @NotNull com.atlassian.user.User user, BambooIdProvider entity)
void
CommentManager. deleteAllCommentsForEntity(@NotNull BambooIdProvider entity)
void
CommentManagerImpl. deleteAllCommentsForEntity(@NotNull BambooIdProvider entity)
@NotNull List<Comment>
CommentService. getCommentsForEntity(BambooIdProvider entity)
@NotNull List<Comment>
CommentServiceImpl. getCommentsForEntity(BambooIdProvider entity)
-
Uses of BambooIdProvider in com.atlassian.bamboo.commit
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.commit Modifier and Type Interface Description interface
Commit
Interface that represents a single commit set.Classes in com.atlassian.bamboo.commit that implement BambooIdProvider Modifier and Type Class Description class
CommitImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.core
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.core Modifier and Type Interface Description interface
BambooObject
interface
BambooObjectWithOid
Classes in com.atlassian.bamboo.core that implement BambooIdProvider Modifier and Type Class Description class
BambooEntityObject
Deprecated.since 5.10 use HibernateBambooEntityObject.class
BambooEntityWithOid
Abstract class forBambooEntityObject
s which may have aBambooEntityOid
.class
ScriptImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.credentials
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.credentials Modifier and Type Interface Description interface
CredentialsData
Shared Credentials object representation.interface
MutableCredentialsData
Classes in com.atlassian.bamboo.credentials that implement BambooIdProvider Modifier and Type Class Description class
CredentialsDataEntity
DB objects for credentials data.class
CredentialsDataImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.crypto.agent
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.crypto.agent Modifier and Type Interface Description interface
AgentCipher
Classes in com.atlassian.bamboo.crypto.agent that implement BambooIdProvider Modifier and Type Class Description class
AgentCipherImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deletion
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deletion Modifier and Type Interface Description interface
Deletable
Applied only toBambooObject
s that can be deleted by a user. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.cache
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.cache Modifier and Type Interface Description interface
LinkedDeploymentProject
Stub class representing a deployment project related to a chain.Classes in com.atlassian.bamboo.deployments.cache that implement BambooIdProvider Modifier and Type Class Description class
LinkedDeploymentProjectImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.configuration.persistence
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.configuration.persistence Modifier and Type Interface Description interface
EnvironmentCustomConfig
Represents custom Environment configuration that will be stored in the database.Classes in com.atlassian.bamboo.deployments.configuration.persistence that implement BambooIdProvider Modifier and Type Class Description class
EnvironmentCustomConfigImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.environments Modifier and Type Interface Description interface
DecoratedEnvironment
Represents decorated environment for the purpose of using it in the Freemarker generated UIinterface
Environment
Represents a Deployment Environment within Bamboo.interface
InternalEnvironment
Common interface between all types of deployment environments.Classes in com.atlassian.bamboo.deployments.environments that implement BambooIdProvider Modifier and Type Class Description class
DecoratedEnvironmentImpl
class
EnvironmentImpl
class
EnvironmentWithConfigCounts
Extended environment bean with some more data for UI. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.dashboard
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.environments.dashboard Modifier and Type Interface Description interface
EnvironmentStub
For use in actions only.Classes in com.atlassian.bamboo.deployments.environments.dashboard that implement BambooIdProvider Modifier and Type Class Description class
EnvironmentStubImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.persistence
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.environments.persistence Modifier and Type Interface Description interface
MutableEnvironment
Represents the Environment that will be stored in the database.Classes in com.atlassian.bamboo.deployments.environments.persistence that implement BambooIdProvider Modifier and Type Class Description class
EnvironmentStubDto
class
MutableEnvironmentImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.environments.persistence.internal
Classes in com.atlassian.bamboo.deployments.environments.persistence.internal that implement BambooIdProvider Modifier and Type Class Description class
InternalEnvironmentImpl
Minimal, user context agnostic, but fully functional implementation ofInternalEnvironment
, used when processing deployment environments en masse.class
InternalEnvironmentStubImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.projects Modifier and Type Interface Description interface
DeploymentProject
Represents a Deployment Project.interface
DeploymentProjectItem
interface
InternalDeploymentProject
Common interface between all types of Deployment Projects.interface
InternalDeploymentProjectItem
Classes in com.atlassian.bamboo.deployments.projects that implement BambooIdProvider Modifier and Type Class Description class
BambooArtifactDeploymentProjectItem
class
DeploymentProjectIdentifier
class
DeploymentProjectImpl
Immutable implementation to be exposed by the serviceclass
VersionNamingSchemeImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence Modifier and Type Interface Description interface
MutableDeploymentProject
Represents the Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence that implement BambooIdProvider Modifier and Type Class Description class
MutableDeploymentProjectImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence.items
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence.items Modifier and Type Interface Description interface
MutableDeploymentProjectItem
An editable version of a deployment project item.Classes in com.atlassian.bamboo.deployments.projects.persistence.items that implement BambooIdProvider Modifier and Type Class Description class
MutableBambooArtifactDeploymentProjectItem
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence.versionnaming
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.projects.persistence.versionnaming Modifier and Type Interface Description interface
MutableVersionNamingScheme
Version Naming Configuration for a Deployment Project that will be stored in the database.Classes in com.atlassian.bamboo.deployments.projects.persistence.versionnaming that implement BambooIdProvider Modifier and Type Class Description class
MutableVersionNamingSchemeImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.projects.versionnaming
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.projects.versionnaming Modifier and Type Interface Description interface
InternalVersionNamingScheme
Version Naming Configuration for a Deployment Projectinterface
VersionNamingScheme
Version Naming Configuration for a Deployment Project. -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.repository
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.repository Modifier and Type Interface Description interface
EnvironmentRepositoryLink
Represents relationship between Environment and Source Repositories.Classes in com.atlassian.bamboo.deployments.repository that implement BambooIdProvider Modifier and Type Class Description class
EnvironmentRepositoryLinkImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.results
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.results Modifier and Type Interface Description interface
DeploymentResult
interface
InternalDeploymentResult
Classes in com.atlassian.bamboo.deployments.results that implement BambooIdProvider Modifier and Type Class Description class
DeploymentResultImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.results.persistence
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.results.persistence Modifier and Type Interface Description interface
MutableDeploymentResult
Classes in com.atlassian.bamboo.deployments.results.persistence that implement BambooIdProvider Modifier and Type Class Description class
MutableDeploymentResultImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.specs
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.specs Modifier and Type Interface Description interface
RssDeploymentProjectPermission
A permission for repository to modify configuration of a deployment project.Classes in com.atlassian.bamboo.deployments.specs that implement BambooIdProvider Modifier and Type Class Description class
RssDeploymentProjectPermissionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions Modifier and Type Interface Description interface
ArtifactDeploymentVersionItem
interface
DeploymentVersion
interface
DeploymentVersionItem
Implementations need to be serializableinterface
DeploymentVersionStatus
interface
InternalDeploymentVersion
interface
InternalDeploymentVersionItem
interface
InternalDeploymentVersionStatus
Classes in com.atlassian.bamboo.deployments.versions that implement BambooIdProvider Modifier and Type Class Description class
ArtifactDeploymentVersionItemImpl
class
DeploymentVersionImpl
class
DeploymentVersionStatusImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.history.commit
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions.history.commit Modifier and Type Interface Description interface
DeploymentVersionVcsChangeset
Represents commits from single source repository related to singleDeploymentVersion
interface
DeploymentVersionVcsCommit
Represents single commit associated with aDeploymentVersion
interface
InternalDeploymentVersionVcsCommit
Classes in com.atlassian.bamboo.deployments.versions.history.commit that implement BambooIdProvider Modifier and Type Class Description class
DeploymentVersionVcsChangesetImpl
class
DeploymentVersionVcsCommitImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence Modifier and Type Interface Description interface
MutableDeploymentVersion
interface
MutableDeploymentVersionStatus
Classes in com.atlassian.bamboo.deployments.versions.persistence that implement BambooIdProvider Modifier and Type Class Description class
DeploymentVersionPlanResultKey
class
DeploymentVersionStatusDto
class
MutableDeploymentVersionImpl
class
MutableDeploymentVersionStatusImpl
CreationDate property implemented via inheritance from BambooEntityObject -
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.commits
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.commits Modifier and Type Interface Description interface
MutableDeploymentVersionVcsChangeset
interface
MutableDeploymentVersionVcsCommit
Classes in com.atlassian.bamboo.deployments.versions.persistence.commits that implement BambooIdProvider Modifier and Type Class Description class
MutableDeploymentVersionVcsChangesetImpl
class
MutableDeploymentVersionVcsCommitImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.issues
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.issues Modifier and Type Interface Description interface
MutableDeploymentVersionLinkedJiraIssue
Classes in com.atlassian.bamboo.deployments.versions.persistence.issues that implement BambooIdProvider Modifier and Type Class Description class
MutableDeploymentVersionLinkedJiraIssueImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.items
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.deployments.versions.persistence.items Modifier and Type Interface Description interface
MutableArtifactDeploymentVersionItem
Mutable interface for DeploymentVersionItems of type BAMBOO_ARTIFACT.interface
MutableDeploymentVersionItem
Mutable interface for DeploymentVersionItems No setters are exposed here as DeploymentVersionItems should be considered immutable after persisting.Classes in com.atlassian.bamboo.deployments.versions.persistence.items that implement BambooIdProvider Modifier and Type Class Description class
MutableArtifactDeploymentVersionItemImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.hibernate
Classes in com.atlassian.bamboo.hibernate that implement BambooIdProvider Modifier and Type Class Description class
HibernateBambooEntityObject
A class providing basic id mapping for Hibernate entities.class
HibernateBambooEntityWithOid
A class providing basic id mapping for Hibernate entities. -
Uses of BambooIdProvider in com.atlassian.bamboo.index.quicksearch
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.index.quicksearch Modifier and Type Interface Description interface
QuickSearchItem
Database object for quick search.Classes in com.atlassian.bamboo.index.quicksearch that implement BambooIdProvider Modifier and Type Class Description class
QuickSearchItemImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.instantmessagingserver
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.instantmessagingserver Modifier and Type Interface Description interface
InstantMessagingServerDefinition
Classes in com.atlassian.bamboo.instantmessagingserver that implement BambooIdProvider Modifier and Type Class Description class
InstantMessagingServerDefinitionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.jira.jiraissues
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.jira.jiraissues Modifier and Type Interface Description interface
LinkedJiraIssue
A JIRA issue and how it is linked to the corresponding build result summaryClasses in com.atlassian.bamboo.jira.jiraissues that implement BambooIdProvider Modifier and Type Class Description class
LinkedJiraIssueImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.labels
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.labels Modifier and Type Interface Description interface
Label
interface
Labelling
Classes in com.atlassian.bamboo.labels that implement BambooIdProvider Modifier and Type Class Description class
LabelImpl
class
LabellingImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration with parameters of type BambooIdProvider Modifier and Type Method Description protected void
BambooStAXMappingHelperAbstractImpl. saveBambooObject(@NotNull org.hibernate.Session session, @NotNull BambooIdProvider object)
Save object without regenerating the id if already assigned. -
Uses of BambooIdProvider in com.atlassian.bamboo.mock
Methods in com.atlassian.bamboo.mock with type parameters of type BambooIdProvider Modifier and Type Method Description static <T extends BambooIdProvider>
TBambooMocks. mockIdProvider(@NotNull Class<T> entityClass, long id)
-
Uses of BambooIdProvider in com.atlassian.bamboo.notification
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.notification Modifier and Type Interface Description interface
NotificationRule
interface
NotificationSet
Classes in com.atlassian.bamboo.notification that implement BambooIdProvider Modifier and Type Class Description class
NotificationRuleImpl
class
NotificationSetImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.pageobjects.pages.admin
Classes in com.atlassian.bamboo.pageobjects.pages.admin that implement BambooIdProvider Modifier and Type Class Description static class
TrustedKeysPage.TrustedKeyImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.persister
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.persister Modifier and Type Interface Description interface
AuditLogEntry
Classes in com.atlassian.bamboo.persister that implement BambooIdProvider Modifier and Type Class Description class
AuditLogMessage
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
Plan
Mutable version of the plan.interface
PlanIdentifier
Represents the minimal information about a Planinterface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement BambooIdProvider Modifier and Type Class Description class
AbstractChain
class
AbstractPlan
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.class
PlanIdentifierImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.artifact
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.artifact Modifier and Type Interface Description interface
ArtifactDefinition
interface
ArtifactDefinitionBase
interface
ArtifactDefinitionContext
This class contains additional artifact information.interface
ArtifactSubscription
Interface for Artifact Subscriptioninterface
ArtifactSubscriptionSubstitutionAware
interface
ConsumedSubscription
interface
ImmutableArtifactDefinition
interface
ImmutableArtifactDefinitionBase
interface
ImmutableArtifactSubscription
Classes in com.atlassian.bamboo.plan.artifact that implement BambooIdProvider Modifier and Type Class Description class
ArtifactDefinitionContextImpl
class
ArtifactDefinitionImpl
class
ArtifactSubscriptionImpl
class
ArtifactSubscriptionSubstitutionAwareImpl
class
ConsumedSubscriptionImpl
class
ImmutableArtifactDefinitionImpl
class
ImmutableArtifactSubscriptionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.branch
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
BambooVcsBranch
interface
BranchCommitInformation
Class used for tracking creator and last committer of vcs branch.interface
ChainBranch
Represents a branch of a plan.interface
ChainBranchIdentifier
Classes in com.atlassian.bamboo.plan.branch that implement BambooIdProvider Modifier and Type Class Description class
BambooVcsBranchImpl
class
BranchCommitInformationImpl
class
ChainBranchIdentifierImpl
class
ChainBranchImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.branch.cache
Classes in com.atlassian.bamboo.plan.branch.cache that implement BambooIdProvider Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.cache
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableBuildable
interface
ImmutableChain
Represents aChain
that is immutable.interface
ImmutableChainBranch
Interface of an immutable version ofChainBranch
interface
ImmutableJob
Immutable, threadsafe cacheable version ofJob
interface
ImmutablePlan
Represents aPlan
that is immutable.interface
ImmutableTopLevelPlan
Represents aTopLevelPlan
that is immutable.Classes in com.atlassian.bamboo.plan.cache that implement BambooIdProvider Modifier and Type Class Description class
AbstractImmutableChain
class
AbstractImmutablePlan
class
ImmutableChainImpl
AImmutableChain
implementation.class
ImmutableJobImpl
class
ImmutableResultsSummaryImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.number
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.number Modifier and Type Interface Description interface
PlanBuildNumbers
Object that keeps track of build number range for a plan.Classes in com.atlassian.bamboo.plan.number that implement BambooIdProvider Modifier and Type Class Description class
PlanBuildNumbersImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.pullrequest
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.plan.pullrequest Modifier and Type Interface Description interface
MutableVcsPullRequest
Mutable pull request entity.interface
VcsPullRequest
Holds information about pull requests.Classes in com.atlassian.bamboo.plan.pullrequest that implement BambooIdProvider Modifier and Type Class Description class
VcsPullRequestImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.plan.vcsRevision
Classes in com.atlassian.bamboo.plan.vcsRevision that implement BambooIdProvider Modifier and Type Class Description class
PlanVcsRevisionHistoryItem
Class representing item in change detection history of a plan. -
Uses of BambooIdProvider in com.atlassian.bamboo.plugins.rest.deployments.projects
Classes in com.atlassian.bamboo.plugins.rest.deployments.projects that implement BambooIdProvider Modifier and Type Class Description class
RestLinkedDeploymentProject
-
Uses of BambooIdProvider in com.atlassian.bamboo.plugins.testutils.permission
Methods in com.atlassian.bamboo.plugins.testutils.permission with parameters of type BambooIdProvider Modifier and Type Method Description void
PermissionsTestService. grantPermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
void
PermissionsTestServiceImpl. grantPermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
boolean
PermissionsTestService. hasPermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
boolean
PermissionsTestServiceImpl. hasPermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
void
PermissionsTestService. revokePermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
void
PermissionsTestServiceImpl. revokePermission(@NotNull BambooIdProvider entity, @NotNull BambooPrincipalType principalType, @NotNull String sidName, @NotNull String permissionName)
-
Uses of BambooIdProvider in com.atlassian.bamboo.project
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.project Modifier and Type Interface Description interface
Project
Represents a Bamboo project object.interface
ProjectIdentifier
Represents the minimal information about a projectClasses in com.atlassian.bamboo.project that implement BambooIdProvider Modifier and Type Class Description class
DefaultProject
class
ProjectIdentifierImpl
class
ProjectPlanPermissions
A type created artificially for ACL purposes to store inherited plan permissions of projects. -
Uses of BambooIdProvider in com.atlassian.bamboo.quickfilter
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.quickfilter Modifier and Type Interface Description interface
QuickFilter
A single filter displayed on Bamboo dashboard, which allows quick filtering of plans.Classes in com.atlassian.bamboo.quickfilter that implement BambooIdProvider Modifier and Type Class Description class
QuickFilterEntity
-
Uses of BambooIdProvider in com.atlassian.bamboo.quickfilter.rule
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.quickfilter.rule Modifier and Type Interface Description interface
QuickFilterRule
Single rule used within aQuickFilter
.Classes in com.atlassian.bamboo.quickfilter.rule that implement BambooIdProvider Modifier and Type Class Description class
QuickFilterRuleEntity
-
Uses of BambooIdProvider in com.atlassian.bamboo.repository
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.repository Modifier and Type Interface Description interface
PlanRepositoryLink
Represents relationship between Plan and Source Repositories.interface
RepositoryData
Deprecated.since 5.14interface
RepositoryDataEntity
Represents repository as persisted in the db.interface
RepositoryDefinition
Deprecated.since 5.14 usePlanRepositoryDefinition
Classes in com.atlassian.bamboo.repository that implement BambooIdProvider Modifier and Type Class Description class
LegacyRepositoryDataImpl
Deprecated.since 5.14 useVcsRepositoryDataImpl
class
LegacyRepositoryDefinitionImpl
Deprecated.since 5.14 useRepositoryDefinitionImpl
class
PlanRepositoryLinkImpl
class
RepositoryDataEntityImpl
class
RepositoryDataImpl
class
RepositoryDefinitionForTest
class
RepositoryDefinitionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.agent
Classes in com.atlassian.bamboo.rest.model.agent that implement BambooIdProvider Modifier and Type Class Description class
RestAgentAssignmentExecutorDetails
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.artifact
Classes in com.atlassian.bamboo.rest.model.artifact that implement BambooIdProvider Modifier and Type Class Description class
RestArtifact
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.deployments.results
Classes in com.atlassian.bamboo.rest.model.deployments.results that implement BambooIdProvider Modifier and Type Class Description class
RestDeploymentResult
class
RestDeploymentResultWithLogs
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.deployments.versions
Classes in com.atlassian.bamboo.rest.model.deployments.versions that implement BambooIdProvider Modifier and Type Class Description class
RestArtifactDeploymentVersionItem
class
RestDeploymentVersion
class
RestDeploymentVersionItem
class
RestDeploymentVersionStatus
-
Uses of BambooIdProvider in com.atlassian.bamboo.rest.model.plan.stage.job.artifact
Classes in com.atlassian.bamboo.rest.model.plan.stage.job.artifact that implement BambooIdProvider Modifier and Type Class Description class
RestArtifactSubscriptions
-
Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary Modifier and Type Interface Description interface
BuildResultsSummary
An interface which provides a database persisted version of theBuildResults
interface
ImmutableResultsSummary
interface
MutableBuildKeyResultsSummary
interface
ResultsSummary
Used to store the result of allPlan
executionsClasses in com.atlassian.bamboo.resultsummary that implement BambooIdProvider Modifier and Type Class Description class
AbstractResultsSummary
class
BaseResultSummary
Base class for mutable and immutable result summaries.class
BuildResultsSummaryImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary.tests
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary.tests Modifier and Type Interface Description interface
TestCase
Represents a test in a plan.interface
TestCaseResult
Represents a run of a TestCase.interface
TestCaseResultError
Represents an error against a testCaseResultinterface
TestClass
A grouping of TestCases.interface
TestClassResult
Represents a run of a test class.Classes in com.atlassian.bamboo.resultsummary.tests that implement BambooIdProvider Modifier and Type Class Description class
TestCaseImpl
class
TestCaseResultErrorImpl
class
TestCaseResultImpl
class
TestClassImpl
class
TestClassResultImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary.vcs
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary.vcs Modifier and Type Interface Description interface
RepositoryChangeset
Classes in com.atlassian.bamboo.resultsummary.vcs that implement BambooIdProvider Modifier and Type Class Description class
RepositoryChangesetImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.resultsummary.warning
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.resultsummary.warning Modifier and Type Interface Description interface
BuildResultWarningSummary
Entity to store warning summary in DB.interface
BuildResultWarningSummaryDto
Entity to store warning summary in DB.Classes in com.atlassian.bamboo.resultsummary.warning that implement BambooIdProvider Modifier and Type Class Description class
BuildResultWarningSummaryDtoImpl
class
BuildResultWarningSummaryImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.security
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.security Modifier and Type Interface Description interface
TrustedKey
Classes in com.atlassian.bamboo.security that implement BambooIdProvider Modifier and Type Class Description class
TrustedKeyDTO
Use for server-agent communication.class
TrustedKeyImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.security.acegi.acls
Method parameters in com.atlassian.bamboo.security.acegi.acls with type arguments of type BambooIdProvider Modifier and Type Method Description @NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper. clonePermissions(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl)
@NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper. clonePermissions(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl, Set<org.acegisecurity.acls.Permission> permissionsToSkip)
@NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper. copyProjectPermissionsToEnvironment(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, org.acegisecurity.acls.Acl parentAcl, boolean accessForAllUsers)
@NotNull org.acegisecurity.acls.MutableAcl
BambooAclUpdateHelper. createNewObjectAcl(@Nullable com.atlassian.user.User user, Class<? extends BambooIdProvider> permissionObject, long id, boolean accessForAllUsers)
Creates a default Acl for a object which has: - EDIT permission for the creator (user argument) of the deployment project - READ permission for all logged in users - READ permission for all anonymous usersConstructors in com.atlassian.bamboo.security.acegi.acls with parameters of type BambooIdProvider Constructor Description HibernateObjectIdentityImpl(@NotNull BambooIdProvider object)
Creates theObjectIdentityImpl
based on the passed object instance. -
Uses of BambooIdProvider in com.atlassian.bamboo.security.acegi.acls.objectidentity
Methods in com.atlassian.bamboo.security.acegi.acls.objectidentity with parameters of type BambooIdProvider Modifier and Type Method Description static @NotNull Optional<Class<?>>
ObjectIdentityUtils. getAclClassForEntity(@NotNull BambooIdProvider entity)
Returns a class to be used when definingObjectIdentity
of any entity.Constructor parameters in com.atlassian.bamboo.security.acegi.acls.objectidentity with type arguments of type BambooIdProvider Constructor Description IdentifierObjectIdentityRetrievalStrategyImpl(Class<? extends BambooIdProvider> objectClass)
-
Uses of BambooIdProvider in com.atlassian.bamboo.security.trustedapplications
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.security.trustedapplications Modifier and Type Interface Description interface
BambooTrustedApplication
Bamboo entity to persist trusted apps data.Classes in com.atlassian.bamboo.security.trustedapplications that implement BambooIdProvider Modifier and Type Class Description class
BambooTrustedApplicationImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.specs
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.specs Modifier and Type Interface Description interface
RssProjectPermission
A permission for repository to modify configuration of a project (also to create and modify any build plans in it).interface
RssRepositoryPermission
Classes in com.atlassian.bamboo.specs that implement BambooIdProvider Modifier and Type Class Description class
RssProjectPermissionImpl
class
RssRepositoryPermissionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.tag
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.tag Modifier and Type Interface Description interface
VcsTag
Interface for entity which persists data about tag and revisionClasses in com.atlassian.bamboo.tag that implement BambooIdProvider Modifier and Type Class Description class
VcsTagImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.trigger
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.trigger Modifier and Type Interface Description interface
Triggerable
An entity that can start a process or task when triggered.interface
TriggerDefinition
Generic trigger configuration.Classes in com.atlassian.bamboo.trigger that implement BambooIdProvider Modifier and Type Class Description class
TriggerDefinitionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.user
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.user Modifier and Type Interface Description interface
LoginInformation
Classes in com.atlassian.bamboo.user that implement BambooIdProvider Modifier and Type Class Description class
LoginInformationImpl
class
PasswordResetTokenImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.user.cleanup
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.user.cleanup Modifier and Type Interface Description interface
CrowdDeletedEntity
Information about an entity (user or group) deleted in Embedded Crowd.Classes in com.atlassian.bamboo.user.cleanup that implement BambooIdProvider Modifier and Type Class Description class
CrowdDeletedEntityImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type BambooIdProvider Modifier and Type Method Description static @NotNull com.google.common.collect.Ordering<BambooIdProvider>
Comparators. getBambooIdProviderOrdering()
static com.google.common.base.Function<BambooIdProvider,Long>
BambooFunctions. getBambooObjectId()
static com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates. hasBambooObjectEqualId(long id)
static com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates. hasBambooObjectEqualId(@NotNull BambooIdProvider bambooObject)
Methods in com.atlassian.bamboo.utils with parameters of type BambooIdProvider Modifier and Type Method Description static com.google.common.base.Predicate<BambooIdProvider>
BambooPredicates. hasBambooObjectEqualId(@NotNull BambooIdProvider bambooObject)
-
Uses of BambooIdProvider in com.atlassian.bamboo.utils.db
Method parameters in com.atlassian.bamboo.utils.db with type arguments of type BambooIdProvider Modifier and Type Method Description static int
JdbcUtils. runDeleteQuery(@NotNull Connection connection, @NotNull String tableName, @NotNull String idColumn, @NotNull Iterable<? extends BambooIdProvider> objects)
-
Uses of BambooIdProvider in com.atlassian.bamboo.v2.build.agent
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.v2.build.agent Modifier and Type Interface Description interface
BuildAgent
Represents a UI view of a given build agentinterface
LocalBuildAgent
Classes in com.atlassian.bamboo.v2.build.agent that implement BambooIdProvider Modifier and Type Class Description class
AgentAssignmentImpl
class
AgentWithCapabilitiesDefinitionImpl
class
BuildAgentImpl
class
ElasticAgentDefinitionImpl
Defines an Elastic Agentclass
ElasticTunnelDefinitionImpl
class
EphemeralAgentDefinitionImpl
Defines an Ephemeral Agentclass
LocalAgentDefinitionImpl
class
LocalBuildAgentImpl
class
PipelineDefinitionImpl
class
RemoteAgentDefinitionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.v2.build.agent.capability
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.v2.build.agent.capability Modifier and Type Interface Description interface
Capability
interface
CapabilitySet
interface
EphemeralAgentTemplateCapabilitySet
interface
ImageCapabilitySet
interface
Requirement
interface
RequirementSet
Classes in com.atlassian.bamboo.v2.build.agent.capability that implement BambooIdProvider Modifier and Type Class Description class
CapabilityImpl
class
CapabilitySetImpl
class
EphemeralAgentTemplateCapabilitySetImpl
class
ImageCapabilitySetImpl
class
LocalCapabilitySet
class
RemoteCapabilitySet
class
RequirementImpl
class
RequirementSetImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.v2.build.requirement
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.v2.build.requirement Modifier and Type Interface Description interface
ImmutableRequirement
Read only view of a requirementinterface
RequirementDetails
Decorated requirement with extra information for viewClasses in com.atlassian.bamboo.v2.build.requirement that implement BambooIdProvider Modifier and Type Class Description class
RequirementDetailsImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.variable
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.variable Modifier and Type Interface Description interface
StageVariableContext
Represents state of variables in reference to stage results.interface
VariableContextSnapshot
VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.interface
VariableDefinition
interface
VariableSubstitution
Deprecated.since 5.15Classes in com.atlassian.bamboo.variable that implement BambooIdProvider Modifier and Type Class Description class
StageVariableContextImpl
class
VariableContextSnapshotImpl
class
VariableDefinitionImpl
class
VariableSubstitutionImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.variable.baseline
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.variable.baseline Modifier and Type Interface Description interface
VariableBaselineItem
In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.interface
VariableContextBaseline
Collection ofVariableBaselineItem
In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.Classes in com.atlassian.bamboo.variable.baseline that implement BambooIdProvider Modifier and Type Class Description class
VariableBaselineItemImpl
class
VariableContextBaselineImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.vcs.configuration
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.vcs.configuration Modifier and Type Interface Description interface
PartialVcsRepositoryData
Low level configuration view of a repository.interface
PlanRepositoryDefinition
Effective repository definition as seen "from aPlan
's perspective.interface
RepositoryPositionProvider
interface
VcsRepositoryData
Effective repository definition as seen outside any specificPlan
's context Product of: - importing parent's configuration - applying local configuration overrides (e.g.Classes in com.atlassian.bamboo.vcs.configuration that implement BambooIdProvider Modifier and Type Class Description class
CompleteVcsRepositoryData
class
PartialVcsRepositoryDataImpl
class
PlanRepositoryDefinitionImpl
class
VcsRepositoryDataImpl
-
Uses of BambooIdProvider in com.atlassian.bamboo.vcs.configuration.service
Methods in com.atlassian.bamboo.vcs.configuration.service with parameters of type BambooIdProvider Modifier and Type Method Description boolean
VcsRepositoryConfigurationService. validateLinkedRepositoryName(@NotNull String repositoryName, @Nullable BambooIdProvider vcsRepositoryData)
Checks if name of a linked repository is unique.boolean
VcsRepositoryConfigurationServiceImpl. validateLinkedRepositoryName(@NotNull String repositoryName, @Nullable BambooIdProvider vcsRepositoryData)
boolean
VcsRepositoryConfigurationService. validateProjectRepositoryName(@NotNull String repositoryName, @NotNull Long projectId, @Nullable BambooIdProvider vcsRepositoryData)
Checks if name of a project repository is unique in the project.boolean
VcsRepositoryConfigurationServiceImpl. validateProjectRepositoryName(@NotNull String repositoryName, @NotNull Long projectId, @Nullable BambooIdProvider vcsRepositoryData)
boolean
VcsRepositoryConfigurationService. validateRepositoryName(@NotNull ImmutablePlan immutablePlan, @NotNull String repositoryName, @Nullable BambooIdProvider repositoryDefinition)
Checks if provided name for repository is unique in the Planboolean
VcsRepositoryConfigurationServiceImpl. validateRepositoryName(@NotNull ImmutablePlan immutablePlan, @NotNull String repositoryName, @Nullable BambooIdProvider repositoryDefinition)
-
Uses of BambooIdProvider in com.atlassian.bamboo.webhook
Subinterfaces of BambooIdProvider in com.atlassian.bamboo.webhook Modifier and Type Interface Description interface
WebhookResponse
interface
WebhookResponseDetails
interface
WebhookTemplate
Classes in com.atlassian.bamboo.webhook that implement BambooIdProvider Modifier and Type Class Description class
WebhookResponseDetailsEntity
class
WebhookResponseDto
class
WebhookTemplateEntity
-
Uses of BambooIdProvider in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type BambooIdProvider Modifier and Type Method Description boolean
FreemarkerContext. hasComments(@NotNull BambooIdProvider entity)
-
Uses of BambooIdProvider in com.atlassian.bamboo.ww2.actions.agent
Classes in com.atlassian.bamboo.ww2.actions.agent that implement BambooIdProvider Modifier and Type Class Description class
AgentAssignmentExecutorDetails
class
BuildAgentDecorator
-
Uses of BambooIdProvider in com.atlassian.bamboo.ww2.beans
Classes in com.atlassian.bamboo.ww2.beans that implement BambooIdProvider Modifier and Type Class Description class
DecoratedPlan
static class
DecoratedPlan.DecoratedBranch
Branches are top level branch plans. -
Uses of BambooIdProvider in it.com.atlassian.bamboo.configuration.external.yaml.export
Classes in it.com.atlassian.bamboo.configuration.external.yaml.export that implement BambooIdProvider Modifier and Type Class Description class
MockVcsRepositoryData
-
Uses of BambooIdProvider in it.com.atlassian.bamboo.deployments
Methods in it.com.atlassian.bamboo.deployments with parameters of type BambooIdProvider Modifier and Type Method Description static void
DeploymentsTestHelper. addWritePermission(@NotNull HibernateMutableAclService aclService, BambooIdProvider object, @NotNull TestUser testUser)
-