| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticInstanceSchedule
Represents an schedule to attempt to manage the number of elastic agents
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticImageConfiguration |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Artifact
Represents an artifact produced by a Bamboo build.
|
interface |
MutableArtifact |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedAuthor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Buildable |
interface |
BuildDefinitionForBuild |
interface |
BuildDefinitionForProject |
interface |
BuildDefinitionXml |
interface |
Job |
| Modifier and Type | Class and Description |
|---|---|
class |
BuildDefinitionXmlImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactLink
Interface for a simple Artifact
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildStrategy
Deprecated.
since 5.8 use "trigger" family of classes instead
|
interface |
PlanDeletionAwareBuildStrategy
Deprecated.
since 5.8
|
interface |
PlanKeyUpdateAwareBuildStrategy
Deprecated.
since 5.8
|
interface |
QuartzStrategy
Deprecated.
since 5.8
|
interface |
RepositoryAwareBuildStrategy
Deprecated.
since 5.8
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AgentAssignment
Represents an exclusive assignment between an executable and an executor.
|
interface |
AgentWithCapabilitiesDefinition |
interface |
ElasticAgentDefinition |
interface |
LocalAgentDefinition |
interface |
PipelineDefinition |
interface |
RemoteAgentDefinition |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentAssignmentDao.removeAll(Iterable<? extends BambooIdProvider> agentAssignments)
Remove a list of agent assignments
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentAssignmentService.AgentAssignmentExecutable |
static class |
AgentAssignmentService.AgentAssignmentExecutor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chain
Mutable version of
ImmutableChain. |
interface |
ChainResultsSummary
Represents an execution result of a
Chain |
interface |
ChainStage |
interface |
ChainStageResult
Represents the result of a
ChainStage execution |
interface |
ImmutableChainResultsSummary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeResultSummary
Represents results of branch integration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableChainStage
An immutable version of
ChainStage. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Comment
A comment on a build result in Bamboo
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentService.addComment(String content,
com.atlassian.user.User user,
BambooIdProvider entity) |
void |
CommentManager.deleteAllCommentsForEntity(BambooIdProvider entity) |
List<Comment> |
CommentService.getCommentsForEntity(BambooIdProvider entity) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Commit
Interface that represents a single commit set.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooObject |
| Modifier and Type | Class and Description |
|---|---|
class |
BambooEntityObject |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialsData
Shared Credentials object representation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Deletable
Applied only to
BambooObjects that can be deleted by a user. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldValueItem |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstantMessagingServerDefinition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkedJiraIssue
A JIRA issue and how it is linked to the corresponding build result summary
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Label |
interface |
Labelling |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NotificationRule |
interface |
NotificationSet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditLogEntry |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Plan
Mutable version of the plan.
|
interface |
PlanIdentifier
Represents the minimal information about a Plan
|
interface |
TopLevelPlan
Marker interface that specifies that the implementing
Plan is a 'top level' object |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanPermissionSkeleton
Deprecated.
since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactDefinition |
interface |
ArtifactDefinitionBase |
interface |
ArtifactDefinitionContext
This class contains additional artifact information.
|
interface |
ArtifactSubscription
Interface for Artifact Subscription
|
interface |
ArtifactSubscriptionSubstitutionAware |
interface |
ConsumedSubscription |
interface |
ImmutableArtifactDefinition |
interface |
ImmutableArtifactDefinitionBase |
interface |
ImmutableArtifactSubscription |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooVcsBranch |
interface |
BranchCommitInformation
Class used for tracking creator and last commiter of vcs branch.
|
interface |
ChainBranch
Represents a branch of a plan.
|
interface |
ChainBranchIdentifier |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableBuildable |
interface |
ImmutableChain
Represents a
Chain that is immutable. |
interface |
ImmutableChainBranch
Interface of an immutable version of
ChainBranch |
interface |
ImmutableJob
Immutable, threadsafe cacheable version of
Job |
interface |
ImmutablePlan
Represents a
Plan that is immutable. |
interface |
ImmutableTopLevelPlan
Represents a
TopLevelPlan that is immutable. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Project
Represents a Bamboo project object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlanRepositoryLink
Represents relationship between Plan and Source Repositories.
|
interface |
RepositoryData
Runtime representation of repository configuration.
|
interface |
RepositoryDataEntity
Represents repository as persisted in the db.
|
interface |
RepositoryDefinition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildResultsSummary
An interface which provides a database persisted version of the
BuildResults |
interface |
ImmutableResultsSummary |
interface |
ResultsSummary
Used to store the result of all
Plan executions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestCase
Represents a test in a plan.
|
interface |
TestCaseResult
Represents a run of a TestCase.
|
interface |
TestCaseResultError
Represents an error against a testCaseResult
|
interface |
TestClass
A grouping of TestCases.
|
interface |
TestClassResult
Represents a run of a test class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryChangeset |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BambooTrustedApplication
Bamboo entity to persist trusted apps data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Triggerable
An entity that can start a process or task when triggered.
|
interface |
TriggerDefinition
Generic trigger configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoginInformation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuildAgent
Represents a UI view of a given build agent
|
interface |
LocalBuildAgent |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Capability |
interface |
CapabilitySet |
interface |
ImageCapabilitySet |
interface |
Requirement |
interface |
RequirementSet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableRequirement
Read only view of a requirement
|
interface |
RequirementDetails
Decorated requirement with extra information for view
|
| Modifier and Type | Interface and 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 |
| Modifier and Type | Interface and 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 of
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. |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.