| Modifier and Type | Interface and Description |
|---|---|
interface |
Buildable |
interface |
Job |
| Modifier and Type | Method and Description |
|---|---|
List<BuildResultsSummary> |
BuildResultsFilter.getBuildResultsForBuild(ImmutableBuildable buildable)
Deprecated.
since 2.7 use
#getResultsForPlan(Plan) instead |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AgentAssignmentService.AgentAssignmentExecutable> |
AgentAssignmentServiceHelper.asExecutables(ImmutableBuildable buildable) |
| Modifier and Type | Method and Description |
|---|---|
void |
Persister.addBuildResults(ImmutableBuildable buildable,
BuildResults buildResults)
Deprecated.
since 2.7
|
void |
Persister.deleteBuildResults(ImmutableBuildable buildable,
long buildNumber)
Deprecated.
since 2.7
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableBuildable> |
ExecutableAgentsHelper.getExecutableBuildables(ExecutableAgentsHelper.ExecutableQuery executableQuery)
Collection of buildables for which this agent can execute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableJob
Immutable, threadsafe cacheable version of
Job |
| Modifier and Type | Method and Description |
|---|---|
long |
BuildResultsSummaryManager.getAverageBuildTime(ImmutableBuildable buildable,
int numberOfResults)
Deprecated.
Returns average build duration for given number of builds
|
List<BuildResultsSummary> |
ResultsSummaryManager.getLastNBuildResultsSummaries(ImmutableBuildable buildable,
int numberOfResults)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManager.updateWorkingDirSelectors(ImmutableBuildable job,
BuildDefinition buildDefinition,
Map<Long,Long> repositoryIdsChanges)
Calculates id of the repository that defines working directory after repository or task edition.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ImmutableBuildable> |
CapabilitySetManager.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
Deprecated.
since 5.0. Will not filter by agent assignments. Use
ExecutableAgentsHelper.getExecutableBuildables(com.atlassian.bamboo.plan.ExecutableAgentsHelper.ExecutableQuery) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.