|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Buildable in com.atlassian.bamboo.build |
---|
Subinterfaces of Buildable in com.atlassian.bamboo.build | |
---|---|
interface |
Job
|
Classes in com.atlassian.bamboo.build that implement Buildable | |
---|---|
class |
DefaultJob
|
Methods in com.atlassian.bamboo.build that return Buildable | |
---|---|
Buildable |
BuildResultsAction.getBuild()
|
Methods in com.atlassian.bamboo.build with parameters of type Buildable | |
---|---|
protected java.lang.String |
BuildResultsAction.errorMessage(Buildable build)
|
protected BuildResults |
BuildResultsAction.getBuildResultsFromContainer(Buildable buildable,
int currentBuildNumber)
|
void |
CustomBuildCompleteAction.run(Buildable buildable,
BuildResults buildResult)
This action will run when a build completes. |
void |
BuildResultsAction.setBuild(Buildable build)
|
Constructors in com.atlassian.bamboo.build with parameters of type Buildable | |
---|---|
BuildStatusHelper(ResultsSummaryManager resultsSummaryManager,
Buildable buildable,
int buildNumber)
|
Uses of Buildable in com.atlassian.bamboo.builder.resultsfilter |
---|
Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type Buildable | |
---|---|
java.util.List<BuildResultsSummary> |
TimeAgoBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
Deprecated. |
java.util.List<BuildResultsSummary> |
Latest25FiveBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
Deprecated. |
java.util.List<BuildResultsSummary> |
BuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
Deprecated. since 2.7 use BuildResultsFilter.getResultsForPlan(Plan) instead |
java.util.List<BuildResultsSummary> |
AllBuildResultsFilter.getBuildResultsForBuild(Buildable buildable)
Deprecated. since 2.7 use AllBuildResultsFilter.getResultsForPlan(Plan) instead |
Uses of Buildable in com.atlassian.bamboo.configuration.agent |
---|
Methods in com.atlassian.bamboo.configuration.agent that return types with arguments of type Buildable | |
---|---|
java.util.Collection<Buildable> |
ViewAgent.getExecutableBuildables()
|
java.util.Map<Buildable,RequirementDelta> |
RenameAgentCapability.getRequirementDeltaMap()
|
Methods in com.atlassian.bamboo.configuration.agent with parameters of type Buildable | |
---|---|
BuildResultsSummary |
ViewAgent.findLastBuild(Buildable plan)
|
BuildResultsSummary |
ViewAgent.findLastSuccessfulBuild(Buildable plan)
|
java.util.Map<java.lang.Long,CapabilityMatchResult> |
ViewAgentPlanMatrix.getAgentPlanMatrixRow(Buildable buildable)
|
java.util.Map<java.lang.Long,CapabilityMatchResult> |
ViewAgentPlanMatrix.getImagePlanMatrixRow(Buildable buildable)
|
Uses of Buildable in com.atlassian.bamboo.persister |
---|
Methods in com.atlassian.bamboo.persister with parameters of type Buildable | |
---|---|
void |
Persister.addBuildResults(Buildable buildable,
BuildResults buildResults)
Deprecated. since 2.7 |
void |
Persister.deleteBuildResults(Buildable buildable,
long buildNumber)
Deprecated. since 2.7 |
void |
CachedBuildPersisterDecorator.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove a specific build build |
void |
CachedBuildPersisterDecorator.saveBuildResults(Buildable buildable,
BuildResults buildResults)
Simply pass this request onto the parent |
Uses of Buildable in com.atlassian.bamboo.persister.file |
---|
Methods in com.atlassian.bamboo.persister.file with parameters of type Buildable | |
---|---|
void |
FileBasedPersister.addBuildResults(Buildable buildable,
BuildResults buildResults)
|
void |
XStreamBuildPersister.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove the build files for the given build buildNumber. |
void |
FileBasedPersister.deleteBuildResults(Buildable buildable,
long buildNumber)
|
void |
BuildPersisterDecorator.deleteBuildResults(Buildable buildable,
long buildNumber)
Remove a specific build result |
void |
XStreamBuildPersister.saveBuildResults(Buildable buildable,
BuildResults buildResults)
Save the build results |
void |
BuildPersisterDecorator.saveBuildResults(Buildable buildable,
BuildResults buildResults)
Save the given build's given buildResults |
Uses of Buildable in com.atlassian.bamboo.plan |
---|
Methods in com.atlassian.bamboo.plan with parameters of type Buildable | |
---|---|
java.util.Collection<BuildAgent> |
PlanExecutableAgentsHelper.getExecutableAgentsForPlan(Buildable buildable,
BuildContext buildContext)
Calculates the list of active agents that can build a Buildable plan based on Requirements and criteria defined in plugins. |
java.util.Collection<BuildAgent> |
PlanExecutableAgentsHelperImpl.getExecutableAgentsForPlan(Buildable buildable,
BuildContext buildContext)
|
java.util.Collection<ElasticImageConfiguration> |
PlanExecutableAgentsHelper.getExecutableImagesForPlan(Buildable buildable)
Calculates the list of elastic images that are capable of running an agent that can build a Buildable plan. |
java.util.Collection<ElasticImageConfiguration> |
PlanExecutableAgentsHelperImpl.getExecutableImagesForPlan(Buildable buildable)
|
Uses of Buildable in com.atlassian.bamboo.plan.cache |
---|
Classes in com.atlassian.bamboo.plan.cache that implement Buildable | |
---|---|
class |
ImmutableJobImpl
|
Uses of Buildable in com.atlassian.bamboo.results |
---|
Methods in com.atlassian.bamboo.results that return Buildable | |
---|---|
Buildable |
BuildResultsImpl.getBuildable()
Deprecated. |
Uses of Buildable in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary with parameters of type Buildable | |
---|---|
long |
BuildResultsSummaryManager.getAverageBuildTime(Buildable buildable,
int numberOfResults)
Deprecated. Returns average build duration for given number of builds |
long |
BuildResultsSummaryManagerImpl.getAverageBuildTime(Buildable plan,
int numberOfResults)
|
java.util.List<BuildResultsSummary> |
ResultsSummaryManager.getLastNBuildResultsSummaries(Buildable buildable,
int numberOfResults)
Deprecated. since 2.7 use getLastNResultsSummaries instead |
java.util.List<BuildResultsSummary> |
BuildResultsSummaryManagerImpl.getLastNBuildResultsSummaries(Buildable buildable,
int numberOfResults)
Deprecated. |
void |
BuildResultsSummaryManagerImpl.removeBuildResult(Buildable buildable,
int buildNumber)
|
Uses of Buildable in com.atlassian.bamboo.resultsummary.tests |
---|
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type Buildable | |
---|---|
TestCaseSummaryImpl(TestCase testCase,
Buildable build,
java.util.List<BuildResultsSummary> filteredBuildResults,
TestsManager testsManager,
ResultsSummaryManager resultsSummaryManager)
|
Uses of Buildable in com.atlassian.bamboo.task |
---|
Methods in com.atlassian.bamboo.task with parameters of type Buildable | |
---|---|
java.util.Set<Requirement> |
BuildTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition,
Buildable buildable)
Deprecated. since 4.0 use BuildTaskRequirementSupport.calculateRequirements(TaskDefinition, Job) |
java.util.Set<Requirement> |
AbstractTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition,
Buildable buildable)
Deprecated. |
void |
TaskManager.removeRequirementsForTaskDefinition(Buildable buildable,
TaskDefinition taskDefinition)
Removes all the Requirement s that belong to the TaskDefinition |
void |
TaskManagerImpl.removeRequirementsForTaskDefinition(Buildable buildable,
TaskDefinition taskDefinition)
|
void |
TaskManager.updateWorkingDirSelectors(Buildable job,
BuildDefinition buildDefinition,
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
Calculates id of the repository that defines working directory after repository or task edition. |
void |
TaskManagerImpl.updateWorkingDirSelectors(Buildable job,
BuildDefinition buildDefinition,
java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
|
Uses of Buildable in com.atlassian.bamboo.v2.build.agent.capability |
---|
Methods in com.atlassian.bamboo.v2.build.agent.capability that return Buildable | |
---|---|
Buildable |
RequirementPlanMapping.getBuild()
|
Buildable |
RequirementDecorator.getBuild()
|
Methods in com.atlassian.bamboo.v2.build.agent.capability that return types with arguments of type Buildable | |
---|---|
java.util.Collection<Buildable> |
CapabilitySetManager.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
Collection of buildables for which this capability set can meet the requirements of |
java.util.Collection<Buildable> |
CapabilitySetManagerImpl.getExecutableBuildables(ReadOnlyCapabilitySet capabilitySet)
|
Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type Buildable | |
---|---|
void |
CapabilityGroup.addRequirement(Requirement requirement,
CapabilityType capabilityType,
Buildable build)
|
void |
CapabilityType.updatePlanForNewLabel(Buildable plan,
java.lang.String oldLabel,
java.lang.String newLabel)
Perform custom work when the key has been updated. |
void |
JdkCapabilityType.updatePlanForNewLabel(Buildable plan,
java.lang.String oldLabel,
java.lang.String newLabel)
|
void |
BuilderCapabilityType.updatePlanForNewLabel(Buildable plan,
java.lang.String oldLabel,
java.lang.String newLabel)
|
void |
AbstractCapabilityType.updatePlanForNewLabel(Buildable plan,
java.lang.String oldLabel,
java.lang.String newLabel)
|
protected void |
AbstractCapabilityType.updateTasksForNewLabel(Buildable plan,
java.lang.String keyToReplace,
java.lang.String oldLabel,
java.lang.String newLabel)
|
Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type Buildable | |
---|---|
CapabilityRequirementSetDecorator(Buildable buildable,
java.util.Collection<Requirement> requirements,
com.opensymphony.xwork.TextProvider textProvider,
CapabilityHelper capabilityHelper,
TaskManager taskManager)
|
|
CapabilityRequirementSetDecorator(Buildable buildable,
RequirementSet requirementSet,
com.opensymphony.xwork.TextProvider textProvider,
CapabilityHelper capabilityHelper,
TaskManager taskManager)
|
|
RequirementDecorator(Requirement requirement,
CapabilityType capabilityType,
com.opensymphony.xwork.TextProvider textProvider,
CapabilityGroup capabilityGroup,
Buildable build)
|
|
RequirementPlanMapping(Requirement requirement,
Buildable build)
|
Uses of Buildable in com.atlassian.bamboo.ww2.actions |
---|
Methods in com.atlassian.bamboo.ww2.actions that return Buildable | |
---|---|
Buildable |
BuildableAwareContextHolder.getBuild()
|
Buildable |
BuildActionSupport.getBuild()
|
Methods in com.atlassian.bamboo.ww2.actions with parameters of type Buildable | |
---|---|
void |
BuildableAwareContextHolder.setBuild(Buildable build)
|
void |
BuildActionSupport.setBuild(Buildable build)
|
Uses of Buildable in com.atlassian.bamboo.ww2.actions.admin.elastic |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return types with arguments of type Buildable | |
---|---|
java.util.Collection<Buildable> |
ConfigureElasticImageConfiguration.getExecutableBuildables()
|
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type Buildable | |
---|---|
BuildResultsSummary |
ConfigureElasticImageConfiguration.findLastBuild(Buildable buildable)
|
Uses of Buildable in com.atlassian.bamboo.ww2.actions.build.admin.config |
---|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return Buildable | |
---|---|
Buildable |
ConfigureBuildPermissions.getBuild()
|
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type Buildable | |
---|---|
void |
ConfigureBuildPermissions.setBuild(Buildable build)
|
Uses of Buildable in com.atlassian.bamboo.ww2.aware |
---|
Methods in com.atlassian.bamboo.ww2.aware that return Buildable | |
---|---|
Buildable |
BuildableAware.getBuild()
|
Methods in com.atlassian.bamboo.ww2.aware with parameters of type Buildable | |
---|---|
void |
BuildableAware.setBuild(Buildable build)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |